Rev 5766 | Rev 15337 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5766 | Rev 5769 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | <BODY $wims_htmlbody> |
9 | <BODY $wims_htmlbody> |
10 | !robottrap |
10 | !robottrap |
11 | !headmenu |
11 | !headmenu |
12 | 12 | ||
13 | <CENTER> |
13 | <CENTER> |
14 | < |
14 | <h1> |
15 | !href cmd=renew&style=$style $module_title |
15 | !href cmd=renew&style=$style $module_title |
16 | </ |
16 | </h1> |
17 | </CENTER> <p> |
17 | </CENTER> <p> |
18 | ±¾ÎļþĿǰÏÔʾ³É$emph$style$emphend¸ñʽ. |
18 | ±¾ÎļþĿǰÏÔʾ³É$emph$style$emphend¸ñʽ. |
19 | ÄãÒ²¿ÉÒÔ¸Ä³É |
19 | ÄãÒ²¿ÉÒÔ¸Ä³É |
20 | !set already= |
20 | !set already= |
21 | !for s in integral,indexed,folding |
21 | !for s in integral,indexed,folding |
Line 34... | Line 34... | ||
34 | <p> |
34 | <p> |
35 | 35 | ||
36 | !if $style=integral or $style=indexed |
36 | !if $style=integral or $style=indexed |
37 | <a name="index"><center><h2>-------- Ä¿¡¡Â¼ --------</h2></center></a><ul> |
37 | <a name="index"><center><h2>-------- Ä¿¡¡Â¼ --------</h2></center></a><ul> |
38 | !for set in user,ref |
38 | !for set in user,ref |
39 | <li>< |
39 | <li><h4>$(title_$set)</h4> |
40 | <ol> |
40 | <ol> |
41 | !for i in $($(set)_doc) |
41 | !for i in $($(set)_doc) |
42 | <li> |
42 | <li> |
43 | <a name="toc_$i"></a> |
43 | <a name="toc_$i"></a> |
44 | $(ref1)$i$(ref2)$i">$(title_$i)</a> |
44 | $(ref1)$i$(ref2)$i">$(title_$i)</a> |
45 | !next i |
45 | !next i |
46 | </ol> < |
46 | </ol> <p> |
47 | !next set |
47 | !next set |
48 | </ul> |
48 | </ul> |
49 | !else # folding |
49 | !else # folding |
50 | <p>ÔÚ±êÌâÉϵã»÷¿ÉÒÔ°ÑËüµÄÄÚÈÝÕ¹¿ª»òÕÛµüÆðÀ´. |
50 | <p>ÔÚ±êÌâÉϵã»÷¿ÉÒÔ°ÑËüµÄÄÚÈÝÕ¹¿ª»òÕÛµüÆðÀ´. |
51 | !for set in user,ref |
51 | !for set in user,ref |
52 | <p><hr/><center>< |
52 | <p><hr/><center><h2>$(title_$set)</h2></center> |
53 | !for i in $($(set)_doc) |
53 | !for i in $($(set)_doc) |
54 | <a name=$i></a> |
54 | <a name=$i></a> |
55 | !if ,$i isin $expand |
55 | !if ,$i isin $expand |
56 | <hr/><h3> |
56 | <hr/><h3> |
57 | !href cmd=resume&op=close&subject=$i#$i $(title_$i) |
57 | !href cmd=resume&op=close&subject=$i#$i $(title_$i) |