Subversion Repositories wimsdev

Rev

Rev 6106 | Rev 12733 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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