Parent Directory | Revision Log | Patch
revision 250 by fraynaud, Tue Nov 29 15:04:25 2011 UTC | revision 380 by fmichon, Wed Sep 19 06:30:05 2012 UTC | |
---|---|---|
# | Line 7 require_once "../obj/utils.class.php"; | Line 7 require_once "../obj/utils.class.php"; |
7 | /** | /** |
8 | * Classe utils () | * Classe utils () |
9 | */ | */ |
10 | $f = new utils(NULL, "edition", _("edition decision"), "ico_edition.png", "edition"); | $f = new utils(NULL, "edition_d", _("edition decision"), "ico_edition.png", "edition"); |
11 | $f->addHTMLHeadJs(array("../js/script.js")); | $f->addHTMLHeadJs(array("../js/script.js")); |
12 | // FORM | // FORM |
13 | echo "<form name='f1' id='f1'>"; | echo "<form name='f1' id='f1'>"; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |