Rev 5894 | Rev 5976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5894 | Rev 5971 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !nocache |
1 | !nocache |
2 | !if $error!=$empty |
2 | !if $error!=$empty |
- | 3 | <div class="wims_alertmsg"> |
|
3 | !read docu/msg.phtml |
4 | !read docu/msg.phtml |
4 | < |
5 | </div> |
5 | !exit |
6 | !exit |
6 | !endif |
7 | !endif |
7 | 8 | ||
8 | <h1 class="wims_docu_title">$tit</h1> |
9 | <h1 class="wims_docu_title">$tit</h1> |
9 | 10 | ||
10 | !if $titb=$empty |
11 | !if $titb=$empty |
11 | <p> |
12 | <p> |
12 | $name_noncreate |
13 | $name_noncreate |
13 | </p> |
14 | </p> |
14 | !exit |
15 | !exit |
15 | !endif |
16 | !endif |
16 | 17 | ||
17 | !if $datetest<0 |
18 | !if $datetest<0 |
18 | <p> |
19 | <p> |
19 | $name_noread |
20 | $name_noread |
Line 29... | Line 30... | ||
29 | !endif |
30 | !endif |
30 | 31 | ||
31 | :newblock |
32 | :newblock |
32 | <a id="$block"></a> |
33 | <a id="$block"></a> |
33 | <h3>$titb</h3> |
34 | <h3>$titb</h3> |
34 | 35 | ||
35 | !read $docdir/$doc/$block.def content |
36 | !read $docdir/$doc/$block.def content |
36 | 37 | ||
37 | !if $waitblock$(waitblock_$block)!=$empty |
38 | !if $waitblock$(waitblock_$block)!=$empty |
38 | !set waitblock=$(waitblock_$block),$waitblock |
39 | !set waitblock=$(waitblock_$block),$waitblock |
39 | !set waitblock=!nonempty items $waitblock |
40 | !set waitblock=!nonempty items $waitblock |
40 | !set block=!item 1 of $waitblock |
41 | !set block=!item 1 of $waitblock |
41 | !set gotblock=!append item $block to $gotblock |
42 | !set gotblock=!append item $block to $gotblock |
42 | !set waitblock=!item 2 to -1 of $waitblock |
43 | !set waitblock=!item 2 to -1 of $waitblock |
- | 44 | <div> |
|
43 | !read $docdir/$doc/$block.def |
45 | !read $docdir/$doc/$block.def |
44 | < |
46 | </div> |
45 | !goto newblock |
47 | !goto newblock |
46 | !endif |
48 | !endif |