Changeset 359:f8482768790a for themes/ductile/tpl
- Timestamp:
- 06/13/11 18:44:35 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile/tpl
- Files:
-
- 2 edited
-
_footer.html (modified) (2 diffs)
-
_top.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_footer.html
r354 r359 1 1 <div id="footer"> 2 3 <!-- Pour Franck: 4 Bien penser à appliquer une classe "last" au dernier item 5 --> 6 2 7 <ul id="stickers"> 3 8 <li id="sticker1"><a href="{{tpl:BlogURL}}pages/Contact"><img src="{{tpl:BlogThemeURL}}/img/sticker-contact.png" alt="Contact" /><span>Contact</span></a></li> … … 5 10 <li id="sticker3" class="last"><a href="{{tpl:BlogURL}}pages/About"><img src="{{tpl:BlogThemeURL}}/img/sticker-about.png" alt="À propos" /><span>À propos</span></a></li> 6 11 </ul> 12 7 13 <p>{{tpl:SysPoweredBy}}</p> 8 14 </div> -
themes/ductile/tpl/_top.html
r355 r359 1 <div id="top"> 2 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 1 <div id="header"> 2 <div id="top"> 3 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 3 4 4 <!-- # --BEHAVIOR-- publicTopAfterContent --> 5 {{tpl:SysBehavior behavior="publicTopAfterContent"}} 5 <!-- # --BEHAVIOR-- publicTopAfterContent --> 6 {{tpl:SysBehavior behavior="publicTopAfterContent"}} 7 </div> 8 9 <ul id="prelude"> 10 <li><a href="#main">{{tpl:lang To content}}</a></li> 11 <li><a href="#blognav">{{tpl:lang To menu}}</a></li> 12 <li><a href="#search">{{tpl:lang To search}}</a></li> 13 </ul> 14 15 <!-- Pour Franck: 16 Il faudrait trouver un moyen pour que 17 1. la balise <p /> ne soit présente que si la description est non vide 18 2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?) 19 --> 20 <p id="blogdesc">{{tpl:BlogDescription}}</p> 21 22 <!-- Pour Franck: 23 Ajouter un id incrémental 24 Par défaut : accueil, archives (rien dans le span) 25 --> 26 <ul id="supranav"> 27 <li id="li1" class="active"><a href="{{tpl:BlogURL}}">Accueil<span> articles récents</span></a></li> 28 <li id="li2"><a href="#">Construire un thème<span> tutoriels</span></a></li> 29 <li id="li3"><a href="#">Maquettes<span> projets graphiques</span></a></li> 30 <li id="li4"><a href="{{tpl:BlogURL}}archive">Archives<span> 2005-2011</span></a></li> 31 </ul> 6 32 </div> 7 8 <p id="prelude"><a href="#main">{{tpl:lang To content}}</a> |9 <a href="#blognav">{{tpl:lang To menu}}</a> |10 <a href="#search">{{tpl:lang To search}}</a></p>11 12 <p id="blogdesc">{{tpl:BlogDescription}}</p>13 14 <ul id="supranav">15 <li><a href="#">Articles récents</a></li>16 <li><a href="#">Construire un thème</a></li>17 <li><a href="#">Maquettes</a></li>18 <li><a href="#">Archives</a></li>19 </ul>
Note: See TracChangeset
for help on using the changeset viewer.
