Rev 10855 | Rev 12733 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10855 | Rev 12732 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !nocache |
1 | !nocache |
2 | !if $error!=$empty |
2 | !if $error!=$empty |
3 | <div class="wims_alertmsg"> |
3 | <div class="wims_alertmsg"> |
4 | !read docu/msg.phtml |
4 | !read docu/msg.phtml |
5 | </div> |
5 | </div> |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | <div id="docprint"> |
8 | <div id="docprint"> |
9 | <h1 class="wims_docu_title">$tit</h1> |
9 | <h1 class="wims_docu_title">$tit</h1> |
10 | 10 | ||
11 | !if $titb=$empty |
11 | !if $titb=$empty |
12 | <p> |
12 | <p> |
13 | $name_noncreate |
13 | $name_noncreate |
14 | </p> |
14 | </p> |
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !if $datetest<0 |
18 | !if $datetest<0 |
19 | <p> |
19 | <p> |
20 | $name_noread |
20 | $name_noread |
21 | </p> |
21 | </p> |
22 | !exit |
22 | !exit |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !if $datetest>0 |
25 | !if $datetest>0 |
26 | <p> |
26 | <p> |
27 | $name_expired |
27 | $name_expired |
28 | </p> |
28 | </p> |
29 | !exit |
29 | !exit |
30 | !endif |
30 | !endif |
31 | 31 | ||
32 | :newblock |
32 | :newblock |
33 | <a id="$block"></a> |
33 | <a id="$block"></a> |
34 | <h2>$titb</h2> |
34 | <h2>$titb</h2> |
35 | 35 | ||
36 | !read $docdir/$doc/$block.def content |
36 | !read $docdir/$doc/$block.def content |
37 | 37 | ||
38 | !if $waitblock$(waitblock_$block)!=$empty |
38 | !if $waitblock$(waitblock_$block)!=$empty |
39 | !set waitblock=$(waitblock_$block),$waitblock |
39 | !set waitblock=$(waitblock_$block),$waitblock |
40 | !set waitblock=!nonempty items $waitblock |
40 | !set waitblock=!nonempty items $waitblock |
41 | !set block=!item 1 of $waitblock |
41 | !set block=!item 1 of $waitblock |
42 | !set gotblock=!append item $block to $gotblock |
42 | !set gotblock=!append item $block to $gotblock |
43 | !set waitblock=!item 2 to -1 of $waitblock |
43 | !set waitblock=!item 2 to -1 of $waitblock |
44 | <div> |
44 | <div> |
45 | !read $docdir/$doc/$block.def |
45 | !read $docdir/$doc/$block.def |
46 | </div> |
46 | </div> |
47 | !goto newblock |
47 | !goto newblock |
48 | !endif |
48 | !endif |
49 | - | ||
50 | </div><!-- end of docprint --> |
- | |
51 | - | ||
52 | !if $doctoc=yes |
49 | !if $doctoc=yes |
53 | <hr /> |
50 | <hr /> |
54 | !read $docdir/$doc/doctoc.def content |
51 | !read $docdir/$doc/doctoc.def content |
55 | !endif |
52 | !endif |
- | 53 | </div><!-- end of docprint --> |
|
- | 54 | ||
- | 55 |