Last change
on this file since 48912 was
48912,
checked in by eric@…, 10 years ago
|
Premier jet du passage des objets SVP sous SPIP 3 (déclaration, squelettes):
- l'objet depot est déclaré dans svp_declarer_tables_objets_sql()
- les pages depot et depot_edit sont migrées dans le nouveau formalisme de l'espace privé avec utilisation de l'échafaudage.
- Mise au point des items de langue
Incrément de version
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
972 bytes
|
Line | |
---|
1 | <B_depots> |
---|
2 | <div class="cadre cadre-e" style="margin-top: 2em;"> |
---|
3 | <img height="24" width="24" class="cadre-icone" alt="" src="#CHEMIN{prive/themes/spip/images/depot-24.png}" /> |
---|
4 | [(#VAL{<:svp:titre_boite_autres_depots:>}|bouton_block_depliable{#EVAL{true}})] |
---|
5 | [(#EVAL{true}|debut_block_depliable)] |
---|
6 | <div class="cadre_padding"> |
---|
7 | <BOUCLE_depots(DEPOTS){id_depot!=#ENV{id_depot}}{par titre}> |
---|
8 | <div> |
---|
9 | <div style="float: right; width: 32%;"> |
---|
10 | <a title="<:svp:bulle_modifier_depot:>"[ href="(#URL_ECRIRE{depots_edit, id_depot=#ID_DEPOT})"] style="float: right; padding-left: 4px; color: black;" class="spip_xx-small"> |
---|
11 | <b>N° #ID_DEPOT</b> |
---|
12 | </a> |
---|
13 | </div> |
---|
14 | <div> |
---|
15 | <a title="<:svp:bulle_afficher_depot:>"[ href="(#URL_ECRIRE{depots, id_depot=#ID_DEPOT})"] class="verdana1"> |
---|
16 | #TITRE |
---|
17 | </a> |
---|
18 | </div> |
---|
19 | <div style="clear: both; height: 3px;"></div> |
---|
20 | </div> |
---|
21 | </BOUCLE_depots> |
---|
22 | <div class="nettoyeur"></div> |
---|
23 | </div> |
---|
24 | [(#VAL|fin_block)] |
---|
25 | </div> |
---|
26 | </B_depots> |
---|
Note: See
TracBrowser
for help on using the repository browser.