1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
!nocache
<h1 class="wimscenter">$tit</h1>
!if $titb=$empty
<p>
$name_noncreate2
</p>
!exit
!endif
!if $datetest<0
<p>
$name_noread
</p>
!exit
!endif
!if $datetest>0
<p>
$name_expired
</p>
!exit
!endif
<h3>$titb ($name_src)
<span class="smaller">
[
!href cmd=reply&job=read $n_formatted
]</span>
</h3>
<pre wrap>
!mexec scripts/cat.sh $module_dir/$docdir/$doc/src/$block
</pre>
<hr>
!if $wims_class!=$empty and $wims_user!=supervisor
!exit
!endif
<table class="wimsnoborder">
<tr><td align="left" class="small">
!href cmd=reply&job=read $n_formatted
$n_by
!if $email=$empty
$author
!else
!mailurl $email $author
!endif
!! ©
</td>
!if help notin $wims_session
<td style="text-align:right" class="small">
!href module=home WIMS
@
<a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a>
</td>
!endif
</tr></table>
<div class="wimstech">
$n_lastmod $datm
</div>
|