ryxeo-webphotoalbum-git / www / inc / header.inc.php @ 67466a8d
Historique | Voir | Annoter | Télécharger (633 octets)
1 | 67466a8d | Eric Seigne | <div class="stylenavbar"> |
---|---|---|---|
2 | <div id="styleshiden" style="display: block;"> |
||
3 | <p><a href="javascript:toggle_div('styleshiden');toggle_div('stylesshown');">show styles</a></p> |
||
4 | </div>
|
||
5 | <div id="stylesshown" style="display: none;"> |
||
6 | <ul>
|
||
7 | <?php
|
||
8 | foreach ($themes as $skin => $url) { |
||
9 | echo "<li><a href=\"javascript:setActiveStyleSheet('$skin')\" title=\"$skin\">"; |
||
10 | echo "$skin</a></li> \n"; |
||
11 | } |
||
12 | ?>
|
||
13 | </ul>
|
||
14 | <p><a href="javascript:toggle_div('styleshiden');toggle_div('stylesshown');">hide styles</a></p> |
||
15 | </div>
|
||
16 | </div>
|
||
17 | |||
18 | <?php
|
||
19 | echo "<h1 class=\"title\"><a href=\"http://$HostName$ThisScript\">Photo Gallery<span /></a></h1>\n\n"; |
||
20 | ?> |