Dépôt officiel du core SPIP
* Copie possible par svn sur svn://trac.rezo.net/spip
* Les svn:externals sont présent dans https://git.spip.net/SPIP/[nom du plugin dist]
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
[(#AUTORISER{configurer,_admin_vider}|oui) |
|
#BOITE_OUVRIR{#CHEMIN_IMAGE{cache-24.png}|balise_img{'',cadre-icone}|concat{#VAL{taille_repertoire_cache}|_T}|wrap{'<h3>'},'simple','titrem'} |
|
|
|
<div id="placehoder_taille_cache"><p> </p></div> |
|
<script type="text/javascript"> |
|
jQuery(function($){ |
|
$('#placehoder_taille_cache').animateLoading().load('[(#URL_ACTION_AUTEUR{calculer_taille_cache,skel}|replace{&,&})]'); |
|
}); |
|
</script> |
|
<noscript> |
|
<iframe src="#URL_ACTION_AUTEUR{calculer_taille_cache,skel}" style="width: 100%;height: 3em;overflow: hidden;"></iframe> |
|
</noscript> |
|
|
|
#SET{cache_inhib,#CONFIG{cache_inhib}|sinon{0}|>{#EVAL{'time()'}}|oui} |
|
|
|
[(#GET{cache_inhib}|oui) |
|
<div><strong><:info_cache_desactive:></strong> |
|
</div> |
|
] |
|
|
|
#BOITE_PIED |
|
[(#GET{cache_inhib}|non) |
|
[(#BOUTON_ACTION{<:bouton_cache_desactiver:>,#URL_ACTION_AUTEUR{purger,inhibe_cache,#SELF},ajax})] |
|
] |
|
[(#GET{cache_inhib}|oui) |
|
[(#BOUTON_ACTION{<:bouton_cache_activer:>,#URL_ACTION_AUTEUR{purger,reactive_cache,#SELF},ajax})] |
|
] |
|
[(#BOUTON_ACTION{<:bouton_vider_cache:>,#URL_ACTION_AUTEUR{purger,cache,#SELF},ajax})] |
|
#BOITE_FERMER |
|
]
|
|
|