Rev 170 | Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 170 | Rev 175 | ||
---|---|---|---|
Line 268... | Line 268... | ||
268 | </div> |
268 | </div> |
269 | </div> |
269 | </div> |
270 | 270 | ||
271 | <div class="menu-container"> |
271 | <div class="menu-container"> |
272 | <nav class="menu"> |
272 | <nav class="menu"> |
273 | <ul style="padding-top: 1em"> |
273 | <ul> |
274 | <?php foreach ($languages as $key => $name): ?> |
274 | <?php foreach ($languages as $key => $name): ?> |
275 | <li><a href="index.<?php echo $key; ?>?ani=0" |
275 | <li><a href="index.<?php echo $key; ?>?ani=0" |
276 | class="button<?php if ($language === $key) { ?> selected<?php } ?>" |
276 | class="button<?php if ($language === $key) { ?> selected<?php } ?>" |
277 | tabindex="2"><span class="text"><?php echo $name; ?></span></a></li> |
277 | tabindex="2"><span class="text"><?php echo $name; ?></span></a></li> |
278 | <?php endforeach; ?> |
278 | <?php endforeach; ?> |
279 | </ul> |
279 | </ul> |
280 | <div class="bow" style="margin-bottom: 0.4em; width: 8em; height: 0.4em"> </div> |
280 | <div class="bow" style="margin-bottom: 0.4em; height: 0.4em"> </div> |
281 | <ul style="margin-bottom: 1.2em"> |
281 | <ul style="margin-bottom: 1.2em"> |
282 | <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
282 | <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
283 | <li><a href="<?php echo $menu['es-matrix']['path']; ?>" target="_top" class="button" |
283 | <li><a href="<?php echo $menu['es-matrix']['path']; ?>" target="_top" class="button" |
284 | title="<?php echo $menu['es-matrix']['title']; ?>" |
284 | title="<?php echo $menu['es-matrix']['title']; ?>" |
285 | ><span class="text"><?php echo $menu['es-matrix']['text']; ?></span></a></li> |
285 | ><span class="text"><?php echo $menu['es-matrix']['text']; ?></span></a></li> |
Line 296... | Line 296... | ||
296 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
296 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
297 | ><abbr title="<?php echo $menu['ufpdb']['title']; ?>" |
297 | ><abbr title="<?php echo $menu['ufpdb']['title']; ?>" |
298 | class="text"><?php echo $menu['ufpdb']['text']; ?></abbr></a></li> |
298 | class="text"><?php echo $menu['ufpdb']['text']; ?></abbr></a></li> |
299 | </ul> |
299 | </ul> |
300 | <div style="position: relative; margin-bottom: 1.2em"> |
300 | <div style="position: relative; margin-bottom: 1.2em"> |
301 | <div class="bow" style="width: 8em; height: 0.8em"> </div> |
301 | <div class="bow" style="height: 0.8em"> </div> |
302 | </div> |
302 | </div> |
303 | <ul> |
303 | <ul> |
304 | <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544" |
304 | <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544" |
305 | target="_top" class="button secondary" |
305 | target="_top" class="button secondary" |
306 | title="<?php echo tr("The world’s largest climate forecasting experiment for the 21st century"); ?>" |
306 | title="<?php echo tr("The world’s largest climate forecasting experiment for the 21st century"); ?>" |