Changeset 650:0da4a5fecca3 for themes/ductile/tpl
- Timestamp:
- 07/25/11 22:27:11 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile/tpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/404.html
r615 r650 36 36 <div id="content-info"> 37 37 <h2>{{tpl:lang Document not found}}</h2> 38 <p> L'adresse est erronée ou la page a été supprimée.</p>38 <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> 39 39 </div> 40 40 -
themes/ductile/tpl/_head.html
r631 r650 1 1 <!-- media queries --> 2 <meta name="viewport" content="width=device-width " />2 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 3 3 <!-- compat media queries --> 4 4 <!--[if lt IE 9]> -
themes/ductile/tpl/archive.html
r615 r650 53 53 <div id="by-date" class="arch-block"> 54 54 <h3>{{tpl:lang By date}}</h3> 55 <p class="fromto">{{tpl:lang From }} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d%B %Y"}}</a></tpl:Entries></p>55 <p class="fromto">{{tpl:lang FromDay}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries> {{tpl:lang toDay}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries></p> 56 56 <tpl:Archives order="asc"> 57 57 <tpl:ArchivesYearHeader>
Note: See TracChangeset
for help on using the changeset viewer.