Changeset 47858 in spip-zone
- Timestamp:
- May 17, 2011, 10:52:58 AM (10 years ago)
- Location:
- _squelettes_/maparaan
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/maparaan/contenu/article.html
r45746 r47858 7 7 <div class="padd-post-item padd-post-item-single" id="post-#ID_ARTICLE"> 8 8 <div class="padd-post-item-title cartouche"> 9 #SET{largeur,(#LOGO_ARTICLE|largeur)} 10 #SET{hauteur,(#LOGO_ARTICLE|hauteur)} 11 #SET{taille, 80} 12 #SET{ratio_x,#GET{largeur}|div{#GET{taille}}} 13 #SET{ratio_y,#GET{hauteur}|div{#GET{taille}}} 14 #SET{ratio,#GET{ratio_x}|<={#GET{ratio_y}}|?{#GET{ratio_x},#GET{ratio_y}}} 15 <a href="#URL_ARTICLE" rel="bookmark" title="#TITRE">[(#LOGO_ARTICLE||image_reduire_par{#GET{ratio}}|image_recadre{#GET{taille},#GET{taille}})]</a> 16 9 17 [<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>] 10 [<div class="info-publi info-publi-article" title="[(#DATE|affdate_heure)]">(#DATE|affdate)<br />#LESAUTEURS</div>] 11 <h2><a href="#URL_ARTICLE" rel="bookmark" title="#TITRE"> [(#LOGO_ARTICLE||image_reduire{32, 19})]#TITRE</a></h2>18 [<div class="info-publi info-publi-article" title="[(#DATE|affdate_heure)]">(#DATE|affdate)<br />#LESAUTEURS</div>] 19 <h2><a href="#URL_ARTICLE" rel="bookmark" title="#TITRE">#TITRE</a></h2> 12 20 [<p class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</p>] 13 21 </div> -
_squelettes_/maparaan/contenu/breve.html
r45746 r47858 6 6 <div class="padd-post-item padd-post-item-single" id="post-#ID_ARTICLE"> 7 7 <div class="padd-post-item-title cartouche"> 8 <a href="#URL_BREVE" rel="bookmark" title="#TITRE" class="#EDIT{titre}">[(#LOGO_BREVE)]</a> 8 9 <div class="info-publi info-publi-article" title="[(#DATE|affdate_heure)]"> 9 10 <BOUCLE_ariane_rub(RUBRIQUES){id_rubrique}><a href="#URL_RUBRIQUE">[(#TITRE|couper{60, '...'})]</a><br /></BOUCLE_ariane_rub> 10 11 [(#DATE|affdate)]</div> 11 <h2><a href="#URL_BREVE" rel="bookmark" title="#TITRE" class="#EDIT{titre}"> [(#LOGO_BREVE||image_reduire{32, 19})]#TITRE</a></h2>12 <h2><a href="#URL_BREVE" rel="bookmark" title="#TITRE" class="#EDIT{titre}">#TITRE</a></h2> 12 13 </div> 13 14 <div class="padd-post-item-entry"> -
_squelettes_/maparaan/contenu/page-sommaire.html
r45870 r47858 135 135 <ul> 136 136 <BOUCLE_breves(BREVES) {tout}{!par date}{0, 5}> 137 <li><span class="padd-wrap breves-rub">< a href="#URL_BREVE">#TITRE</a>[ – (#DATE|affdate_jourcourt)]<BOUCLE_breves_rub(RUBRIQUES) {id_rubrique}><small class="breves-rub-texte">#TITRE</small></BOUCLE_breves_rub></span></li>137 <li><span class="padd-wrap breves-rub"><BOUCLE_breves_rub(RUBRIQUES) {id_rubrique}><small class="breves-rub-texte">#TITRE</small></BOUCLE_breves_rub><a href="#URL_BREVE">#TITRE</a>[ – (#DATE|affdate_jourcourt)]</span></li> 138 138 </BOUCLE_breves> 139 139 </ul> … … 150 150 <div class="padd-post-item-entry"> 151 151 [(#INTRODUCTION|couper{400, '...'})] 152 <p class=" readmore"><a href="#URL_ARTICLE"><:zpip:lire_la_suite:></a></p>152 <p class="lirelasuite"><a href="#URL_ARTICLE"><:zpip:lire_la_suite:></a></p> 153 153 </div> 154 154 </div> -
_squelettes_/maparaan/contenu/rubrique.html
r45746 r47858 6 6 <div class="padd-post-group padd-post-group-result"> 7 7 <div class="padd-post-group-title cartouche"> 8 [(#LOGO_RUBRIQUE|| image_reduire{32,32}|sinon{<div class='pas-de-logo'></div>})]8 [(#LOGO_RUBRIQUE||sinon{<div class='pas-de-logo'></div>})] 9 9 <h1 class="#EDIT{titre}"><:maparaan:articles_rubrique:> #TITRE</h1> 10 10 </div> -
_squelettes_/maparaan/css/style_maparaan.css
r45870 r47858 186 186 div.padd-post-group-result div.padd-post-group-title div.pas-de-logo { height:37px; width:32px; float:left; margin-left:-40px; background: transparent url('../img/bg-sidebar-title.png') 0 5px no-repeat; } 187 187 div.padd-post-group-result div.padd-post-group-title img { float:left; margin-left:-40px;} 188 .page_rubrique div.padd-post-group-result div.padd-post-group-title img.spip_logos, 189 .page_breve div.cartouche img.spip_logos { height:40px; width:auto; padding:2px 20px 4px 0; } 190 .page_article div.cartouche img.spip_logos { padding:0 20px 4px 0; } 191 .page_article div.cartouche { border-bottom:2px solid #E0E0DA; } 188 192 div.padd-post-group-result div.padd-post-group-title h1 { color: #b14934; } 189 193 … … 259 263 } 260 264 p.lirelasuite a:hover { background:#b24a35 url('../img/bg-lirelasuite.jpg') bottom left repeat-x; } 261 265 div.introduction p.lirelasuite { float:right; } 266 div.introduction p.lirelasuite a { margin:4px 0 0 0; } 262 267 263 268 /* -
_squelettes_/maparaan/inclure/article-resume.html
r45746 r47858 22 22 </div> 23 23 <div class="padd-post-item-entry"> 24 <?php 25 /*if (function_exists('tweetmeme')) { 26 echo padd_tm_generate_button(); 27 } 28 echo padd_theme_summary(get_the_content());*/ 29 //TWEETMEME 30 ?> 31 [<div class="#EDIT{intro} introduction entry-content">(#INTRODUCTION|couper{360, '...'})</div>] 32 33 <div class="nettoyeur"></div> 24 [<div class="#EDIT{intro} introduction entry-content"> 25 (#INTRODUCTION|couper{320, '...'}) 26 <p class="lirelasuite"><a href="#URL_ARTICLE"><:zpip:lire_la_suite:></a></p> 27 <div class="nettoyeur"></div> 28 </div>] 34 29 </div> 35 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.