Rev 8255 | Rev 9623 | 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. |
7465 | bpr | 19 | !form reply |
1406 | bpr | 20 | |
21 | !set iniparm1=!replace internal & by $ $ in $iniparm |
||
22 | !set block=!getopt block in $iniparm1 |
||
7465 | bpr | 23 | <fieldset class="property_fields halfwidth blockcenter"> |
24 | <legend>$module_title</legend> |
||
25 | <div class="field box"> |
||
26 | <label for="title">$wims_name_title</label> |
||
27 | <input size="50" name="title" value="$title" id="title" /> |
||
28 | </div> |
||
29 | <div class="field box"> |
||
30 | <label for="status">$wims_name_Status</label> |
||
31 | !formselect status list 0,1 prompt $wims_name_status |
||
32 | <input type="hidden" name="job" value="$job" /> |
||
2080 | bpr | 33 | !if $doc>0 |
7527 | bpr | 34 | !set wims_ref_class=wims_formradio |
7465 | bpr | 35 | !formcheckbox update list 0 prompt $wims_name_erase |
1406 | bpr | 36 | !endif |
7465 | bpr | 37 | </div> |
38 | <div class="field box"> |
||
39 | <label for="wksheet">$name_wksheet</label> |
||
9617 | guerimand | 40 | !set snlist=!values v for v from 1 to $max_sheets |
41 | !formselect wksheet from 0 to $max_sheets prompt $name_noone,$snlist |
||
7465 | bpr | 42 | </div> |
43 | <div class="field box"> |
||
44 | <label for="desc">$wims_name_Description</label> |
||
45 | <textarea name="desc" rows="5" cols="50" id="desc">$desc</textarea> |
||
46 | </div> |
||
47 | <div class="field box"> |
||
48 | <label>Code</label> |
||
49 | <code> |
||
3536 | bpr | 50 | !replace internal & by & in $dir |
2080 | bpr | 51 | !if $iniparm!=$empty |
3536 | bpr | 52 | !replace internal & by & in &$iniparm |
2080 | bpr | 53 | !endif |
7465 | bpr | 54 | </code> |
55 | </div> |
||
56 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
||
57 | </fieldset> |
||
58 | |||
5926 | bpr | 59 | !formend |
1406 | bpr | 60 | !endif |
61 | |||
62 | :end |
||
63 | |||
64 | !set wims_menu_items=!append line class_home,1,module=home\ |
||
65 | to $wims_menu_items |
||
66 | |||
67 | !tail |
||
68 | |||
69 | !set job= |
||
70 |