Changeset 125430 in spip-zone
- Timestamp:
- Oct 4, 2020, 3:32:35 PM (3 months ago)
- Location:
- _plugins_/formidable_tablesorter/branches/dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable_tablesorter/branches/dev
- Property subgit:lock:6dc1ebc9bb4f8ea38044f2cdfa1ef4fed43ab9de deleted
-
Property
subgit:lock:2a52eacf5647f13be0879987ed4ff35a23020b56
set to
2020-10-04T17:38:56.390
-
_plugins_/formidable_tablesorter/branches/dev/inclure/formidable_ts_filtres.html
r124807 r125430 1 1 <div class='onglets_simple clearfix'> 2 2 <ul> 3 <li>[(#SELF|parametre_url{statut|id_formulaires_reponse,'XXX'}|replace{XXX,''}|lien_ou_expose{<:formidable:info_reponse_toutes:>,[(#ENV{statut}|non|et{#ENV{id_formulaires_reponse,''}|non})]})]</li> 4 <BOUCLE_repprop(FORMULAIRES_REPONSES){id_formulaire}{statut=prop} /> 5 <li>[(#SELF|parametre_url{statut,'prop'}|lien_ou_expose{<:formidable:info_reponse_proposees:>[ \((#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE})\)],#ENV{statut}|=={prop}})]</li> 6 <//B_repprop><BOUCLE_reppub(FORMULAIRES_REPONSES){id_formulaire}{statut=publie} /> 7 <li>[(#SELF|parametre_url{statut,'publie'}|lien_ou_expose{<:formidable:info_reponse_publiees:>[ \((#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE})\)],#ENV{statut}|=={publie}})]</li> 8 <//B_reppub><BOUCLE_repref(FORMULAIRES_REPONSES){id_formulaire}{statut=refuse} /> 9 <li>[(#SELF|parametre_url{statut,'refuse'}|lien_ou_expose{<:formidable:info_reponse_refusees:>[ \((#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE})\)],#ENV{statut}|=={refuse}})]</li> 10 <//B_repref><BOUCLE_reppoub(FORMULAIRES_REPONSES){id_formulaire}{statut=poubelle} /> 11 <li>[(#SELF|parametre_url{statut,'poubelle'}|lien_ou_expose{<:formidable:info_reponse_supprimees:>[ \((#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE})\)],#ENV{statut}|=={poubelle}})]</li> 12 <//B_reppoub> 3 <li>[(#SELF|parametre_url{statut,''}|lien_ou_expose{<:formidable:formulaires_tous:>,[(#ENV{statut}|non|et{#ENV{id_formulaire,''}|non})],ajax})]</li> 4 <BOUCLE_statuts(POUR) {tableau #VAL{spip_formulaires}|lister_tables_objets_sql|table_valeur{statut_textes_instituer}}> 5 <BOUCLE_rep_statut(FORMULAIRES){statut=#CLE} /> 6 <li>[(#SELF|parametre_url{statut,#CLE}|lien_ou_expose{[(#VALEUR|_T)][ \((#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE})\)],#ENV{statut}|=={#CLE},ajax})]</li> 7 <//B_rep_statut> 8 </BOUCLE_statuts> 13 9 </ul> 14 10 </div>
Note: See TracChangeset
for help on using the changeset viewer.