
37 changed files with 30 additions and 798 deletions
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@ -1,2 +0,0 @@
|
||||
#HTTP_HEADER{Content-Type: application/json; charset=#CHARSET} |
||||
[(#INCLURE{fond=json/[(#ENV{objets})],env})] |
@ -1,23 +0,0 @@
|
||||
<div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
||||
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
||||
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
||||
|
||||
<form action="#ENV{action}" method="post"> |
||||
[(#ACTION_FORMULAIRE{#ENV{action}})] |
||||
[(#SELF|parametre_url{prefixe,''}|form_hidden)] |
||||
<ul> |
||||
<li> |
||||
<label for="champ_prefixe"><:fonction:label_prefixe_constante:></label> |
||||
<select name="prefixe" id="champ_prefixe"> |
||||
<option value=""><:fonction:tout_voir:></option> |
||||
<BOUCLE_lister (DATA) {source table, (#REM|lister_constantes|array_keys)} {par valeur}> |
||||
<option value="#VALEUR" [(#ENV{prefixe}|=={#VALEUR}|oui)selected="selected"]>#VALEUR [((#VALEUR|lister_constantes|count))]</option> |
||||
</BOUCLE_lister> |
||||
</select> |
||||
</li> |
||||
</ul> |
||||
<p class="boutons"> |
||||
<input type="submit" class="submit" value="<:bouton_valider:>" /> |
||||
</p> |
||||
</form> |
||||
</div> |
@ -1,25 +0,0 @@
|
||||
<?php |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
function formulaires_liste_constantes_charger_dist () { |
||||
|
||||
$valeurs = array(); |
||||
$valeurs['prefixe'] = (_request('prefixe')) ? _request('prefixe') : '' ; |
||||
|
||||
return $valeurs; |
||||
} |
||||
|
||||
function formulaires_liste_constantes_verifier_dist () { |
||||
|
||||
$erreurs = array(); |
||||
return $erreurs; |
||||
} |
||||
|
||||
function formulaires_liste_constantes_traiter_dist () { |
||||
|
||||
$res = array(); |
||||
return $res; |
||||
} |
||||
|
||||
?> |
@ -1,26 +0,0 @@
|
||||
<div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
||||
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
||||
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
||||
[(#SET{prefixe,#ARRAY})] |
||||
<BOUCLE_prefixe (DATA) {source json, (#INCLURE{fond=dev_json,objets=source_fonctions_completes})}> |
||||
[(#SET{prefixe,[(#GET{prefixe}|push{#CLE})]})] |
||||
</BOUCLE_prefixe> |
||||
<form action="#ENV{action}" method="post"> |
||||
[(#ACTION_FORMULAIRE{#ENV{action}})] |
||||
[(#SELF|parametre_url{prefixe,''}|form_hidden)] |
||||
<ul> |
||||
<li> |
||||
<label for="champ_prefixe"><:fonction:label_prefixe_fonction:></label> |
||||
<select name="prefixe" id="champ_prefixe"> |
||||
<option value=""><:fonction:tout_voir:></option> |
||||
<BOUCLE_lister (DATA) {source table, (#GET{prefixe})} {par valeur}> |
||||
<option value="#VALEUR" [(#ENV{prefixe}|=={#VALEUR}|oui)selected="selected"]>#VALEUR</option> |
||||
</BOUCLE_lister> |
||||
</select> |
||||
</li> |
||||
</ul> |
||||
<p class="boutons"> |
||||
<input type="submit" class="submit" value="<:bouton_valider:>" /> |
||||
</p> |
||||
</form> |
||||
</div> |
@ -1,25 +0,0 @@
|
||||
<?php |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
function formulaires_liste_fonctions_completes_charger_dist () { |
||||
|
||||
$valeurs = array(); |
||||
$valeurs['prefixe'] = (_request('prefixe')) ? _request('prefixe') : '' ; |
||||
|
||||
return $valeurs; |
||||
} |
||||
|
||||
function formulaires_liste_fonctions_completes_verifier_dist () { |
||||
|
||||
$erreurs = array(); |
||||
return $erreurs; |
||||
} |
||||
|
||||
function formulaires_liste_fonctions_completes_traiter_dist () { |
||||
|
||||
$res = array(); |
||||
return $res; |
||||
} |
||||
|
||||
?> |
@ -1,23 +0,0 @@
|
||||
<div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
||||
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
||||
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
||||
|
||||
<form action="#ENV{action}" method="post"> |
||||
[(#ACTION_FORMULAIRE{#ENV{action}})] |
||||
[(#SELF|parametre_url{prefixe,''}|form_hidden)] |
||||
<ul> |
||||
<li> |
||||
<label for="champ_prefixe"><:fonction:label_prefixe_fonction:></label> |
||||
<select name="prefixe" id="champ_prefixe"> |
||||
<option value=""><:fonction:tout_voir:></option> |
||||
<BOUCLE_lister (DATA) {source table, (#REM|lister_fonctions|array_keys)} {par valeur}> |
||||
<option value="#VALEUR" [(#ENV{prefixe}|=={#VALEUR}|oui)selected="selected"]>#VALEUR [((#VALEUR|lister_fonctions|count))]</option> |
||||
</BOUCLE_lister> |
||||
</select> |
||||
</li> |
||||
</ul> |
||||
<p class="boutons"> |
||||
<input type="submit" class="submit" value="<:bouton_valider:>" /> |
||||
</p> |
||||
</form> |
||||
</div> |
@ -1,25 +0,0 @@
|
||||
<?php |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
function formulaires_liste_fonctions_utilisateur_charger_dist () { |
||||
|
||||
$valeurs = array(); |
||||
$valeurs['prefixe'] = (_request('prefixe')) ? _request('prefixe') : '' ; |
||||
|
||||
return $valeurs; |
||||
} |
||||
|
||||
function formulaires_liste_fonctions_utilisateur_verifier_dist () { |
||||
|
||||
$erreurs = array(); |
||||
return $erreurs; |
||||
} |
||||
|
||||
function formulaires_liste_fonctions_utilisateur_traiter_dist () { |
||||
|
||||
$res = array(); |
||||
return $res; |
||||
} |
||||
|
||||
?> |
@ -1,23 +0,0 @@
|
||||
<div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
||||
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
||||
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
||||
|
||||
<form action="#ENV{action}" method="post"> |
||||
[(#ACTION_FORMULAIRE{#ENV{action}})] |
||||
[(#SELF|parametre_url{prefixe,''}|form_hidden)] |
||||
<ul> |
||||
<li> |
||||
<label for="champ_prefixe"><:fonction:label_prefixe_images:></label> |
||||
<select name="prefixe" id="champ_prefixe"> |
||||
<option value=""><:fonction:tout_voir:></option> |
||||
<BOUCLE_lister (DATA) {source table, (#REM|lister_images|array_keys)} {par valeur}> |
||||
<option value="#VALEUR" [(#ENV{prefixe}|=={#VALEUR}|oui)selected="selected"]>#VALEUR [((#VALEUR|lister_images|count))]</option> |
||||
</BOUCLE_lister> |
||||
</select> |
||||
</li> |
||||
</ul> |
||||
<p class="boutons"> |
||||
<input type="submit" class="submit" value="<:bouton_valider:>" /> |
||||
</p> |
||||
</form> |
||||
</div> |
@ -1,25 +0,0 @@
|
||||
<?php |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
function formulaires_liste_images_charger_dist () { |
||||
|
||||
$valeurs = array(); |
||||
$valeurs['prefixe'] = (_request('prefixe')) ? _request('prefixe') : '' ; |
||||
|
||||
return $valeurs; |
||||
} |
||||
|
||||
function formulaires_liste_images_verifier_dist () { |
||||
|
||||
$erreurs = array(); |
||||
return $erreurs; |
||||
} |
||||
|
||||
function formulaires_liste_images_traiter_dist () { |
||||
|
||||
$res = array(); |
||||
return $res; |
||||
} |
||||
|
||||
?> |
@ -1 +0,0 @@
|
||||
[(#ENV{prefixe,''}|lister_toutes_fonctions|json_encode)] |
@ -1 +0,0 @@
|
||||
[(#ENV{prefixe,''}|lister_fonctions|json_encode)] |
@ -1,50 +0,0 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_core_/plugins/dev/lang/ |
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// D |
||||
'des_constantes' => '@nb@ constantes', |
||||
'des_fonctions' => '@nb@ fonctions', |
||||
'des_images' => '@nb@ images', |
||||
|
||||
// I |
||||
'icone_dev' => 'Développement', |
||||
'info_constante' => 'Constante', |
||||
'info_core_spip' => 'Core de SPIP', |
||||
'info_filename' => 'Fichier d\'origine', |
||||
'info_fonction' => 'Fonction', |
||||
'info_nom' => 'Nom', |
||||
'info_prefixe' => 'Préfixe', |
||||
'info_surchargeable' => 'Surchargeable', |
||||
'info_technique' => 'Infos techniques', |
||||
'info_valeur' => 'Valeur', |
||||
|
||||
// L |
||||
'label_prefixe_constante' => 'Préfixe de la constante', |
||||
'label_prefixe_fonction' => 'Préfixe de la fonction', |
||||
'label_prefixe_images' => 'Préfixe de l\'image', |
||||
|
||||
// T |
||||
'titre_onglet_constantes' => 'Les constantes', |
||||
'titre_onglet_fonctions' => 'Les fonctions', |
||||
'titre_onglet_fonctions_completes' => 'Toutes les fonctions', |
||||
'titre_onglet_fonctions_utilisateur' => 'Les fonctions chargées', |
||||
'titre_onglet_images' => 'Les images de thèmes', |
||||
'titre_page_constantes' => 'Lister les constantes', |
||||
'titre_page_fonctions' => 'Lister les fonctions', |
||||
'titre_page_fonctions_completes' => 'Lister toutes les fonctions', |
||||
'titre_page_fonctions_utilisateur' => 'Lister les fonctions chargées', |
||||
'titre_page_images' => 'Lister les images des thèmes de SPIP', |
||||
'tout_voir' => 'Tout voir', |
||||
|
||||
// U |
||||
'une_constante' => 'Une constante', |
||||
'une_fonction' => 'Une fonction', |
||||
'une_image' => 'Une image', |
||||
|
||||
); |
||||
|
||||
?> |
@ -1,30 +1,21 @@
|
||||
<paquet |
||||
prefix="dev" |
||||
categorie="outil" |
||||
version="0.3.9" |
||||
version="0.2.1" |
||||
etat="stable" |
||||
compatibilite="[3.0.0;3.1.*]" |
||||
logo="prive/themes/spip/images/dev-32.png" |
||||
> |
||||
logo="dev-32.png" |
||||
> |
||||
|
||||
<nom>Développement</nom> |
||||
<!-- Outils de developpement --> |
||||
|
||||
<auteur>Collectif SPIP</auteur> |
||||
|
||||
<menu nom="menu_dev" titre="fonction:icone_dev" icone="images/developpement-48.png" action="navigation" parametres="menu=menu_dev" /> |
||||
<menu nom="charte" titre="charter:titre_charte" parent="menu_dev" action="charte" /> |
||||
<menu nom="source_fonctions_utilisateur" titre="fonction:titre_onglet_fonctions" parent="menu_dev" action="source_fonctions_utilisateur" icone="images/fonctions-16.png"/> |
||||
|
||||
<onglet nom="charte" titre="charter:titre_charte" parent="charte" action="charte" /> |
||||
<onglet nom="charte_icones" titre="charter:titre_icones" parent="charte" action="charte_icones" /> |
||||
<onglet nom="charte_typo" titre="charter:titre_typo" parent="charte" action="charte_typo" /> |
||||
<onglet nom="charte_boites" titre="charter:titre_boites" parent="charte" action="charte_boites" /> |
||||
<onglet nom="charte_listes" titre="charter:titre_listes" parent="charte" action="charte_listes" /> |
||||
<onglet nom="charte_forms" titre="charter:titre_formulaires" parent="charte" action="charte_forms" /> |
||||
|
||||
<onglet nom="source_fonctions_utilisateur" titre="fonction:titre_onglet_fonctions_utilisateur" parent="source_fonctions_utilisateur" action="source_fonctions_utilisateur" /> |
||||
<onglet nom="source_fonctions_completes" titre="fonction:titre_onglet_fonctions_completes" parent="source_fonctions_utilisateur" action="source_fonctions_completes" /> |
||||
<onglet nom="source_constantes" titre="fonction:titre_onglet_constantes" parent="source_fonctions_utilisateur" action="source_constantes" /> |
||||
<onglet nom="source_images" titre="fonction:titre_onglet_images" parent="source_fonctions_utilisateur" action="source_images" /> |
||||
</paquet> |
||||
|
@ -1,39 +0,0 @@
|
||||
<h1><:fonction:titre_page_constantes:></h1> |
||||
|
||||
<B_constantes> |
||||
<div class="liste-objets constantes"> |
||||
[<h3>(#ENV{titre})</h3>] |
||||
|
||||
<table class="spip liste"> |
||||
[<caption>[(#ENV{prefixe,''}) : ](#GRAND_TOTAL|singulier_ou_pluriel{fonction:une_constante,fonction:des_constantes})</caption>] |
||||
<thead> |
||||
<tr class="first_row"> |
||||
<th class="constante principale"><:fonction:info_constante:></th> |
||||
<th class="valeur secondaire"><:fonction:info_valeur:></th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<BOUCLE_constantes (DATA) {source table, (#ENV{prefixe,''}|lister_constantes)}> |
||||
<BOUCLE_prefixe (DATA) {source table, #VALEUR} {si #VALEUR|is_array}> |
||||
[<tr class="prefixe"> |
||||
<td colspan="2"><h3>(#_constantes:CLE|unique)</h3></td> |
||||
</tr>] |
||||
<tr class="[(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'})]"> |
||||
<td class="constante principale">#CLE</td> |
||||
<td class="valeur secondaire">[(#VALEUR|print_r{1})]</td> |
||||
</tr> |
||||
</BOUCLE_prefixe> |
||||
</B_prefixe> |
||||
[<tr class="prefixe"> |
||||
<td colspan="2"><h3>(#ENV{prefixe,''}|unique)</h3></td> |
||||
</tr>] |
||||
<tr class="[(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'})]"> |
||||
<td class="constante principale">#CLE</td> |
||||
<td class="valeur secondaire">[(#VALEUR|print_r{1})]</td> |
||||
</tr> |
||||
<//B_prefixe> |
||||
</BOUCLE_constantes> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</B_constantes> |
@ -1,29 +0,0 @@
|
||||
<h1><:fonction:titre_page_fonctions_completes:></h1> |
||||
|
||||
<B_fonctions> |
||||
<div class="liste-objets fonctions"> |
||||
[<h3>(#ENV{titre})</h3>] |
||||
|
||||
<table class="spip liste"> |
||||
[<caption>[(#ENV{prefixe,''}) : ](#GRAND_TOTAL|singulier_ou_pluriel{fonction:une_fonction,fonction:des_fonctions})</caption>] |
||||
<thead> |
||||
<tr class="first_row"> |
||||
<th class="fonction principale"><:fonction:info_fonction:></th> |
||||
<th class="filename secondaire"><:fonction:info_filename:></th> |
||||
<th class="surcharge secondaire"><:fonction:info_surchargeable:></th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<BOUCLE_fonctions (DATA) {source table, (#ENV{prefixe,''}|lister_toutes_fonctions)}> |
||||
<BOUCLE_prefixe (DATA) {source table, #VALEUR} {si #VALEUR|is_array}> |
||||
#INCLURE{fond=prive/squelettes/inclure/fonction_complete_info_ligne,fonction=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=(#_fonctions:CLE|unique)} |
||||
</BOUCLE_prefixe> |
||||
</B_prefixe> |
||||
#INCLURE{fond=prive/squelettes/inclure/fonction_complete_info_ligne,fonction=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=(#ENV{prefixe}|unique)} |
||||
<//B_prefixe> |
||||
</BOUCLE_fonctions> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</B_fonctions> |
||||
|
@ -1,29 +0,0 @@
|
||||
<h1><:fonction:titre_page_fonctions_utilisateur:></h1> |
||||
|
||||
<B_fonctions> |
||||
<div class="liste-objets fonctions"> |
||||
[<h3>(#ENV{titre})</h3>] |
||||
|
||||
<table class="spip liste"> |
||||
[<caption>[(#ENV{prefixe,''}) : ](#GRAND_TOTAL|singulier_ou_pluriel{fonction:une_fonction,fonction:des_fonctions})</caption>] |
||||
<thead> |
||||
<tr class="first_row"> |
||||
<th class="fonction principale"><:fonction:info_fonction:></th> |
||||
<th class="filename secondaire"><:fonction:info_filename:></th> |
||||
<th class="surcharge secondaire"><:fonction:info_surchargeable:></th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<BOUCLE_fonctions (DATA) {source table, (#ENV{prefixe,''}|lister_fonctions)}> |
||||
<BOUCLE_prefixe (DATA) {source table, #VALEUR} {si #VALEUR|is_array}> |
||||
#INCLURE{fond=prive/squelettes/inclure/fonction_info_ligne,fonction=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=(#_fonctions:CLE|unique)} |
||||
</BOUCLE_prefixe> |
||||
</B_prefixe> |
||||
#INCLURE{fond=prive/squelettes/inclure/fonction_info_ligne,fonction=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=(#ENV{prefixe,''}|unique),env} |
||||
<//B_prefixe> |
||||
</BOUCLE_fonctions> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</B_fonctions> |
||||
|
@ -1,29 +0,0 @@
|
||||
<h1><:fonction:titre_page_images:></h1> |
||||
|
||||
<B_images> |
||||
<div class="galerie medias"> |
||||
[<h3>(#ENV{titre})</h3>] |
||||
|
||||
<table class="spip liste"> |
||||
[<caption>[(#ENV{prefixe,''}) : ](#GRAND_TOTAL|singulier_ou_pluriel{fonction:une_image,fonction:des_images})</caption>] |
||||
<thead> |
||||
<tr class="first_row"> |
||||
<th class="nom principale"><:fonction:info_nom:></th> |
||||
<th class="exif secondaire"><:fonction:info_technique:></th> |
||||
<th class="core secondaire"><:fonction:info_core_spip:></th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<BOUCLE_images (DATA) {source table, (#ENV{prefixe,''}|lister_images)}> |
||||
<B_prefixe> |
||||
<BOUCLE_prefixe (DATA) {source table, #VALEUR} {si #VALEUR|is_array}> |
||||
#INCLURE{fond=prive/squelettes/inclure/image_info_ligne,image=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=(#_images:CLE|unique),env} |
||||
</BOUCLE_prefixe> |
||||
</B_prefixe> |
||||
#INCLURE{fond=prive/squelettes/inclure/image_info_ligne,image=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=(#ENV{prefixe,''}|unique),env} |
||||
<//B_prefixe> |
||||
</BOUCLE_images> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</B_images> |
@ -1 +0,0 @@
|
||||
[(#VAL{source_fonctions_utilisateur}|barre_onglets{source_constantes})] |
@ -1 +0,0 @@
|
||||
[(#VAL{source_fonctions_utilisateur}|barre_onglets{source_fonctions_completes})] |
@ -1 +0,0 @@
|
||||
[(#VAL{source_fonctions_utilisateur}|barre_onglets{source_fonctions_utilisateur})] |
@ -1 +0,0 @@
|
||||
[(#VAL{source_fonctions_utilisateur}|barre_onglets{source_images})] |
@ -1,8 +0,0 @@
|
||||
[<tr class="prefixe"> |
||||
<td colspan="3"><h3>(#ENV{prefixe})</h3></td> |
||||
</tr>] |
||||
<tr class="[(#ENV{class})]"> |
||||
<td class="fonction principale">[(#ENV{fonction}|table_valeur{fonction}|replace{'_','_<wbr/>'})] [(#ENV{fonction}|table_valeur{fichier}|match{'/plugins/'}|non)<a href="http://code.spip.net/@[(#ENV{fonction}|table_valeur{fonction})]" target="_blank" class="aide">[(#CHEMIN_IMAGE{aide-16.png}|balise_img|inserer_attribut{title,<:titre_image_aide:>})]</a>]</td> |
||||
<td class="filename secondaire">[(#ENV{fonction}|table_valeur{fichier}|replace{(/|_),$1<wbr/>})]</td> |
||||
<td class="surcharge secondaire">[(#ENV{fonction}|table_valeur{fonction}|match{(_dist)$}|?{[(#CHEMIN_IMAGE{ok-16.png}|balise_img)],[(#CHEMIN_IMAGE{supprimer-8.png}|balise_img)]})]</td> |
||||
</tr> |
@ -1,8 +0,0 @@
|
||||
[<tr class="prefixe"> |
||||
<td colspan="3"><h3>(#ENV{prefixe})</h3></td> |
||||
</tr>] |
||||
<tr class="[(#ENV{class})]"> |
||||
<td class="fonction principale">[(#ENV{fonction}|replace{'_','_<wbr/>'})] [(#ENV{fonction}|fonction_fichier|match{'/plugins/'}|non)<a href="http://code.spip.net/@#ENV{fonction}" target="_blank" class="aide">[(#CHEMIN_IMAGE{aide-16.png}|balise_img|inserer_attribut{title,<:titre_image_aide:>})]</a>]</td> |
||||
<td class="filename secondaire">[(#ENV{fonction}|fonction_fichier|replace{(/|_),$1<wbr/>})]</td> |
||||
<td class="surcharge secondaire">[(#ENV{fonction}|match{(_dist)$}|?{[(#CHEMIN_IMAGE{ok-16.png}|balise_img)],[(#CHEMIN_IMAGE{supprimer-8.png}|balise_img)]})]</td> |
||||
</tr> |
@ -1,21 +0,0 @@
|
||||
[(#SET{pathinfo,[(#ENV{image}|pathinfo)]})] |
||||
[(#SET{icone_ok,[(#CHEMIN_IMAGE{ok-16.png}|balise_img)]})] |
||||
[(#SET{icone_ko,[(#CHEMIN_IMAGE{supprimer-8.png}|balise_img)]})] |
||||
[<tr class="prefixe"> |
||||
<td colspan="3"><h3>(#ENV{prefixe})</h3></td> |
||||
</tr>] |
||||
<tr class="[(#ENV{class})]"> |
||||
<td class="nom principale"> |
||||
[<a href="#ENV{image}"[ title="(#ENV{image}|attribut_html)"] class="mediabox">(#ENV{image}|balise_img|image_reduire{125,100}|inserer_attribut{alt,[(#ENV{image}|basename|attribut_html)]}) |
||||
[<br/><em>(#ENV{image}|basename)</em>] |
||||
</a>] |
||||
</td> |
||||
<td class="exif secondaire"> |
||||
[<strong class="extension">(#GET{pathinfo}|table_valeur{extension})</strong>] |
||||
<div class="dimensions">[(#ENV{image}|largeur)] x [(#ENV{image}|hauteur)] px </div> |
||||
[<div class="taille">(#ENV{image}|filesize|taille_en_octets)</div>] |
||||
</td> |
||||
<td class="core secondaire"> |
||||
[(#ENV{image}|match{'/plugins/'}|?{#GET{icone_ko},#GET{icone_ok}})] |
||||
</td> |
||||
</tr> |
@ -1,2 +0,0 @@
|
||||
#FORMULAIRE_LISTER_CONSTANTES |
||||
<div class="nettoyeur"></div> |
@ -1,2 +0,0 @@
|
||||
#FORMULAIRE_LISTER_FONCTIONS_COMPLETES |
||||
<div class="nettoyeur"></div> |
@ -1,2 +0,0 @@
|
||||
#FORMULAIRE_LISTER_FONCTIONS_UTILISATEUR |
||||
<div class="nettoyeur"></div> |
@ -1,2 +0,0 @@
|
||||
#FORMULAIRE_LISTER_IMAGES |
||||
<div class="nettoyeur"></div> |
@ -1,33 +0,0 @@
|
||||
[(#REM) |
||||
|
||||
Ce squelette definit les styles de l'espace prive |
||||
|
||||
Note: l'entete "Vary:" sert a repousser l'entete par |
||||
defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) |
||||
genant en cas de "rotation du cookie de session" apres |
||||
un changement d'IP (effet de clignotement). |
||||
|
||||
ATTENTION: il faut absolument le charset sinon Firefox croit que |
||||
c'est du text/html ! |
||||
<style> |
||||
] |
||||
#CACHE{3600*100,cache-client} |
||||
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} |
||||
#HTTP_HEADER{Vary: Accept-Encoding} |
||||
|
||||
#SET{claire,##ENV{couleur_claire,edf3fe}} |
||||
#SET{foncee,##ENV{couleur_foncee,3874b0}} |
||||
#SET{left,#ENV{ltr}|choixsiegal{left,left,right}} |
||||
#SET{right,#ENV{ltr}|choixsiegal{left,right,left}} |
||||
|
||||
body.source_fonctions #contenu .liste-objets table tbody tr.prefixe, |
||||
body.source_images #contenu .galerie.medias table tbody tr.prefixe, |
||||
body.source_constantes #contenu .liste-objets table tbody tr.prefixe { |
||||
background-color: [#(#ENV{couleur_claire,edf3fe}|couleur_eclaircir)]; |
||||
} |
||||
body.source_fonctions #contenu .liste-objets table tbody tr.prefixe h3, |
||||
body.source_images #contenu .galerie.medias table tbody tr.prefixe h3, |
||||
body.source_constantes #contenu .liste-objets table tbody tr.prefixe h3 { |
||||
margin-bottom: 0; |
||||
text-align: center; |
||||
} |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 596 B |
Loading…
Reference in new issue