1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/prive/squelettes/inclure/admin_vider_cache.html

38 lines
1.4 KiB
HTML
Raw Normal View History

2015-04-28 17:10:23 +02:00
[(#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>&nbsp;</p></div>
<script type="text/javascript">
jQuery(function(){jQuery('#placehoder_taille_cache').animateLoading().load('[(#URL_ACTION_AUTEUR{calculer_taille_cache,skel}|replace{&amp;,&})]');});
</script>
<noscript>
<iframe src="#URL_ACTION_AUTEUR{calculer_taille_cache,skel}" style="width: 100%;height: 3em;overflow: hidden;"></iframe>
</noscript>
#SET{quota,#EVAL{$GLOBALS}|table_valeur{quota_cache}}
<p>
[(#GET{quota}|non) <:taille_cache_infinie:>]
[(#GET{quota}|oui)
#SET{quota,#GET{quota}|mult{1024}|mult{1024}|taille_en_octets}
<:taille_cache_maxi{octets=#GET{quota}}:>
]
(<:cache_modifiable_webmestre:>)
</p>
#SET{cache_inhib,#CONFIG{cache_inhib}|sinon{0}|>{#REM|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
]