[40] | 1 | <?php |
---|
| 2 | session_start(); |
---|
| 3 | ?> |
---|
| 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
| 5 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 6 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
| 7 | <head> |
---|
| 8 | <title>Web Klask</title> |
---|
| 9 | |
---|
| 10 | <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> |
---|
| 11 | |
---|
| 12 | <meta name="generator" content="Jonas John" /> |
---|
| 13 | <meta name="description" content="put a good description in here" /> |
---|
| 14 | <meta name="keywords" content="good,keywords" /> |
---|
| 15 | |
---|
| 16 | <link rel="stylesheet" type="text/css" href="css/bluesky.css" media="screen, tv, projection" title="Default" /> |
---|
| 17 | <link rel="alternative stylesheet" type="text/css" href="css/bluesky_large.css" media="screen, projection, tv" title="Larger Fonts" /> |
---|
| 18 | |
---|
| 19 | <link rel="alternative stylesheet" type="text/css" href="css/print.css" media="screen" title="Print Preview" /> |
---|
| 20 | <link rel="alternative stylesheet" type="text/css" href="css/handheld.css" media="screen" title="Small Layout Preview" /> |
---|
| 21 | |
---|
| 22 | <link rel="stylesheet" type="text/css" href="css/handheld.css" media="handheld" title="Small Layout" /> |
---|
| 23 | <link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> |
---|
| 24 | |
---|
| 25 | <!-- Navigational metadata (an accessibility feature - preview in opera) --> |
---|
| 26 | <link rel="top" href="index.html" title="Homepage" /> |
---|
| 27 | <link rel="up" href="index.html" title="Up" /> |
---|
| 28 | <link rel="first" href="index.html" title="First page" /> |
---|
| 29 | <link rel="previous" href="index.html" title="Previous page" /> |
---|
| 30 | <link rel="next" href="index.html" title="Next page" /> |
---|
| 31 | <link rel="last" href="index.html" title="Last page" /> |
---|
| 32 | <link rel="toc" href="index.html" title="Table of contents" /> |
---|
| 33 | <link rel="index" href="index.html" title="Site map" /> |
---|
| 34 | |
---|
| 35 | </head> |
---|
| 36 | <body> |
---|
| 37 | |
---|
| 38 | <div id="page"> |
---|
| 39 | |
---|
| 40 | <div id="header"> |
---|
| 41 | <a href="index.php">ENS LYON</a> |
---|
| 42 | </div> |
---|
| 43 | |
---|
| 44 | <!-- <div id="wrapper"> --> |
---|
| 45 | |
---|
| 46 | <div id="content"> |
---|
| 47 | |
---|
| 48 | <div id="path"> |
---|
| 49 | <a href="./index.php">HomePage</a> |
---|
| 50 | </div> |
---|
| 51 | |
---|
| 52 | <div id="main"> |
---|
| 53 | |
---|
| 54 | <!-- <h1>Welcome !</h1> --> |
---|
| 55 | |
---|
| 56 | <!--<p>--> |
---|
| 57 | <? |
---|
| 58 | |
---|
| 59 | include('./index-inc.php'); |
---|
| 60 | |
---|
| 61 | ?> |
---|
| 62 | <!--</p>--> |
---|
| 63 | |
---|
| 64 | </div> |
---|
| 65 | |
---|
| 66 | </div> |
---|
| 67 | |
---|
| 68 | <div id="left"> |
---|
| 69 | |
---|
| 70 | <div id="nav"> |
---|
| 71 | |
---|
| 72 | <h3>Klask</h3> |
---|
| 73 | |
---|
| 74 | <div class="inner_box"> |
---|
| 75 | |
---|
| 76 | <ul> |
---|
| 77 | <li> |
---|
| 78 | <? |
---|
| 79 | //mettre ici l'include du menu de navigation |
---|
| 80 | //session_start(); |
---|
| 81 | if ( ctrlAuth() == 0 ) { |
---|
| 82 | echo displayAuthUser(); |
---|
| 83 | }else{ |
---|
| 84 | echo navKlask(); |
---|
| 85 | } |
---|
| 86 | ?> |
---|
| 87 | </li> |
---|
| 88 | </ul> |
---|
| 89 | </div> |
---|
| 90 | |
---|
| 91 | <h3>AFFICHER</h3> |
---|
| 92 | |
---|
| 93 | <div class="inner_box"> |
---|
| 94 | |
---|
| 95 | <ul> |
---|
| 96 | <li> |
---|
| 97 | <? |
---|
| 98 | //mettre ici l'include du menu de navigation |
---|
| 99 | //session_start(); |
---|
| 100 | if ( ctrlAuth() == 0 ) { |
---|
| 101 | //echo displayAuthUser(); |
---|
| 102 | }else{ |
---|
| 103 | echo navDisplay(); |
---|
| 104 | } |
---|
| 105 | ?> |
---|
| 106 | </li> |
---|
| 107 | </ul> |
---|
| 108 | </div> |
---|
| 109 | |
---|
| 110 | <h3>AJOUTER</h3> |
---|
| 111 | |
---|
| 112 | <div class="inner_box"> |
---|
| 113 | |
---|
| 114 | <ul> |
---|
| 115 | <li> |
---|
| 116 | <? |
---|
| 117 | //mettre ici l'include du menu de navigation |
---|
| 118 | //session_start(); |
---|
| 119 | if ( ctrlAuth() == 0 ) { |
---|
| 120 | //echo displayAuthUser(); |
---|
| 121 | }else{ |
---|
| 122 | echo navAdd(); |
---|
| 123 | } |
---|
| 124 | ?> |
---|
| 125 | </li> |
---|
| 126 | </ul> |
---|
| 127 | </div> |
---|
| 128 | |
---|
| 129 | |
---|
| 130 | <h3>Supprimer</h3> |
---|
| 131 | |
---|
| 132 | <div class="inner_box"> |
---|
| 133 | |
---|
| 134 | <ul> |
---|
| 135 | <li> |
---|
| 136 | <? |
---|
| 137 | //mettre ici l'include du menu de navigation |
---|
| 138 | //session_start(); |
---|
| 139 | if ( ctrlAuth() == 0 ) { |
---|
| 140 | //echo displayAuthUser(); |
---|
| 141 | }else{ |
---|
| 142 | echo navDel(); |
---|
| 143 | } |
---|
| 144 | ?> |
---|
| 145 | </li> |
---|
| 146 | </ul> |
---|
| 147 | </div> |
---|
| 148 | |
---|
| 149 | <!-- i love clean source code --> |
---|
| 150 | |
---|
| 151 | </div> |
---|
| 152 | </div> |
---|
| 153 | |
---|
| 154 | <!-- </div> --> |
---|
| 155 | |
---|
| 156 | <div id="footer"> |
---|
| 157 | <p> |
---|
| 158 | License GPL V2 <a href="index.html">WebKlask</a>. |
---|
| 159 | Webdesign disponible sur <a href="http://www.oswd.org">Open Source Web Design</a> by <a href="http://www.jonasjohn.de/">Jonas John</a>. |
---|
| 160 | |
---|
| 161 | <!-- please leave a small credit to the author - thanks :-) ! --> |
---|
| 162 | |
---|
| 163 | </p> |
---|
| 164 | </div> |
---|
| 165 | |
---|
| 166 | </div> |
---|
| 167 | |
---|
| 168 | </body> |
---|
| 169 | </html> |
---|