Rev 7319 | Rev 7527 | 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 |
7465 | bpr | 34 | !formcheckbox update list 0 prompt $wims_name_erase |
1406 | bpr | 35 | !endif |
7465 | bpr | 36 | </div> |
37 | <div class="field box"> |
||
38 | <label for="wksheet">$name_wksheet</label> |
||
39 | !formselect wksheet from 0 to 64 |
||
40 | </div> |
||
41 | <div class="field box"> |
||
42 | <label for="desc">$wims_name_Description</label> |
||
43 | <textarea name="desc" rows="5" cols="50" id="desc">$desc</textarea> |
||
44 | </div> |
||
45 | <div class="field box"> |
||
46 | <label>Code</label> |
||
47 | <code> |
||
3536 | bpr | 48 | !replace internal & by & in $dir |
2080 | bpr | 49 | !if $iniparm!=$empty |
3536 | bpr | 50 | !replace internal & by & in &$iniparm |
2080 | bpr | 51 | !endif |
7465 | bpr | 52 | </code> |
53 | </div> |
||
54 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
||
55 | </fieldset> |
||
56 | |||
5926 | bpr | 57 | !formend |
1406 | bpr | 58 | !endif |
59 | |||
60 | :end |
||
61 | |||
62 | !set wims_menu_items=!append line class_home,1,module=home\ |
||
63 | to $wims_menu_items |
||
64 | |||
65 | !tail |
||
66 | |||
67 | !set job= |
||
68 |