Changeset 100287 in spip-zone for _plugins_/info_sites/branches/v1
- Timestamp:
- Oct 31, 2016, 9:36:17 AM (2 years ago)
- Location:
- _plugins_/info_sites/branches/v1
- Files:
-
- 16 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/info_sites/branches/v1
- Property svn:mergeinfo changed
/_plugins_/info_sites/trunk merged: 100286
- Property svn:mergeinfo changed
-
_plugins_/info_sites/branches/v1/info_sites_administrations.php
r100283 r100287 39 39 ), 40 40 ); 41 include_spip('inc/cextras'); 42 include_spip('base/info_sites_extras'); 41 43 cextras_api_upgrade(info_sites_declarer_champs_extras(), $maj['1.1.0']); 42 44 -
_plugins_/info_sites/branches/v1/lang/info_sites_fr.php
r100283 r100287 215 215 // W 216 216 'webservice_consultation' => 'Consultation du webservice', 217 'werbservice_inaccessible' => 'Webservice innaccessible', 217 218 218 219 // Z -
_plugins_/info_sites/branches/v1/paquet.xml
r100283 r100287 2 2 prefix="info_sites" 3 3 categorie="outil" 4 version="1.14. 0"4 version="1.14.1" 5 5 etat="test" 6 6 compatibilite="[3.0.8;3.1.*]" -
_plugins_/info_sites/branches/v1/squelettes/article.html
r96690 r100287 1 1 <?php if ($auteur_session) { ?> 2 <BOUCLE_principale _article(ARTICLES){id_article}>2 <BOUCLE_principale (ARTICLES){id_article}> 3 3 <INCLURE{fond=structure,env,id_rubrique=#ENV{id_rubrique,#ID_RUBRIQUE},id_secteur=#ID_SECTEUR,type-page=article,composition=#COMPOSITION} /> 4 </BOUCLE_principale_article> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/auteur.html
r96690 r100287 1 1 <?php if ($auteur_session) { ?> 2 <BOUCLE_principale _auteur(AUTEURS){id_auteur} {tout}>2 <BOUCLE_principale (AUTEURS){id_auteur} {tout}> 3 3 <INCLURE{fond=structure,env,type-page=auteur,composition=#COMPOSITION} /> 4 </BOUCLE_principale_auteur> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 11 5 12 <?php } else { ?> 6 13 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/commit.html
r96690 r100287 3 3 <INCLURE{fond=structure,env,type-page=commit,composition=#COMPOSITION} /> 4 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/contact.html
r96690 r100287 1 1 <?php if ($auteur_session) { ?> 2 <BOUCLE_principal (CONTACTS) {id_contact} {tous}>2 <BOUCLE_principale (CONTACTS) {id_contact} {tous}> 3 3 <INCLURE{fond=structure,env,type-page=contact,composition=#COMPOSITION} /> 4 </BOUCLE_principal> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/content/webservice.html
r98661 r100287 7 7 8 8 [<div class="coloration_code cadre"> 9 <pre class="prettyprint xml">(#WEBSERVICE*|url_webservice_xml{#FO_LOGIN, #FO_PASSWORD}| echapper_tags)</pre>9 <pre class="prettyprint xml">(#WEBSERVICE*|url_webservice_xml{#FO_LOGIN, #FO_PASSWORD}|sinon{<:info_sites:werbservice_inaccessible:>}|echapper_tags)</pre> 10 10 </div>] 11 11 [(#BOITE_FERMER)] -
_plugins_/info_sites/branches/v1/squelettes/mot.html
r96690 r100287 3 3 <INCLURE{fond=structure,env,type-page=mot,composition=#COMPOSITION} /> 4 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/organisation.html
r96690 r100287 3 3 <INCLURE{fond=structure,env,type-page=organisation,composition=#COMPOSITION} /> 4 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/projet.html
r96690 r100287 1 1 <?php if ($auteur_session) { ?>#CACHE{0} 2 <BOUCLE_principale _projet(PROJETS) {id_projet} {tout}>2 <BOUCLE_principale (PROJETS) {id_projet} {tout}> 3 3 <INCLURE{fond=structure,env,type-page=projet,composition=#COMPOSITION} /> 4 </BOUCLE_principale_projet> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/projets_cadre.html
r96690 r100287 1 1 <?php if ($auteur_session) { ?> 2 <BOUCLE_principal (PROJETS_CADRES) {id_projets_cadre} {tout}>2 <BOUCLE_principale (PROJETS_CADRES) {id_projets_cadre} {tout}> 3 3 <INCLURE{fond=structure,env,type-page=projets_cadre,composition=#COMPOSITION} /> 4 </BOUCLE_principal> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/projets_site.html
r97648 r100287 1 1 <?php if ($auteur_session) { ?> 2 <BOUCLE_principal (PROJETS_SITES) {id_projets_site} {tout}>2 <BOUCLE_principale (PROJETS_SITES) {id_projets_site} {tout}> 3 3 <INCLURE{fond=structure,env,type-page=projets_site,composition=#COMPOSITION} /> 4 </BOUCLE_principal> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/rubrique.html
r96690 r100287 1 1 <?php if ($auteur_session) { ?> 2 <BOUCLE_principale _rubrique(RUBRIQUES){id_rubrique}>2 <BOUCLE_principale (RUBRIQUES){id_rubrique}> 3 3 <INCLURE{fond=structure,env,id_secteur=#ID_SECTEUR,type-page=rubrique,composition=#COMPOSITION} /> 4 </BOUCLE_principale_rubrique> 4 </BOUCLE_principale> 5 </B_principale> 6 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 7 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 8 #HTTP_HEADER{Pragma: no-cache} 9 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 10 <//B_principale> 5 11 <?php } else { ?> 6 12 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})] -
_plugins_/info_sites/branches/v1/squelettes/site.html
r96690 r100287 3 3 ]#CACHE{3600} 4 4 <?php if ($auteur_session) { ?> 5 <BOUCLE_ site(SITES){id_syndic}>5 <BOUCLE_principale (SITES) {id_syndic}> 6 6 <INCLURE{fond=structure,env,id_rubrique=#ENV{id_rubrique,#ID_RUBRIQUE},type-page=site,composition=#COMPOSITION} /> 7 </BOUCLE_site> 7 </BOUCLE_principale> 8 </B_principale> 9 #HTTP_HEADER{#VAL{"HTTP/1.0 "}|concat{#ENV{code,"404 Not Found"}}} 10 #HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} 11 #HTTP_HEADER{Pragma: no-cache} 12 <INCLURE{fond=structure,env,type-page=#ENV{status,404}} /> 13 <//B_principale> 8 14 <?php } else { ?> 9 15 [(#SET{url, [(#ENV{url}|?{#ENV{url},#SELF})]})]
Note: See TracChangeset
for help on using the changeset viewer.