Skip to content
Snippets Groups Projects
Commit 8abb683b authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

add div "footer" and corresponding css

parent c489951f
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,9 @@ ...@@ -62,7 +62,9 @@
</form> </form>
</div> </div>
<div id="results"></div> <div id="results"></div>
<div id="footer">
Visit our website:<a href="http://www.pasteur.fr/ip/easysite/pasteur/en/research/scientific-departments/genomes-and-genetics/units-and-groups/evolutionary-microbial-genomics/index">Microbial evolutionary genomics group</a>
</div>
</body> </body>
<script type="text/javascript"> <script type="text/javascript">
$(".tooltip a" , "#results").live('mouseenter', function(){ $(".tooltip a" , "#results").live('mouseenter', function(){
......
...@@ -51,4 +51,7 @@ h2 { ...@@ -51,4 +51,7 @@ h2 {
} }
#head p:first-letter{ #head p:first-letter{
font-weight:bold; font-weight:bold;
}
#footer{
text-align:center;
} }
\ No newline at end of file
...@@ -255,10 +255,10 @@ ...@@ -255,10 +255,10 @@
</head> </head>
<body> <body>
<h1>Non-Flagellar Type III Secretion System</h1> <div id="header">
<a href="../../index.html"><img src="../../images/systeme_simple.svg" width="75px" title="Go to Secreton search page" alt="Non-Flagellar Type III Secretion System schema"></a>
<a href="../../index.html"><img src="../../images/systeme_simple.svg" width="100px" title="Go to Secreton search page" alt="Non-Flagellar Type III Secretion System schema"></a> <h1>Non-Flagellar Type III Secretion System</h1>
</div>
<ul> <ul>
{{#replicon}} {{#replicon}}
<li>strain: {{strain}}</li> <li>strain: {{strain}}</li>
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
<td>{{strand}}</td> <td>{{strand}}</td>
<td>{{begin}}</td> <td>{{begin}}</td>
<td>{{end}}</td> <td>{{end}}</td>
<td><span class="gene_name">{{match}}</span></td> <td>{{match}}</td>
<td>{{full_score}}</td> <td>{{full_score}}</td>
<td>{{e_value}}</td> <td>{{e_value}}</td>
<td>{{best_domain_score}}</td> <td>{{best_domain_score}}</td>
...@@ -327,7 +327,9 @@ ...@@ -327,7 +327,9 @@
{{/genes}} {{/genes}}
</tbody> </tbody>
</table> </table>
<div id="footer">Please contact us at this adress .
Visit our website:<a href="http://www.pasteur.fr/ip/easysite/pasteur/en/research/scientific-departments/genomes-and-genetics/units-and-groups/evolutionary-microbial-genomics/index">Microbial evolutionary genomics group</a>
</div>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment