Rev 8355 | Rev 12490 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
5971 | bpr | 2 | <h1 class="wims_docu_title">$tit</h1> |
23 | reyssat | 3 | |
4 | !if $titb=$empty |
||
5 | <p> |
||
1685 | bpr | 6 | $name_noncreate |
5971 | bpr | 7 | </p> |
23 | reyssat | 8 | !exit |
9 | !endif |
||
10 | |||
11 | !if $datetest<0 |
||
12 | <p> |
||
5971 | bpr | 13 | $name_noread |
14 | </p> |
||
23 | reyssat | 15 | !exit |
16 | !endif |
||
17 | |||
18 | !if $datetest>0 |
||
19 | <p> |
||
1685 | bpr | 20 | $name_expired |
5894 | bpr | 21 | </p> |
23 | reyssat | 22 | !exit |
23 | !endif |
||
24 | |||
751 | bpr | 25 | <h3>$titb ($n_sourcedoc) |
7636 | bpr | 26 | <span class="small"> |
23 | reyssat | 27 | [ |
751 | bpr | 28 | !href cmd=reply&job=read $n_formatted |
5970 | bpr | 29 | ]</span> |
23 | reyssat | 30 | </h3> |
31 | |||
32 | <pre wrap> |
||
33 | !mexec scripts/cat.sh $wims_home/$Docdir/$doc/src/$block |
||
34 | </pre> |
||
35 | |||
6235 | bpr | 36 | <hr /> |
23 | reyssat | 37 | !if $wims_class!=$empty and $wims_user!=supervisor |
38 | !exit |
||
39 | !endif |
||
8355 | bpr | 40 | <table class="wimsnoborder"> |
5970 | bpr | 41 | <tr><td align="left" class="small"> |
751 | bpr | 42 | !href cmd=reply&job=read $n_formatted |
43 | $n_by |
||
23 | reyssat | 44 | !if $email=$empty |
45 | $author |
||
46 | !else |
||
47 | !mailurl $email $author |
||
48 | !endif |
||
49 | !! © |
||
5971 | bpr | 50 | </td> |
23 | reyssat | 51 | !if help notin $wims_session |
9258 | bpr | 52 | <td style="text-align:right" class="small"> |
23 | reyssat | 53 | !href module=home WIMS |
54 | @ |
||
1035 | bpr | 55 | <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a> |
5970 | bpr | 56 | </td> |
23 | reyssat | 57 | !endif |
8355 | bpr | 58 | </tr></table> |
59 | <div class="wimstech"> |
||
5970 | bpr | 60 | $n_lastmod $datm |
8355 | bpr | 61 | |
62 | </div> |