-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
64 lines (64 loc) · 3.15 KB
/
Copy pathheader.php
File metadata and controls
64 lines (64 loc) · 3.15 KB
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
56
57
58
59
60
61
62
63
64
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/header_footer.css" type="text/css" media="screen">
<link rel="icon" href="images/GlobalHealthLogo.png" type="image/png" />
<script src='JS/jquery.js'></script>
<title>Loading..</title>
</head>
<body>
<container>
<div id="header">
<div id="title_bar">
An initiative to evaluate and compare medicines’ global health impact.
</div>
<a href="index.php" id="logo_site">Global Health Impact</a>
<div id="menu_bar">
<div id="search">
<form method="get" action="http://www.google.com/search">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="22" maxlength="255" title="search" value="" placeholder="Search" style="margin-top:5px;"/>
<input type="hidden" name="sitesearch" value="http://global-health-impact.org/"/>
</td><td>
<input type="image" name="sa" id="edit-sa" alt="Search" class="form-submit form-submit search-submit"
src="images/1391730788_84062.ico" title="search" width="30" height="30" style="margin-top:2px">
</td></tr>
</table>
</form>
</div><!-- #search end -->
<div id="network_ico">
<table border="0" cellpadding="1" >
<tr>
<td height="33"><a href="https://www.facebook.com/GlobalHealthImpactIndex" target="_blank"><img src="images/facebook.ico" alt="Join Our Facebook Fan Page" width="32" height="32" border="0"></a>
</td>
<td height="33"><a href="https://www.linkedin.com/groups/Global-Health-Impact-8118186/about?goback=%2Egmp_8118186" target="_blank"><img src="images/linkedin.ico" alt="Join Our LinkedIn Page" width="32" height="32" border="0"></a>
</td>
<td height="33"><a href="https://twitter.com/GBLHealthImpact" target="_blank"><img src="images/twitter.ico" alt="Follow us twitter Page" width="32" height="32" border="0"></a>
</td></tr>
</table>
</div><!-- #network end -->
<div id="main_menu">
<ul>
<li id="menu_the_index"><span><a href="">The Index</a></span></li>
<li id="menu_about_the_index"><span><a href="aboutindex.php">About the Index</a></span></li>
<li id="menu_resources"><span><a href="resources.php">Resources</a></span></li>
<li id="menu_reports"><span><a href="reports.php">Reports</a></span></li>
<li id="menu_news"><span><a href="news.php">News</a></span></li>
<li id="menu_methodology"><span><a href="methodology.php">Methodology</a></span></li>
<li id="menu_contact_us"><span><a href="organization.php">The Organization</a></span></li>
</ul>
</div><!-- #main_menu end -->
<HR id="seperate_line" width="100%" color=#0083ca SIZE=5></br>
<div id="sub_menu">
<ul>
<li id="sub_country"><span><a href="country.php">COUNTRY</a></span></li>
<li id="sub_company"><span><a href="company.php">COMPANY</a></span></li>
<li id="sub_drug"><span><a href="drug.php">DRUG</a></span></li>
<li id="sub_disease"><span><a href="disease.php">DISEASE</a></span></li>
</ul>
</div><!-- #sub_menu end -->
</div><!-- #menu_bar end -->
</div><!-- #header end -->