|
|
(One intermediate revision not shown) |
Line 1: |
Line 1: |
- | {{CSS/Main}}
| + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
- | <html> | + | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | <style> | + | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr"> |
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
| + | <head> |
- | </style> | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| + | <title> |
| + | <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> |
| + | [<?php echo strip_tags($conf['title'])?>] |
| + | </title> |
| | | |
- | <table id="menu" width="100%" cellspacing="0" height="135px"> | + | <?php tpl_metaheaders()?> |
- | <tr>
| + | |
- | <td bgColor="#FFFFFF"></td>
| + | |
- | <td valign="bottom" width="975px" align="center" bgColor="#FFFFFF">
| + | |
| | | |
- | <table align="center"> | + | <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" /> |
- | <tr height="30px">
| + | </head> |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'"onMouseOver="this.Color='#FFFFFF'" onMouseOut="this.bgColor='#FFFFFF'"> | + | |
- | <a href="https://2014.igem.org/WikitemplateB_home"style="text-decoration:none;color:#1C140D">HOME </a> </td>
| + | |
| | | |
- | <td width="120px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <body> |
- | <a href="https://2014.igem.org/WikitemplateB_project" style="text-decoration:none;color:#1C140D">TEAM</a> </td> | + | <div class="dokuwiki"> |
| + | <?php html_msgarea()?> |
| | | |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <div id="content"> |
- | <a href="" style="text-decoration:none;color:#1C140D">PROJECT</a></td> | + | <div class="page"> |
| + | <?php if($ERROR){ print $ERROR; }else{ ?> |
| | | |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1> |
- | <a href="" style="text-decoration:none;color:#1C140D">MODELLING</a> </td>
| + | |
| | | |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <div class="img_big"> |
- | <a href="" style="text-decoration:none;color:#1C140D">RESULTS</a> </td> | + | <?php tpl_img(900,700) ?> |
| + | </div> |
| | | |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <div class="img_detail"> |
- | <a href="" style="text-decoration:none;color:#1C140D">POLICY & PRACTICES</a> </td> | + | <p class="img_caption"> |
| + | <?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?> |
| + | </p> |
| | | |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <p>← <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p> |
- | <a href="" style="text-decoration:none;color:#1C140D">NOTEBOOK</a></td> | + | |
| | | |
- | <td width="162px" align="center" onMouseOver="this.bgColor='#000000'" onMouseOut="this.bgColor='#FFFFFF'"> | + | <dl class="img_tags"> |
- | <a href="" style="text-decoration:none;color:#1C140D">ATTRIBUTIONS</a></td>
| + | <?php |
| + | $t = tpl_img_getTag('Date.EarliestTime'); |
| + | if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.dformat($t).'</dd>'; |
| | | |
- | </tr> | + | $t = tpl_img_getTag('File.Name'); |
| + | if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>'; |
| | | |
- | <tr> <td colspan="5"></td>
| + | $t = tpl_img_getTag(array('Iptc.Byline','Exif.TIFFArtist','Exif.Artist','Iptc.Credit')); |
- | <td align="center" width="162px"><a href="https://igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a></td>
| + | if($t) print '<dt>'.$lang['img_artist'].':</dt><dd>'.hsc($t).'</dd>'; |
- | </tr> | + | |
- | </table> | + | |
| | | |
- | </td>
| + | $t = tpl_img_getTag(array('Iptc.CopyrightNotice','Exif.TIFFCopyright','Exif.Copyright')); |
- | <td bgColor="#FFFFFF"></td> | + | if($t) print '<dt>'.$lang['img_copyr'].':</dt><dd>'.hsc($t).'</dd>'; |
- | </tr> | + | |
- | </table> | + | |
- | <!-- end of menu -->
| + | |
| | | |
| + | $t = tpl_img_getTag('File.Format'); |
| + | if($t) print '<dt>'.$lang['img_format'].':</dt><dd>'.hsc($t).'</dd>'; |
| | | |
- | <!-- First block of content -->
| + | $t = tpl_img_getTag('File.NiceSize'); |
- | <table id="firstblock" width="100%" cellspacing="0" height="500px"> | + | if($t) print '<dt>'.$lang['img_fsize'].':</dt><dd>'.hsc($t).'</dd>'; |
- | <tr> | + | |
- | <td bgColor="#FFFFFF"></td> | + | |
- | <td width="975px" align="center" bgColor="#FFFFFF" >
| + | |
| | | |
- | <!-- You can replace this image with your team's logo! -->
| + | $t = tpl_img_getTag('Simple.Camera'); |
- | <img src="https://static.igem.org/mediawiki/2014/0/06/BioPad.png" width="500px"> | + | if($t) print '<dt>'.$lang['img_camera'].':</dt><dd>'.hsc($t).'</dd>'; |
- | <h3>Welcome! <br> We are Team Sheffield 2014! </h3>
| + | |
- | <p>Scroll down to find more about our project! </p> | + | |
| | | |
- | </td>
| + | $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category','xmp.dc:subject')); |
- | <td bgColor="#FFFFFF"></td> | + | if($t) print '<dt>'.$lang['img_keywords'].':</dt><dd>'.hsc($t).'</dd>'; |
- | </tr> | + | |
- | </table> | + | |
- | <!-- end of first block -->
| + | |
| | | |
- | <!-- Block of content 1 -->
| + | ?> |
- | <table width="100%" cellspacing="0" height="500px">
| + | </dl> |
- | <tr><td bgColor="#FEE5AD"></td>
| + | <?php //Comment in for Debug// dbg(tpl_img_getTag('Simple.Raw'));?> |
- | <td width="975px" align="center" bgColor="#FEE5AD" > | + | </div> |
- | <table width="975px" cellspacing="0" height="500px">
| + | </div> |
- | <tr>
| + | |
- | | + | |
- | <td width="95%" bgColor="#FEE5AD" rowspan="3" align="center">
| + | |
- | | + | |
- | <!-- Content goes here -->
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/0/0a/DwikitemplateB_dnastrand.png">
| + | |
- | <h3>What is your project about?</h3>
| + | |
- | <p>Our project Idea is based on the need for for a preemptive approach to fecal matter bacteriophage disease causing viruses, not the post disease aquiring reaction that is now in effect.Currently those in charge of the swimming areas wait until they are notified that someone has come down with an unknown sickness and only knows they swam in the area the day before, or two, or </p>
| + | |
- | <p>For example: Our team designed a biosensor to detect a certain chemical in water</p>
| + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <!-- This is the back to top button -->
| + | |
- | <td bgColor=#FEE5AD> </td>
| + | |
- | <tr><td bgColor=#FEE5AD></td></tr>
| + | |
- | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| + | |
- | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td bgColor="#FEE5AD"></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <!-- end of Block-->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!-- Block of content 2 -->
| + | |
- | <table width="100%" cellspacing="0" height="500px">
| + | |
- | <tr>
| + | |
- | <td bgColor="#FACA66"></td>
| + | |
- | <td width="975px" align="center" bgColor="#FACA66" >
| + | |
- | | + | |
- | <table width="975px" cellspacing="0" height="500px">
| + | |
- | <tr>
| + | |
- | <td width="95%" bgColor="#FACA66" rowspan="3" align="center">
| + | |
- | | + | |
- | <!-- Content goes here -->
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/b/b5/Dnastrand3.png">
| + | |
- | <h3> How does your project work?</h3>
| + | |
- | <p> Here you can explain briefly how your project works. And add a link to your project page.</p>
| + | |
- | | + | |
- | </td> | + | |
- | | + | |
- | | + | |
- | <!-- This is the back to top section -->
| + | |
- | <td bgColor=#FACA66> </td>
| + | |
- | <tr><td bgColor=#FACA66></td></tr>
| + | |
- | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| + | |
- | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | </td>
| + | |
- | <td bgColor="#FACA66"></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <!-- end of Block-->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!-- Block of content 3 -->
| + | |
- | <table width="100%" cellspacing="0" height="500px">
| + | |
- | <tr>
| + | |
- | <td bgColor="#F7A541"></td>
| + | |
- | <td width="975px" align="center" bgColor="#F7A541" >
| + | |
- | | + | |
- | <table width="975px" cellspacing="0" height="500px">
| + | |
- | <tr>
| + | |
- | <td width="95%" bgColor="#F7A541" rowspan="3" align="center">
| + | |
- | | + | |
- | <!-- Content goes here -->
| + | |
- | | + | |
- | <img src="https://static.igem.org/mediawiki/2014/7/7d/Gears.png">
| + | |
- | <h3> Who will your project help?</h3>
| + | |
- | <p> Tell your audience how your project will help the environment, science, medicine or everything else.</p>
| + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <!-- This is the back to top section -->
| + | |
- | <td bgColor=#F7A541> </td>
| + | |
- | <tr><td bgColor=#F7A541></td></tr>
| + | |
- | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| + | |
- | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
| + | |
- | | + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td bgColor="#F7A541"></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <!-- end of Block-->
| + | |
- | | + | |
- | | + | |
- | <!-- Block of content 4 -->
| + | |
- | <table width="100%" cellspacing="0" height="500px">
| + | |
- | <tr>
| + | |
- | <td bgColor="#F45D4C"></td>
| + | |
- | <td width="975px" align="center" bgColor="#F45D4C" >
| + | |
- | | + | |
- | <table width="975px" cellspacing="0" height="500px">
| + | |
- | <tr>
| + | |
- | <td width="95%" bgColor="#F45D4C" rowspan="3" align="center">
| + | |
- | <!-- Content goes here -->
| + | |
- | | + | |
- | <img src="https://static.igem.org/mediawiki/2014/c/ce/Dnastrand2.png">
| + | |
- | <h3>Why did you choose this project?</h3>
| + | |
- | <p> What motivated you to work on this project? Tell us what inspires you.</p>
| + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <!-- This is the back to top section -->
| + | |
- | <td bgColor=#F45D4C> </td>
| + | |
- | <tr><td bgColor=#F45D4C ></td></tr>
| + | |
- | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| + | |
- | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
| + | |
- | | + | |
- | </table>
| + | |
- | </td>
| + | |
- | <td bgColor="#F45D4C"></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <!-- end of Block-->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!-- Final block of content -->
| + | |
- | <table id="firstblock" width="100%" cellspacing="0" height="200px">
| + | |
- | <tr>
| + | |
- | <td bgColor="#FFFFFF"></td>
| + | |
- | <td width="975px" align="center" bgColor="#FFFFFF" >
| + | |
- | | + | |
- | <p>Here you can place the logos of your sponsors or other links!</p>
| + | |
- | | + | |
- | </td>
| + | |
- | <td bgColor="#FFFFFF"></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <!-- end of final block -->
| + | |
| | | |
| + | <?php } ?> |
| + | </div> |
| + | <div id="sidebar"> |
| + | <?php require_once(DOKU_TPLINC.'sidebar.html')?> |
| + | </div> |
| + | </div> |
| + | </body> |
| </html> | | </html> |