Changeset 48766 in spip-zone
- Timestamp:
- Jun 13, 2011, 2:09:43 PM (10 years ago)
- Location:
- _galaxie_/plugins-spip-net/svp2010
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/plugins-spip-net/svp2010/css.html
r48685 r48766 135 135 136 136 .meta-publi { margin-top: 2px; } 137 .meta-publi a { padding: 4px; background-color: #e0e0e0; color: #666; text-decoration: none;137 .meta-publi a { margin-right: 10px; padding: 4px; background-color: #e0e0e0; color: #666; text-decoration: none; 138 138 -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius : 5px; } 139 139 .meta-publi a:hover { color: #000; } -
_galaxie_/plugins-spip-net/svp2010/inclure/paquet-plugin.html
r48761 r48766 5 5 [(#SET{url_depot, #URL_DEPOT})] 6 6 [(#SET{url_archives, #URL_ARCHIVES})] 7 [(#SET{url_brouteur, #URL_BROUTEUR})] 7 8 [(#SET{titre_depot, #TITRE})] 8 9 </BOUCLE_depot> … … 20 21 <:lien_documentation:> 21 22 </a> 23 [<a href="(#LIEN_DEMO)" title="<:svp:bulle_aller_demonstration:>"> 24 <:lien_demo:> 25 </a>] 26 [<a href="(#LIEN_DEV)" title="<:svp:bulle_aller_developpement:>"> 27 <:lien_dev:> 28 </a>] 29 [(#GET{url_brouteur}|oui) 30 <a[ href="(#GET{url_brouteur}|concat{'/', #SRC_ARCHIVE})"] title="<:svp:bulle_aller_sources:>"> 31 <:lien_sources:> 32 </a>] 22 33 </div>] 23 34 <dl class="bloc_infos"> -
_galaxie_/plugins-spip-net/svp2010/lang/local_fr.php
r48761 r48766 22 22 'label_tri_nom' => 'Trier par nom', 23 23 'label_tri_pop' => 'Trier par popularité', 24 'lien_demo' => 'Démonstration', 25 'lien_dev' => 'Developpement', 24 26 'lien_documentation' => 'Documentation', 27 'lien_sources' => 'Sources', 25 28 26 29 'titre_au_hasard' => 'Au hasard',
Note: See TracChangeset
for help on using the changeset viewer.