-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
55 lines (52 loc) · 2.16 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>eMEDs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="layout/styles/database.css" type="text/css" />
<link rel="stylesheet" href="layout/styles/layout.css" type="text/css" />
</head>
<body id="top">
<div class="wrapper row1">
<div id="header" class="clear">
<div class="logo_head">
<img src="eMED_Logo/logo1.png" width="100%">
</div>
<div class="text_head">
<h1><a href="index.html">eMED</a></h1>
<p><font size="5.5px">A platform for exploring epigenome in mammalian embryonic development</font></p>
</div>
<!--
<div class="fl_right">
<form action="https://google.com/search" method="get" id="sitesearch">
<fieldset>
<strong>Search:</strong>
<input type="text" name=q value="Search On Google…" onfocus="this.value=(this.value=='Search On Google…')? '' : this.value ;" />
<input type="image" src="../layout/images/search.gif" id="search" alt="Search" />
</fieldset>
</form>
</div>
-->
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper row2">
<div class="rnd">
<!-- ###### -->
<div id="topnav">
<ul>
<li><a href="index.php">HomePage</a></li>
<li class="active"><a href="search.php">Search</a></li>
<li><a href="jbrowse.php">JBrowser</a></li>
<li><a href="statistics.php">Statistics</a></li>
<li><a href="documentations.php">Documentations</a></li>
<li><a href="downloads.php">Downloads</a></li>
<li><a href="links.php">Links</a></li>
<li><a href="contacts.php">Contacts</a></li>
<li class="last"><a href="news.php">News</a></li>
</ul>
</div>
<!-- ###### -->
</div>
</div>
<!-- header ####################################################################################################### -->