Parent Directory | Revision Log | Patch
revision 676 by vpihour, Tue Nov 13 14:00:49 2012 UTC | revision 677 by nhaye, Tue Nov 13 14:38:28 2012 UTC | |
---|---|---|
# | Line 668 function widget_bind_move_actions() {} | Line 668 function widget_bind_move_actions() {} |
668 | function widget_bind_add_action() {} | function widget_bind_add_action() {} |
669 | function widget_bind_edit_actions(widget_selector) {} | function widget_bind_edit_actions(widget_selector) {} |
670 | ||
671 | function file(fichier) { | |
672 | // | |
673 | if (fichier == "") { | |
674 | alert("zone vide"); | |
675 | } | |
676 | // | |
677 | pfenetre = window.open("../app/file.php?file="+fichier,"Visualisation","width=100,height=100,top=1,left=150,scrollbars=yes,resizable = yes"); | |
678 | // | |
679 | fenetreouverte = true; | |
680 | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |