Team:Wash U/Temp
From 2009.igem.org
(Difference between revisions)
(Removing all content from page) |
|||
Line 1: | Line 1: | ||
+ | <div id="header"> | ||
+ | |||
+ | <div class="portlet" id="p-personal"> | ||
+ | <h5><?php $this->msg('personaltools') ?></h5> | ||
+ | <div class="pBody"> | ||
+ | <ul> | ||
+ | <?php foreach($this->data['personal_urls'] as $key => $item) { ?> | ||
+ | <li id="pt-<?php echo Sanitizer::escapeId($key) ?>"<?php | ||
+ | if ($item['active']) { ?> class="active"<?php } ?>><a href="<?php | ||
+ | echo htmlspecialchars($item['href']) ?>"<?php echo $skin->tooltipAndAccesskey('pt-'.$key) ?><?php | ||
+ | if(!empty($item['class'])) { ?> class="<?php | ||
+ | echo htmlspecialchars($item['class']) ?>"<?php } ?>><?php | ||
+ | echo htmlspecialchars($item['text']) ?></a></li> | ||
+ | <?php} ?> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <img src="jazzmeet_logo.png" alt="JazzMeet logo" /> | ||
+ | |||
+ | </div><!--end header--> | ||
+ | #header { | ||
+ | background: #FFFFFF url("header_bg.png") no-repeat top right; | ||
+ | height: 85px; | ||
+ | } | ||
+ | #header img { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | background: #D9D5C3; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | width: 950px; | ||
+ | } | ||
+ | #content { | ||
+ | background: #E6E4D8 url("content_bg.gif") repeat-y top left; | ||
+ | color: #000000; | ||
+ | float: left; | ||
+ | font-family: georgia, "times new roman", times, serif; | ||
+ | padding: 0px 5px 10px 35px; | ||
+ | |||
+ | width: 710px; | ||
+ | } | ||
+ | |||
+ | <div class="portlet" id="p-logo"> | ||
+ | <a style="background-image: url(skins/common/images/wiki.png);" href="index.php/Main_Page" title="Visit the Main | ||
+ | Page [z]" accesskey="z"></a> | ||
+ | </div> | ||
+ | <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script> |
Revision as of 17:07, 15 June 2009
<?php $this->msg('personaltools') ?>
-
<?php foreach($this->data['personal_urls'] as $key => $item) { ?>
<li id="pt-<?php echo Sanitizer::escapeId($key) ?>"<?php
if ($item['active']) { ?> class="active"<?php } ?>><a href="<?php
echo htmlspecialchars($item['href']) ?>"<?php echo $skin->tooltipAndAccesskey('pt-'.$key) ?><?php
if(!empty($item['class'])) { ?> class="<?php
echo htmlspecialchars($item['class']) ?>"<?php } ?>><?php
echo htmlspecialchars($item['text']) ?></a>
<?php} ?>
<img src="jazzmeet_logo.png" alt="JazzMeet logo" />
- header {
background: #FFFFFF url("header_bg.png") no-repeat top right; height: 85px; } #header img { float: left; }
- globalWrapper {
background: #D9D5C3; margin: 0 auto; padding: 0; width: 950px; } #content { background: #E6E4D8 url("content_bg.gif") repeat-y top left; color: #000000;
float: left;
font-family: georgia, "times new roman", times, serif; padding: 0px 5px 10px 35px;
width: 710px;
}
<a style="background-image: url(skins/common/images/wiki.png);" href="index.php/Main_Page" title="Visit the Main Page [z]" accesskey="z"></a>
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>