Skip to content
Snippets Groups Projects
Commit f474994f authored by barrilac's avatar barrilac
Browse files

changed format for browsers' links

SVN: 24676
parent d1469861
No related branches found
No related tags found
No related merge requests found
......@@ -466,10 +466,16 @@ $(document).ready(function() {
<div id="button-group">
<button id="logout-button" style="position: absolute; right:10px;">Logout</button>
</div>
<div style="position: absolute; left:300px; top:15px;"> <a href="file:///Users/barillac/workspace/plasmid/source/html/yeastlabbrowser/yeast-browser.html">Yeasts Browser</a> </div>
<div style="position: absolute; left:510px; top:15px;"> <a href="file:///Users/barillac/workspace/plasmid/source/html/yeastlabbrowser/plasmid-browser.html">Plasmids Browser</a> </div>
<div style="padding-top: 50px"><span style="font-weight: bold">Filter:</style> <input style="width: 200px" id="filter" type="text"></div>
<div id="browser" style="position: absolute; left:300px; top:15px">
<a href="file:///Users/barillac/workspace/plasmid/source/html/yeastlabbrowser/yeast-browser.html">Yeasts Browser</a>
</div>
<div id="plasmid_browser" style="position: absolute; left:510px; top:15px">
<a href="file:///Users/barillac/workspace/plasmid/source/html/yeastlabbrowser/plasmid-browser.html">Plasmids Browser</a>
</div>
<div>
<div style="padding-top: 50px"><span style="font-weight: bold">Filter:</style> <input style="width: 200px" id="filter" type="text"></div>
</div>
<div id="vis">
<table id="plasmid-table" style="float: left">
<tr class="plasmid-table-header"><th>Code</th><th>Plasmid Name</th><th>Owner</th></tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment