CVS: spip/ecrire inc_presentation.php3,1.369,1.370

Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv1176/ecrire

Modified Files:
  inc_presentation.php3
Log Message:
desactivation du alert() pour les blocs multi (à remettre quand on aura programmé le DHTML correspondant)

Index: inc_presentation.php3

RCS file: /home/spip-cvs/spip/ecrire/inc_presentation.php3,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -d -r1.369 -r1.370
--- a/inc_presentation.php3 16 Apr 2004 19:55:56 -0000 1.369
+++ b/inc_presentation.php3 17 Apr 2004 09:17:25 -0000 1.370
@@ -1952,12 +1952,15 @@
   if ($multi_popup) {
     echo "<script type='text/javascript'><!-- \n";
     echo "function openmulti(i) {\n";
- echo "textes_multi = new Array;\n";
- echo $multi_popup;
- echo "alert (textes_multi[i]);
+
+ /* // desactivation de ce truc pas fini ; il faudrait
       // afficher le texte i dans une fenetre du type
       // http://www.dynamicdrive.com/dynamicindex11/abox.htm
- }\n";
+ echo "textes_multi = new Array;\n";
+ echo $multi_popup;
+ echo "alert (textes_multi[i]);";
+ */
+ echo "}\n";
     echo "// --></script>\n";
   }