Rev 12732 |
Rev 13744 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!nocache
!if $error!=$empty
<div class="wims_alertmsg">
!read docu/msg.phtml
</div>
!endif
<div id="docprint">
<h1 class="wims_docu_title">$tit</h1>
!if $titb=$empty
<p>
$name_noncreate
</p>
!endif
!if $datetest<0
<p>
$name_noread
</p>
!endif
!if $datetest>0
<p>
$name_expired
</p>
!endif
:newblock
<a id="$block"></a>
<h2>$titb</h2>
!read $docdir/$doc/$block.def content
!if $waitblock$(waitblock_$block)!=$empty
!set waitblock=$(waitblock_$block),$waitblock
!set waitblock=!nonempty items $waitblock
!set block=!item 1 of $waitblock
!set gotblock=!append item $block to $gotblock
!set waitblock=!item 2 to -1 of $waitblock
<div>
!read $docdir/$doc/$block.def
</div>
!goto newblock
!endif
!if $doctoc=yes
<hr />
!read $docdir/$doc/doctoc.def content
!endif
</div
><!-- end of docprint
-->