Changeset 50574 in spip-zone for _plugins_/preprod
- Timestamp:
- Aug 19, 2011, 6:11:13 PM (10 years ago)
- Location:
- _plugins_/preprod
- Files:
-
- 8 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/preprod/plugin.xml
r50076 r50574 19 19 Cyril Marion [Ateliers CYM->http://www.cym.fr] 20 20 </auteur> 21 22 <fonctions>preprod_fonctions.php</fonctions> 21 23 22 24 <pipeline> -
_plugins_/preprod/preprod.css
r50076 r50574 1 1 #preprod {position:fixed; left:5px; top:5px; color:red; font-weight:bold; } 2 -
_plugins_/preprod/preprod.js
r50076 r50574 12 12 } 13 13 $("#page").before( "<div id=\'preprod\' class=\'jour\'></div>" ); 14 $("#preprod").html("Type de page : "+pageType+"<br />Composition : "+pageSommaire );14 $("#preprod").html("Type de page : "+pageType+"<br />Composition : "+pageSommaire+"<br />Ajouter un ticket..."); 15 15 }); -
_plugins_/preprod/preprod_pipelines.php
r50076 r50574 9 9 include_spip('inc/autoriser'); 10 10 11 if (autoriser('configurer') ) {11 if (autoriser('configurer') || 9070==$GLOBALS['visiteur_session']['id_auteur']) { 12 12 $js = find_in_path("preprod.js"); 13 13 if ($js)
Note: See TracChangeset
for help on using the changeset viewer.