[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / prive / squelettes / contenu / admin_tech.html
1 [(#AUTORISER{detruire}|sinon_interdire_acces)]
2
3 <h1 class="grostitre"><:titre_admin_tech:></h1>
4
5 [(#REM)
6 Tester que les .htacess fonctionnent bien correctement
7 et sinon mettre un gentil message d'information...
8 ]
9 [(#EVAL{_DIR_TMP}|verifier_htaccess{1}|et{#EVAL{_DIR_CONNECT}|verifier_htaccess{1}}|non)
10
11 #BOITE_OUVRIR{#VAL{htaccess_inoperant}|_T|wrap{'<h3>'},'notice','titrem'}
12 [(#SET{htaccess,[<tt>(#EVAL{_ACCESS_FILE_NAME})</tt>]})]
13 [(#SET{constantes,<tt>_DIR_TMP &amp; _DIR_CONNECT</tt>})]
14 [(#SET{document_root,[<tt>(#EVAL{table_valeur($_SERVER,'DOCUMENT_ROOT')})</tt>]})]
15 <p><:htaccess_a_simuler{htaccess=#GET{htaccess},constantes=#GET{constantes},document_root=#GET{document_root}}:></p>
16 #BOITE_FERMER
17
18 ]
19
20
21
22
23 [(#AUTORISER{reparer,base})
24 <!--reparer_base-->
25 #BOITE_OUVRIR{#VAL{texte_recuperer_base}|_T|wrap{'<h3>'},'simple','titrem'}
26 <p><:texte_crash_base:></p>
27 #BOITE_PIED
28 [(#BOUTON_ACTION{<:bouton_tenter_recuperation:>,#URL_ECRIRE{base_repair}})]
29 #BOITE_FERMER
30 <!--/reparer_base-->
31 ]
32
33 [(#AUTORISER{detruire}|oui)
34 <!--declarer_base-->
35 <div class="ajax">
36 #FORMULAIRE_DECLARER_BASES
37 </div>
38 <!--/declarer_base-->
39 ]
40
41 <!--effacer_base-->
42 #BOITE_OUVRIR{#VAL{texte_effacer_base}|_T|wrap{'<h3>'},'error','titrem'}
43 <p><:info_avertissement:></p>
44 <p><:texte_admin_effacer_01:></p>
45 <p><strong><:avis_suppression_base:></strong></p>
46 #BOITE_PIED
47 [(#BOUTON_ACTION{<:bouton_effacer_tout:>,#URL_ECRIRE{base_delete_all,reinstall=non}})]
48 #BOITE_FERMER
49 <!--/effacer_base-->