Changeset 84133 in spip-zone
- Timestamp:
- Aug 10, 2014, 5:56:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fulltext/exec/fulltext.php
r53495 r84133 24 24 25 25 echo debut_gauche("",true); 26 echo pipeline('affiche_gauche',array('args'=>array('exec'=>' agenda_inscriptions', 'id_evenement'=>$id_evenement),'data'=>''));26 echo pipeline('affiche_gauche',array('args'=>array('exec'=>'fulltext'),'data'=>'')); 27 27 28 28 echo pipeline('affiche_droite',array('args'=>array('exec'=>'fulltext'),'data'=>'')); … … 78 78 echo fin_boite_info(true); 79 79 80 echo pipeline('affiche_droite', 81 array('args' => array( 82 'exec'=>'fulltext'), 83 'data'=>'') 84 ); 85 80 echo pipeline('affiche_droite',array('args' => array('exec'=>'fulltext'),'data'=>'')); 81 86 82 echo debut_droite("", true); 87 83 … … 141 137 // Verification des index existants + suppression en cas de requette 142 138 if ($keys) { 139 echo "<dl>"; 143 140 foreach($keys as $key=>$def) { 144 141 echo "<dt>$key".'<a href="'.generer_url_ecrire(_request('exec'), 'supprimer='.$table.'&index='.$key).'" title="'._T('fulltext:supprimer').'"> … … 150 147 echo "</dt><dd>$def</dd>\n"; 151 148 } 149 echo "</dl>"; 152 150 } else 153 151 if (!(_request('creer') == 'tous'))
Note: See TracChangeset
for help on using the changeset viewer.