Rev 14292 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14292 | Rev 17180 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !exit |
17 | !exit |
18 | !endif |
18 | !endif |
19 | !set my_dir=lang/help.$modu_lang |
19 | !set my_dir=lang/help.$modu_lang |
20 | !set hr=<hr style="color: #663366;\ |
20 | !set hr=<hr style="color: #663366;\ |
21 | background-color: #663366;\ |
21 | background-color: #663366;\ |
22 | height: 5px;" |
22 | height: 5px;"> |
23 | 23 | ||
24 | !set hh=<h2 style="color:$wims_ref_menucolor; \ |
24 | !set hh=<h2 style="color:$wims_ref_menucolor; \ |
25 | background-color: $wims_ref_bgcolor;\ |
25 | background-color: $wims_ref_bgcolor;\ |
26 | text-align:center;"> |
26 | text-align:center;"> |
27 | 27 | ||
Line 76... | Line 76... | ||
76 | !endif |
76 | !endif |
77 | 77 | ||
78 | !if $help_cnt_parm >1 |
78 | !if $help_cnt_parm >1 |
79 | !for t = 1 to $help_cnt_parm |
79 | !for t = 1 to $help_cnt_parm |
80 | !set EXO=!item $t of $help_parm |
80 | !set EXO=!item $t of $help_parm |
81 | <br |
81 | <br> |
82 | $hh $(wims_name_quick_$EXO)</h2> |
82 | $hh $(wims_name_quick_$EXO)</h2> |
83 | $desc |
83 | $desc |
84 | 84 | ||
85 | !record 0 of lang/help.$modu_lang/$EXO |
85 | !record 0 of lang/help.$modu_lang/$EXO |
86 | $hh3 $name_format_data $(wims_name_quick_$EXO)</h3> |
86 | $hh3 $name_format_data $(wims_name_quick_$EXO)</h3> |
Line 112... | Line 112... | ||
112 | !set u = !linecnt $name |
112 | !set u = !linecnt $name |
113 | !for i = 1 to $u |
113 | !for i = 1 to $u |
114 | $table_tr<td style="width:12%"> |
114 | $table_tr<td style="width:12%"> |
115 | !set cnt=!itemcnt $(name[$i;]) |
115 | !set cnt=!itemcnt $(name[$i;]) |
116 | !for a =1 to $cnt |
116 | !for a =1 to $cnt |
117 | <br |
117 | <br> |
118 | $(wims_name_quick_$(name[$i;$a])) |
118 | $(wims_name_quick_$(name[$i;$a])) |
119 | !next a |
119 | !next a |
120 | </td><td style="width:25%">$(explication[$i;])</td> |
120 | </td><td style="width:25%">$(explication[$i;])</td> |
121 | <td> |
121 | <td> |
122 | <ul> |
122 | <ul> |