Rev 3866 | Rev 5970 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !nocache |
2 | <center><h1>$tit |
||
3 | </h1></center> |
||
4 | |||
5 | !if $titb=$empty |
||
6 | <p> |
||
1685 | bpr | 7 | $name_noncreate2 |
20 | reyssat | 8 | <p> |
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !if $datetest<0 |
||
13 | <p> |
||
1685 | bpr | 14 | $name_noread |
20 | reyssat | 15 | <p> |
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $datetest>0 |
||
20 | <p> |
||
1685 | bpr | 21 | $name_expired |
20 | reyssat | 22 | <p> |
23 | !exit |
||
24 | !endif |
||
25 | |||
1685 | bpr | 26 | <h3>$titb ($name_src) |
3866 | bpr | 27 | </b><font size="-1"> |
20 | reyssat | 28 | [ |
1685 | bpr | 29 | !href cmd=reply&job=read $n_formatted |
20 | reyssat | 30 | ]</font> |
31 | </h3> |
||
32 | |||
33 | <pre wrap> |
||
34 | !mexec scripts/cat.sh $module_dir/$docdir/$doc/src/$block |
||
35 | </pre> |
||
36 | |||
5763 | bpr | 37 | <p><hr/> |
20 | reyssat | 38 | !if $wims_class!=$empty and $wims_user!=supervisor |
39 | !exit |
||
40 | !endif |
||
3866 | bpr | 41 | <table width="100%" border="0"> |
3051 | bpr | 42 | <tr><td align="left"><small> |
1685 | bpr | 43 | !href cmd=reply&job=read $n_formatted |
20 | reyssat | 44 | par |
45 | !if $email=$empty |
||
46 | $author |
||
47 | !else |
||
48 | !mailurl $email $author |
||
49 | !endif |
||
50 | !! © |
||
3549 | bpr | 51 | </small></td> |
20 | reyssat | 52 | !if help notin $wims_session |
3051 | bpr | 53 | <td align="right"><small> |
20 | reyssat | 54 | !href module=home WIMS |
55 | @ |
||
1043 | bpr | 56 | <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a> |
3549 | bpr | 57 | </small></td> |
20 | reyssat | 58 | !endif |
3549 | bpr | 59 | </tr> |
60 | <tr><td align="left" colspan="2" nowrap> |
||
61 | <small>$n_lastmod $datm</small></td></tr> |
||
20 | reyssat | 62 | </table> |
63 | |||
64 |