forked from websense/websense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
banner.php
36 lines (36 loc) · 1.2 KB
/
banner.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
<div id="headline">
<div id="logos">
<a href="http://www.hs-mannheim.de/"><img src="images/hs.png" alt="<?php echo $messages['banner.logo.hsma.alt'] ?>" title="<?php echo $messages['banner.logo.hsma.title'] ?>"></a>
<a href="http://www.uwa.edu.au/"><img src="images/uwa.png" alt="<?php echo $messages['banner.logo.uwa.alt'] ?>" title="<?php echo $messages['banner.logo.uwa.title'] ?>"></a>
</div>
<h1 id="sitecaption"><?php echo $messages['banner.title'] ?></h1>
</div>
<div id="locale_container">
<ul id="locale_list">
<li>
<a href="" data-locale="german">Deutsch</a>
</li>
<li>
<a href="" data-locale="english">English</a>
</li>
</ul>
</div>
<div id="navcontainer">
<ul id="navlist">
<li>
<a href="index.php"><?php echo $messages['banner.navigation.home'] ?></a>
</li>
<li>
<a href="administration.php"><?php echo $messages['banner.navigation.administration'] ?></a>
</li>
<li>
<a href="publications.php"><?php echo $messages['banner.navigation.publications'] ?></a>
</li>
<li>
<a href="downloads.php"><?php echo $messages['banner.navigation.downloads'] ?></a>
</li>
<li>
<a href="contact.php"><?php echo $messages['banner.navigation.contact'] ?></a>
</li>
</ul>
</div>