Rev 13986 | Rev 17173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13986 | Rev 13991 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | !set slib_detail=\$(\$slib_detname) |
28 | !set slib_detail=\$(\$slib_detname) |
29 | 29 | ||
30 | !if \$slib_detail!=\$empty |
30 | !if \$slib_detail!=\$empty |
31 | 31 | ||
32 | !set box_head=<div class="field box"><h3 class="box_title"> |
32 | !set box_head=<div class="field box"><h3 class="box_title"> |
33 | !set box_head2=< |
33 | !set box_head2=<li class="field box"><h4 class="box_title"> |
34 | !set box_head_full=<div class="field box fullwidth"><h3 class="box_title"> |
34 | !set box_head_full=<div class="field box fullwidth"><h3 class="box_title"> |
35 | !set box_middle=</h3><div class="box_desc"> |
35 | !set box_middle=</h3><div class="box_desc"> |
36 | !set box_middle2=</h4><div class="box_desc"> |
36 | !set box_middle2=</h4><div class="box_desc"> |
37 | !set box_middle_tt=</h3><div class="box_desc tt"> |
37 | !set box_middle_tt=</h3><div class="box_desc tt"> |
38 | !set box_foot=</div></div> |
38 | !set box_foot=</div></div> |
- | 39 | !set box_foot2=</div></li> |
|
39 | 40 | ||
40 | !readproc slib/\$slib_detail slib_header |
41 | !readproc slib/\$slib_detail slib_header |
41 | !reset slib_lang_exists_tmp |
42 | !reset slib_lang_exists_tmp |
42 | !readproc help/\$lang/slib/\$slib_detail |
43 | !readproc help/\$lang/slib/\$slib_detail |
43 | !if \$slib_lang_exists_tmp!=yes |
44 | !if \$slib_lang_exists_tmp!=yes |
Line 56... | Line 57... | ||
56 | \$box_head \$wims_name_title \$box_middle \$slib_title \$box_foot |
57 | \$box_head \$wims_name_title \$box_middle \$slib_title \$box_foot |
57 | \$box_head \$wims_name_Author \$box_middle \$slib_author \$box_foot |
58 | \$box_head \$wims_name_Author \$box_middle \$slib_author \$box_foot |
58 | \$box_head \$wims_name_call1 \$box_middle <code>!readproc slib/\$slib_detail [parameters]</code> |
59 | \$box_head \$wims_name_call1 \$box_middle <code>!readproc slib/\$slib_detail [parameters]</code> |
59 | (\$wims_name_result <span class="tt">slib_out</span>) \$box_foot |
60 | (\$wims_name_result <span class="tt">slib_out</span>) \$box_foot |
60 | \$box_head \$wims_name_call2 \$box_middle <code>slib(\$slib_detail [parameters])</code> \$box_foot |
61 | \$box_head \$wims_name_call2 \$box_middle <code>slib(\$slib_detail [parameters])</code> \$box_foot |
61 | \$box_head_full \$wims_name_Parameters |
62 | \$box_head_full \$wims_name_Parameters \$box_middle |
62 | !if \$slpcnt>1 |
63 | !if \$slpcnt>1 |
63 | !if + isin \$slpcnt |
64 | !if + isin \$slpcnt |
64 | \$wims_name_variable_list |
65 | \$wims_name_variable_list |
65 | !else |
66 | !else |
66 | \$wims_name_upto |
67 | \$wims_name_upto |
67 | !endif |
68 | !endif |
68 | !else |
69 | !else |
69 | : \$slpcnt |
70 | : \$slpcnt |
70 | !endif |
71 | !endif |
71 |
|
72 | </div> |
- | 73 | <ol class="flex_box"> |
|
72 | !for i=1 to \$slpcnt |
74 | !for i=1 to \$slpcnt |
73 | \$box_head2 \$wims_name_Parameter \$i |
75 | \$box_head2 \$wims_name_Parameter \$i |
74 | !ifval \$i=\$slpcnt and + isin \$slpcnt |
76 | !ifval \$i=\$slpcnt and + isin \$slpcnt |
75 | and up |
77 | and up |
76 | !endif |
78 | !endif |
77 | \$box_middle2 \$(slp\$i) |
79 | \$box_middle2 \$(slp\$i) |
78 | !if \$(slpdflt\$i)!=\$empty |
80 | !if \$(slpdflt\$i)!=\$empty |
79 | <div class="param_default"><em>(\$wims_name_default: <span class="tt">\$(slpdflt\$i)</span>)</em></div> |
81 | <div class="param_default"><em>(\$wims_name_default: <span class="tt">\$(slpdflt\$i)</span>)</em></div> |
80 | !endif |
82 | !endif |
81 |
|
83 | \$box_foot2 |
82 | !next i |
84 | !next i |
83 |
|
85 | </ol> |
- | 86 | </div> |
|
84 | \$box_head \$wims_name_Output \$box_middle \$slib_out \$box_foot |
87 | \$box_head \$wims_name_Output \$box_middle \$slib_out \$box_foot |
85 | !if \$slib_comment!=\$empty |
88 | !if \$slib_comment!=\$empty |
86 | \$box_head \$wims_name_comment \$box_middle \$slib_comment \$box_foot |
89 | \$box_head \$wims_name_comment \$box_middle \$slib_comment \$box_foot |
87 | !endif |
90 | !endif |
88 | !if \$slib_require!=\$empty |
91 | !if \$slib_require!=\$empty |