Team:Grenoble/Templates/Team:Grenoble V02
From 2011.igem.org
(Difference between revisions)
Maxime.huet (Talk | contribs) |
BouGeo7314 (Talk | contribs) |
||
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang=" | + | <!-- |
- | + | Maxime: J'ai remis à jour ce fichier (j'en ai une sauvegarde si qqun en a besoin, elle est à la même adresse mais avec V03 au lieu de V02) j'ai refait l'indentation plus proprement. | |
+ | |||
+ | Pour éditer proprement et simplement le wiki, j'utilise Geany. Il suffit de copier tout ce qui est ici et de l'enregistrer avec une extension .html | ||
+ | |||
+ | Il faut décommenter les deux lignes: | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
+ | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
+ | |||
+ | Ensuite dans Geany on appuie sur "F5" pour voir la page dans un navigateur, tout apparaît sauf la bannière Team:Grenoble, c'est normal mais je ne sais pas pourquoi ^^ | ||
+ | |||
+ | Les lignes qu'on décommente pour observer le résultat dans un navigateur doivent être remises en commentaire quand on copie dans le wiki ! | ||
+ | |||
+ | Je m'occuperai de rendre un peu plus joli le code des autres pages bientôt (faut que je ferme les balises qui ne le sont pas, j'avais ouvert des <p> sans les fermer). | ||
+ | --> | ||
+ | |||
+ | <!-- | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
+ | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
+ | --> | ||
+ | |||
+ | <!-- | ||
+ | Ce qui suit doit être mis dans le wiki: | ||
+ | --> | ||
+ | |||
+ | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
+ | |||
+ | <head> | ||
+ | <title>Grenoble</title> | ||
+ | <meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
+ | <meta name="generator" content="Geany 0.19.1" /> | ||
<style> | <style> | ||
Line 466: | Line 495: | ||
</style> | </style> | ||
- | + | </head> | |
- | + | ||
- | + | <body> | |
- | + | ||
- | + | <div class="menu"> | |
- | + | <ul> | |
- | + | <li><a href="/Team:Grenoble">Home</a></li> | |
- | + | <li><a href="/Team:Grenoble/The_Team/">The Team</a></li> | |
- | + | <li><a href="/Team:Grenoble/Grenoble">Project</a></li> | |
- | + | <li><a href="/Team:Grenoble/Notebook">Notebook</a></li> | |
- | + | <li><a href="/Team:Grenoble/Safety">Safety</a></li> | |
- | + | <li><a href="/Team:Grenoble/HumanPractice">Human Practice</a></li> | |
- | + | <li><a href="/Team:Grenoble/Sponsors">Sponsors</a></li> | |
+ | </ul> | ||
+ | </div> | ||
Line 486: | Line 516: | ||
<!-- En-dessous : Le sidebar menu, à droite --> | <!-- En-dessous : Le sidebar menu, à droite --> | ||
- | + | <div class="body" id="arf" > | |
- | + | <div class="right"> | |
- | + | ||
- | + | <h3><span class="vert">TEAM:</span>Grenoble</h3> | |
+ | <ul> | ||
+ | <li><a href="/Team:Grenoble">Home</a></li> | ||
+ | <li><a href="/Team:Grenoble/The_Team/">The Team</a></li> | ||
+ | <li><a href="/Team:Grenoble/Grenoble">Project</a></li> | ||
+ | <li><a href="/Team:Grenoble/Notebook">Notebook</a></li> | ||
+ | <li><a href="/Team:Grenoble/Safety">Safety</a></li> | ||
+ | <li><a href="/Team:Grenoble/HumanPractice">Human Practice</a></li> | ||
+ | <li><a href="/Team:Grenoble/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <h3><span class="vert">Our</span> Sponsors</h3> | ||
+ | <a href="https://2011.igem.org/Team:Grenoble/Sponsors"><img src="https://static.igem.org/mediawiki/2011/c/c8/Logosright.png"\></a> | ||
+ | <br/> | ||
+ | |||
+ | <h3><span class="vert">Event</span> Calendar</h3> | ||
+ | |||
+ | <p> | ||
<ul> | <ul> | ||
- | + | <li>2nd September:</li> | |
- | <li> | + | </ul> |
- | + | <a href="http://www.minatec.com/midis">Conference Midi Minatec,</a> | |
- | + | <br /> | |
- | + | 3 parvis Louis Néel<br /> | |
- | + | 38 000 GRENOBLE<br /> | |
- | + | FRANCE | |
- | + | </p> | |
- | + | ||
+ | |||
+ | <h3><span class="vert">Contact</span> Us</h3> | ||
+ | <h3> | ||
+ | <a title="Geoffrey BOUCHAGE" href="mailto:geoffrey.bouchage@phelma.grenoble-inp.fr"> Clic here !</a> | ||
+ | </h3> | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
<!-- Le corps du site, ce qui ne fera pas partie du template : --> | <!-- Le corps du site, ce qui ne fera pas partie du template : --> | ||
Line 526: | Line 562: | ||
- | + | <script type="text/javascript"> | |
- | + | var s = document.getElementById('arf'); | |
- | + | var w = screen.width; | |
- | + | //alert(screen.width); | |
- | + | //alert(s); | |
- | + | var r = (w/3097)*452 + 192; | |
- | + | //alert(r); | |
- | + | var str = String(r)+"px"; | |
- | + | //alert(str); | |
- | + | s.style.top = str; | |
- | + | </script> | |
- | + | ||
- | + | ||
- | var hones = document.getElementsByTagName('h1'); | + | <script type="text/javascript"> |
- | hones[0].innerHTML = '<span>Team:</span>Grenoble v0.2<br/><small>In Tartiflette we trust</small>'; | + | var hones = document.getElementsByTagName('h1'); |
+ | hones[0].innerHTML = '<span>Team:</span>Grenoble v0.2<br/><small>In Tartiflette we trust</small>'; | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | document.getElementById('p-logo').innerHTML = '<a href=\"/Main_Page\" title=\"Main Page\"> <img class=\"blabla\" src=\'http://farm4.static.flickr.com/3067/3084131521_36c059f6f0_b.jpg\'> </a>' | ||
</script> | </script> | ||
- | |||
- | |||
+ | </body> | ||
- | |||
- | |||
</html> | </html> |
Latest revision as of 15:06, 24 July 2011
TEAM:Grenoble
Our Sponsors
Event Calendar
- 2nd September:
3 parvis Louis Néel
38 000 GRENOBLE
FRANCE