Page MenuHomec4science

injected_screens.html
No OneTemporary

File Metadata

Created
Tue, Feb 25, 04:12

injected_screens.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<div id='MedCo-mainDiv'>
<div id="MedCo-TABS" class="yui-navset">
<!--tabs definitions-->
<ul class="yui-nav">
<li id="MedCo-TAB0" class="selected"><a href="#MedCo-TAB0"><em>Secure Query Dashboard</em></a></li>
<!--<li id="MedCo-TAB1"><a href="#MedCo-TAB1"><em>Genomic Annotations Attributes</em></a></li>-->
<!--<li id="MedCo-TAB2"><a href="#MedCo-TAB2"><em>Clinical Ontology Attributes</em></a></li>-->
<li id="MedCo-TAB3"><a href="#MedCo-TAB3"><em>Plugin Help</em></a></li>
</ul>
<!-- tabs definition -->
<div class="yui-content" id="MedCo-CONTENT">
<!-- Secure Query DashBoard tab -->
<div class="MedCo-Dashboard">
<!-- run - reset - drop patient set - query for query status - decrypt result -->
<div class="MedCo-ControlButtons">
<!-- Popup -->
<div id="annoBackground" class="popupBackground"></div>
<div id="annoMessage" class="popupMessage">
<div>
<h1>Annotations</h1>
<div style="margin: 5px 10px 10px 10px">
<label>
Select an annotation.
<br>
<input type="search" id="searchBox">
<select id="annotationList">
</select>
<!--another way to fill the popup: -->
<!--<div id="selected_annotations" style="height: 6em; width: 12em; overflow: auto;">-->
<!--<label>-->
<!--<input type="checkbox"/>-->
<!--Annotation1-->
<!--</label>-->
<!--<br>-->
<!--<label>-->
<!--<input type="checkbox"/>-->
<!--Annotation2-->
<!--</label>-->
<!--<br>-->
<!--<label>-->
<!--<input type="checkbox"/>-->
<!--Annotation3-->
<!--</label>-->
<!--<br>-->
<!--<label>-->
<!--<input type="checkbox"/>-->
<!--Annotation4-->
<!--</label>-->
<!--<br>-->
<!--<label>-->
<!--<input type="checkbox"/>-->
<!--Annotation5-->
<!--</label>-->
<!--</div>-->
<!--<select-->
<!--id="selected_annotations"-->
<!--name="Annotations"-->
<!--multiple>-->
<!--<option value="Annotation1">Annotation1</option>-->
<!--<option value="Annotation2">Annotation2</option>-->
<!--<option value="Annotation3">Annotation3</option>-->
<!--<option value="Annotation4">Annotation4</option>-->
<!--<option value="Annotation5">Annotation5</option>-->
<!--<option value="Annotation6">Annotation6</option>-->
<!--</select>-->
</label>
<!--<br>-->
<!--a textbox to write down annotations-->
<!--<label>-->
<!--Write the annotations separated by a ';':-->
<!--<input-->
<!--id="written_annotations"-->
<!--type="text"-->
<!--value="annotation x"-->
<!--onkeypress="i2b2.MedCo.popupEnterPressed(event)">-->
<!--</label>-->
<div>
<input type="button" value="Ok" onclick="i2b2.MedCo.popupOk()" style="float: left">
<input type="button" value="Cancel" onclick="i2b2.MedCo.popupHide()" style="float: right">
</div>
</div>
</div>
</div>
<!-- -->
<h2 class="medcoQryToolTitle">Drop concepts here</h2>
<div class="medcoQryToolPanels">
<div>
<!--<div class="droptrgtlbl">Drop concepts here</div>-->
<div id="medcoQryToolPanel1" class="medcoQryToolPanel droptrgt SDX-PRS">
<p id="panel1content"> </p>
</div>
<div id="medcoQryToolPanel2" class="medcoQryToolPanel droptrgt SDX-PRS">
<p id="panel2content"> </p>
</div>
<div id="medcoQryToolPanel3" class="medcoQryToolPanel droptrgt SDX-PRS">
<p id="panel3content"> </p>
</div>
<!--&lt;!&ndash;Show chosen annotations&ndash;&gt;-->
<!--<div style="background-color: aliceblue; height: 100%; " class="medcoQryToolPanel">-->
<!--<h3>Chosen annotations: </h3>-->
<!--<p id="chosen_annotations"> </p>-->
<!--<input type="button" value="Clear" onclick="i2b2.MedCo.Clear()">-->
<!--</div>-->
<!--&lt;!&ndash; &ndash;&gt;-->
</div>
</div>
<div>
<div style="padding-top: 10px">
<!--<button onclick="i2b2.MedCo.ctrlr.Encrypt()">Encrypt</button>-->
<!--<div class="resetBox"><a href="JavaScript:i2b2.MedCo.ctrlr.clear()">Reset</a></div>-->
<!--<div class="runBox"><a href="JavaScript:i2b2.MedCo.ctrlr.run()">Run Query</a></div>-->
<!--<div class="statusBox"><a href="JavaScript:i2b2.MedCo.ctrlr.queryStatus()">Query Status</a></div>-->
<!-- status info goes into lower status div in i2b2 -->
</div>
</div>
</div>
</div>
<!-- Genomic Annotations Attributes tab -->
<!--<div>-->
<!--<div id="byGene" style="disply:block;">-->
<!--<div class="label">Genomic Annotations Search</div>-->
<!--<input type="string" name="gene_input" id="gene_input" class="medco-input"/>-->
<!--</div>-->
<!--<div id="annotations_display">-->
<!--&lt;!&ndash; dynamically inserted annotations text &ndash;&gt;-->
<!--&lt;!&ndash; TODO: autocompletion in text bow &ndash;&gt;-->
<!--</div>-->
<!--</div>-->
<!-- Clinical Ontology Attributes tab -->
<!--<div>-->
<!--<div id="secure_ontology_selector">-->
<!--&lt;!&ndash; dynamically inserted ontology query builder &ndash;&gt;-->
<!--</div>-->
<!--</div>-->
<!-- Plugin Help tab -->
<div>
<div class="MedCo-MainContent">
<div class="MedCo-MainContentPad">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

Event Timeline