Changeset 48006 in spip-zone
- Timestamp:
- May 22, 2011, 5:33:37 PM (10 years ago)
- Location:
- _galaxie_/plugins-spip-net/svp2010
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/plugins-spip-net/svp2010/content/sommaire.html
r47985 r48006 38 38 <h2 class="h2">Les 10 plus utilises</h2> 39 39 <ul class="liste-items"> 40 <BOUCLE_stats(DATA){source json, http://stats.spip.org/spip.php?page=stats.json} 41 {datapath plugins} 42 {nom !IN 40 <BOUCLE_plugin2(PLUGINS){!par nbr_sites}{0,10}{prefixe !IN 43 41 iterateurs, 44 42 queue, … … 67 65 vertebres, 68 66 breves, 69 compresseur} 70 {!par sites} 71 {0,10} 72 > 73 <BOUCLE_plugin2(PLUGINS){prefixe=#VALEUR{nom}}> 67 compresseur}> 74 68 <li class="item"><a href="#URL_PLUGIN" title="<:svp:bulle_aller_plugin:>"> 75 69 <BOUCLE_logo2(PAQUETS){id_plugin}{!par version}{0,1}>[ … … 77 71 ]</BOUCLE_logo2> 78 72 <span class="titre">#NOM</span> 79 <span class="meta">[(# VALEUR{sites}) sites]</span>73 <span class="meta">[(#NBR_SITES) sites]</span> 80 74 </a></li> 81 75 </BOUCLE_plugin2> 82 </BOUCLE_stats>83 76 </ul> 84 77 </div> -
_galaxie_/plugins-spip-net/svp2010/css.html
r47985 r48006 464 464 .page_sommaire #selection .h2 { margin: 0; } 465 465 .page_sommaire #selection .liste-items .item { width: 31%; float: left; margin-right: 22px; border: 0; } 466 .page_sommaire #selection .liste-items .item .titre { }466 .page_sommaire #selection .liste-items .item .titre { margin: 5px 0; } 467 467 .page_sommaire #selection .liste-items .item .titre a { font-weight: bold; color: #[(#GET{couleur})]; text-decoration: none; } 468 468 .page_sommaire #selection .liste-items .item .bloc_infos { margin-top: 10px; font-size: 90%; } -
_galaxie_/plugins-spip-net/svp2010/mes_options.php
r41842 r48006 1 1 <?php 2 2 3 define('_SVP_CRON_ACTUALISATION_STATS', true); 3 4 $dossier_squelettes = basename(dirname(__FILE__)); 4 5
Note: See TracChangeset
for help on using the changeset viewer.