Rev 7270 | Rev 7465 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2368 | bpr | 1 | |
1406 | bpr | 2 | !read adm/css.phtml |
2080 | bpr | 3 | !read tabletheme |
2165 | bpr | 4 | |
1406 | bpr | 5 | !header1 |
4039 | bpr | 6 | !read adm/class/classname.phtml $wims_classname\ |
4018 | bpr | 7 | $wims_institutionname |
2156 | bpr | 8 | |
1406 | bpr | 9 | !read adm/title.phtml 1\ |
4018 | bpr | 10 | $classname\ |
1406 | bpr | 11 | $module_title |
12 | !if $error!=$empty |
||
5850 | bpr | 13 | <div> |
2175 | bpr | 14 | !read lang/msg.phtml.$moduclass_lang |
5850 | bpr | 15 | </div> |
1406 | bpr | 16 | !goto end |
17 | !endif |
||
2080 | bpr | 18 | $name_intro. |
1406 | bpr | 19 | !form reply |
20 | |||
21 | !set iniparm1=!replace internal & by $ $ in $iniparm |
||
22 | !set block=!getopt block in $iniparm1 |
||
2080 | bpr | 23 | $table_header |
24 | $table_tr |
||
7270 | bpr | 25 | <th>$wims_name_title</th><td> <input size="50" name="title" value="$title" /> |
7264 | bpr | 26 | </td></tr> |
5917 | bpr | 27 | $table_tr<th>$wims_name_Status</th> |
2080 | bpr | 28 | <td> |
29 | !formselect status list 0,1 prompt $wims_name_status |
||
6235 | bpr | 30 | <input type="hidden" name="job" value="$job" /> |
2080 | bpr | 31 | !if $doc>0 |
1406 | bpr | 32 | !formcheckbox update list 0 prompt $wims_name_erase |
33 | !endif |
||
7270 | bpr | 34 | </td></tr> |
35 | $table_tr<th>$name_wksheet</th><td> |
||
7319 | bpr | 36 | !formselect wksheet from 0 to 64 |
7270 | bpr | 37 | </td></tr> |
38 | $table_tr<th>$wims_name_Description</th><td> |
||
39 | <textarea name="desc" rows="5" cols="50">$desc</textarea></td></tr> |
||
40 | $table_tr<th>Code</th><td> |
||
3536 | bpr | 41 | <code> |
42 | !replace internal & by & in $dir |
||
2080 | bpr | 43 | !if $iniparm!=$empty |
3536 | bpr | 44 | !replace internal & by & in &$iniparm |
2080 | bpr | 45 | !endif |
3536 | bpr | 46 | </code> |
7264 | bpr | 47 | </td></tr> |
7270 | bpr | 48 | $table_end |
6235 | bpr | 49 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
5926 | bpr | 50 | |
51 | !formend |
||
1406 | bpr | 52 | !endif |
53 | |||
54 | :end |
||
55 | |||
56 | !set wims_menu_items=!append line class_home,1,module=home\ |
||
57 | to $wims_menu_items |
||
58 | |||
59 | !tail |
||
60 | |||
61 | !set job= |
||
62 |