Changeset 10230 in spip-zone
- Timestamp:
- Mar 7, 2007, 10:13:41 PM (14 years ago)
- Location:
- _plugins_/_dev_/spip_outliner
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/spip_outliner/base/Outliner.xml
r10218 r10230 2 2 <forms> 3 3 <form> 4 <id_form>2 8</id_form>4 <id_form>29</id_form> 5 5 <titre>Un Outliner</titre> 6 6 <descriptif>Arbo de riec</descriptif> … … 18 18 <fields> 19 19 <field> 20 <champ>select_1</champ> 21 <rang>1</rang> 22 <titre>Niveau</titre> 23 <type>select</type> 24 <obligatoire>oui</obligatoire> 25 <extra_info>liste</extra_info> 26 <specifiant></specifiant> 27 <public>oui</public> 28 <aide></aide> 29 <html_wrap></html_wrap> 30 <les_choix> 31 <un_choix> 32 <choix>select_1_1</choix> 33 <titre>1</titre> 34 <rang>1</rang> 35 </un_choix> 36 <un_choix> 37 <choix>select_1_2</choix> 38 <titre>2</titre> 39 <rang>2</rang> 40 </un_choix> 41 <un_choix> 42 <choix>select_1_3</choix> 43 <titre>3</titre> 44 <rang>3</rang> 45 </un_choix> 46 <un_choix> 47 <choix>select_1_4</choix> 48 <titre>4</titre> 49 <rang>4</rang> 50 </un_choix> 51 <un_choix> 52 <choix>select_1_5</choix> 53 <titre>5</titre> 54 <rang>5</rang> 55 </un_choix> 56 <un_choix> 57 <choix>select_1_6</choix> 58 <titre>6</titre> 59 <rang>6</rang> 60 </un_choix> 61 <un_choix> 62 <choix>select_1_7</choix> 63 <titre>7</titre> 64 <rang>7</rang> 65 </un_choix> 66 <un_choix> 67 <choix>select_1_8</choix> 68 <titre>8</titre> 69 <rang>8</rang> 70 </un_choix> 71 <un_choix> 72 <choix>select_1_9</choix> 73 <titre>9</titre> 74 <rang>9</rang> 75 </un_choix> 76 </les_choix> 77 </field> 78 <field> 20 79 <champ>ligne_1</champ> 21 <rang> 1</rang>80 <rang>2</rang> 22 81 <titre>Titre</titre> 23 82 <type>ligne</type> -
_plugins_/_dev_/spip_outliner/outline.html
r10216 r10230 6 6 [<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />] 7 7 <INCLURE{fond=inc-head}> 8 <link rel="stylesheet" href="[(#CHEMIN{outliner.css})]" type="text/css" media="all" /> 8 9 </head> 9 10 10 <body class=" page_article">11 <div id=" page">11 <body class="outliner"> 12 <div id="outline"> 12 13 13 14 <B_titreh> 14 <table class=" spipdonnees" id='donnees-#ENV{id_table}'>15 <table class="outline donnees" id='donnees-#ENV{id_table}'> 15 16 <BOUCLE_caption(FORMS){id_form=#ENV{id_table}}><caption>#TITRE</caption></BOUCLE_caption> 16 17 <thead><tr class='row_first'> … … 52 53 <td><a href='[(#SELF|parametre_url{id_donnee,#ID_DONNEE}|ancre_url{donnee-#ID_DONNEE})]'>#ID_DONNEE</a></td> 53 54 <td> 55 <table><tr > 54 56 <BOUCLE_niveau(FORMS_CHAMPS){id_form}{champ=select_1}> 55 < span class='#_donnees:EDIT{#CHAMP}'><span style='letter-spacing:7px;border-bottom:1px dashed black;' >[(#REM|?{'','>>>>>>>>>>'}|substr{0,#LESVALEURS|mult{4}})]</span></span>57 <td class='niveau'><span class='#_donnees:EDIT{#CHAMP}'><div class='niveau niveau-#LESVALEURS'>#PUCE</div></span></td> 56 58 </BOUCLE_niveau> 57 59 <BOUCLE_titre(FORMS_CHAMPS){id_form}{champ=ligne_1}> 58 < span class='#_donnees:EDIT{#CHAMP}'>#LESVALEURS{','} </span>60 <td><span class='#_donnees:EDIT{#CHAMP}'>#LESVALEURS{','} </span></td> 59 61 </BOUCLE_titre> 62 </tr></table> 60 63 </td> 61 64 <BOUCLE_body(FORMS_CHAMPS){id_form}{type !IN (separateur,textestatique)}{par rang}{champ !IN (select_1,ligne_1)}> 62 <td ><span class='#_donnees:EDIT{#CHAMP}'>#LESVALEURS{'<br />'}</span></td>65 <td><span class='#_donnees:EDIT{#CHAMP}'>#LESVALEURS{'<br />'}</span></td> 63 66 </BOUCLE_body> 64 67 <td><a href='#GET{lien_supprow}' title='<:outliner:suppression_ligne:>'><img src='#CHEMIN{img_pack/supprimer-24.png}' width='24' height='24' alt='<:outliner:suppression_ligne:>' /></a></td> … … 66 69 </BOUCLE_donnees> 67 70 #SET{lien_addrow,#URL_ACTION_AUTEUR{outline_add_row,#ENV{id_table}|concat{:0:#GET{prev}},(#SELF|urlencode)}} 68 <tr class='row_ first'>71 <tr class='row_last'> 69 72 <td><a href='#GET{lien_addrow}' title='<:outliner:insertion_ligne:>'><img src='#CHEMIN{img_pack/outline_insert_ligne-24.png}' width='24' height='24' alt='<:outliner:insertion_ligne:>' /></a></td> 70 73 <td></td> -
_plugins_/_dev_/spip_outliner/vues/outline_donnee_select_1.html
r10218 r10230 5 5 ] 6 6 #CACHE{0} 7 <BOUCLE_d(FORMS_DONNEES){id_donnee}><BOUCLE_f(FORMS_CHAMPS){id_form}{champ}>< span style='letter-spacing:7px;border-bottom:1px dashed black;' >[(#REM|?{'','>>>>>>>>>>'}|substr{0,#LESVALEURS|mult{4}})]</span></BOUCLE_f></BOUCLE_d>7 <BOUCLE_d(FORMS_DONNEES){id_donnee}><BOUCLE_f(FORMS_CHAMPS){id_form}{champ}><div class='niveau niveau-#LESVALEURS'>#PUCE</div></BOUCLE_f></BOUCLE_d>
Note: See TracChangeset
for help on using the changeset viewer.