Changeset 75097 in spip-zone
- Timestamp:
- Aug 29, 2013, 4:36:24 PM (7 years ago)
- Location:
- _galaxie_/code.spip.net/spip-zora
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/code.spip.net/spip-zora/squelettes/content/article.html
r74548 r75097 8 8 ]</h1> 9 9 10 <p class="publication"><time pubdate="pubdate" datetime="[(#DATE|date_iso)]"><i class="icon-calendar"></i> [(#DATE|nom_jour) ][(#DATE|affdate)]</time>[<span class="authors"><span class="sep">, </span><i class="icon-user"></i> <:par_auteur:> (#LESAUTEURS)</span>]</p> 10 <p class="publication"> 11 <time datetime="[(#DATE_MODIF|date_iso)]"> 12 [(#SET{date, [(#DATE_MODIF|nom_jour) ][(#DATE_MODIF|affdate)]})] 13 <:zora_squelettes:date_derniere_modification{date=#GET{date}}:> 14 </time> 15 </p> 11 16 [(#REM) Inclure le modele des liens de traductions ] 12 17 <div class="postmeta"> … … 69 74 </aside> 70 75 76 77 <footer class='publication'> 78 <p class="publication"> 79 <time pubdate="pubdate" datetime="[(#DATE|date_iso)]"> 80 [(#SET{date,[(#DATE|nom_jour) ][(#DATE|affdate)]})] 81 <i class="icon-calendar"></i> 82 <:zora_squelettes:date_publication{date=#GET{date}}:> 83 </time> 84 [<span class="authors"><span class="sep">, </span><i class="icon-user"></i> <:par_auteur:> (#LESAUTEURS)</span>] 85 </p> 86 </footer> 71 87 </article> 72 88 </BOUCLE_content> -
_galaxie_/code.spip.net/spip-zora/squelettes/lang/zora_squelettes_fr.php
r75094 r75097 9 9 'aide_404' => 'Peut être cherchiez vous une des pages proposées ci-dessous.', 10 10 'aide_404_recherche' => 'Recherche réalisée à partir du ou des termes : « @recherche@ ».', 11 12 'date_derniere_modification' => 'Dernière modification le @date@', 13 'date_publication' => 'Publié le @date@', 11 14 ); 12 15 ?> -
_galaxie_/code.spip.net/spip-zora/theme/css/theme.less
r75093 r75097 251 251 } 252 252 253 /* [spip] dates des articles et auteurs, déplacées au pied */ 254 footer.publication { 255 margin-top:10em; 256 background:#eee; 257 border:1px solid #ddd; 258 .border-radius(@inputBorderRadius); 259 padding:1em; 260 } 261 footer.publication p {margin-bottom:0;} 253 262 254 263 /* ajax */
Note: See TracChangeset
for help on using the changeset viewer.