270,7 → 270,7 |
|
<div class="menu-container"> |
<nav class="menu"> |
<ul style="padding-top: 1em"> |
<ul> |
<?php foreach ($languages as $key => $name): ?> |
<li><a href="index.<?php echo $key; ?>?ani=0" |
class="button<?php if ($language === $key) { ?> selected<?php } ?>" |
277,7 → 277,7 |
tabindex="2"><span class="text"><?php echo $name; ?></span></a></li> |
<?php endforeach; ?> |
</ul> |
<div class="bow" style="margin-bottom: 0.4em; width: 8em; height: 0.4em"> </div> |
<div class="bow" style="margin-bottom: 0.4em; height: 0.4em"> </div> |
<ul style="margin-bottom: 1.2em"> |
<li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
<li><a href="<?php echo $menu['es-matrix']['path']; ?>" target="_top" class="button" |
298,7 → 298,7 |
class="text"><?php echo $menu['ufpdb']['text']; ?></abbr></a></li> |
</ul> |
<div style="position: relative; margin-bottom: 1.2em"> |
<div class="bow" style="width: 8em; height: 0.8em"> </div> |
<div class="bow" style="height: 0.8em"> </div> |
</div> |
<ul> |
<li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544" |