ongoing adjustments according to lab requirements
authorRami Rauch <rrauch@stanford.edu>
Fri, 16 Jan 2009 21:57:37 +0000 (21:57 +0000)
committerRami Rauch <rrauch@stanford.edu>
Fri, 16 Jan 2009 21:57:37 +0000 (21:57 +0000)
htswfrontend/templates/admin/index.html

index 2f406a1754e98e634d91784ecfb9ce93a5950629..ed7f36201aed8e1c48388bcf79415c713b30ba6e 100644 (file)
 {% else %}
     <p>{% trans "You don't have permission to edit anything." %}</p>
 {% endif %}
+
+      <div class="module">
+        <table>
+          <caption><span style="color:red">New!</span> Reports <span style="color:black;font-size:80%">(Note: Some features currently work only on Firefox)</span></caption>
+            <tr>
+             <th scope="row"><a href="/htsw_reports/report" target=_self>ChIP-Seq Reports</a></th>
+             <th scope="row"></th><td></td><td>&nbsp;</td><td></td><td>&nbsp;</td>
+            </tr>
+            <tr>
+             <th scope="row"><a href="/htsw_reports/report_RM" target=_self>RNA-Seq Reports</a></th>
+             <th scope="row"></th><td></td><td>&nbsp;</td><td></td><td>&nbsp;</td>
+            </tr>
+            <tr>
+             <th scope="row"><a href="/htsw_reports/report_RM?exp=Methyl-seq" target=_self>Methyl-Seq Reports</a></th>
+             <th scope="row"></th><td></td><td>&nbsp;</td><td></td><td>&nbsp;</td>
+            </tr>
+       </table>
+       </div>
+       <div class="module">
+        <table>
+          <caption>Docs & Tools</caption>
+            <tr>
+             <th scope="row"><a href="http://illumina-mac.stanford.edu/SequencingSummaries/SequencingSummary.html" target=_blank>Sequencing Summary Page</a></th>
+             <th scope="row"></th>
+             <td></td>
+             <td>&nbsp;</td>
+             <td></td>
+             <td>&nbsp;</td>
+            </tr>
+            <tr>
+             <th scope="row"><a href="http://m304-apple-server.stanford.edu/PrimerDesign" target=_blank>ChIP QC Primer Design</a>&nbsp;&nbsp;
+             <a href="http://m304-apple-server.stanford.edu/ValidationDesign/" target=_blank>ChIP Validation Design</a>
+             </th>
+             <th scope="row"></th>
+             <td></td>
+             <td>&nbsp;</td>
+             <td></td>
+             <td>&nbsp;</td>
+            </tr>
+            <tr>
+             <th scope="row"><a href="http://myers.hudsonalpha.org/content/protocols.html" target=_blank>Protocols - Myers Lab</a></th>
+             <th scope="row"></th>
+             <td></td>
+             <td>&nbsp;</td>
+             <td></td>
+             <td>&nbsp;</td>
+            </tr>
+            <tr>
+             <th scope="row"><a href="https://woldlab.caltech.edu/html/protocols" target=_blank>Protocols - Wold Lab</a></th>             
+             <th scope="row"></th>
+             <td></td>
+             <td>&nbsp;</td>
+            <td></td>
+             <td>&nbsp;</td>
+            </tr>
+           <tr>
+             <th scope="row"><a href="http://www.ncbi.nlm.nih.gov/pubmed/18711362" target=_blank>QuEST</a></th>
+             <th scope="row"></th>
+             <td></td>
+             <td>&nbsp;</td>
+           <td></td>
+            <td>&nbsp;</td>
+            </tr>
+        </table>
+        </div>
 </div>
 {% endblock %}