Rev 17180 | 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 |
||
12490 | bpr | 5 | <p> |
6 | $name_noncreate |
||
7 | </p> |
||
8 | !exit |
||
23 | reyssat | 9 | !endif |
10 | |||
11 | !if $datetest<0 |
||
12490 | bpr | 12 | <p> |
13 | $name_noread |
||
14 | </p> |
||
15 | !exit |
||
23 | reyssat | 16 | !endif |
17 | |||
18 | !if $datetest>0 |
||
12490 | bpr | 19 | <p> |
20 | $name_expired |
||
21 | </p> |
||
22 | !exit |
||
23 | reyssat | 23 | !endif |
24 | |||
751 | bpr | 25 | <h3>$titb ($n_sourcedoc) |
17978 | bpr | 26 | <span class="smaller"> |
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 | |||
17180 | bpr | 36 | <hr> |
23 | reyssat | 37 | !if $wims_class!=$empty and $wims_user!=supervisor |
12490 | bpr | 38 | !exit |
23 | reyssat | 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 |
12490 | bpr | 45 | $author |
23 | reyssat | 46 | !else |
12490 | bpr | 47 | !mailurl $email $author |
23 | reyssat | 48 | !endif |
49 | !! © |
||
5971 | bpr | 50 | </td> |
23 | reyssat | 51 | !if help notin $wims_session |
12490 | bpr | 52 | <td style="text-align:right" class="small"> |
53 | !href module=home WIMS |
||
23 | reyssat | 54 | @ |
17978 | bpr | 55 | <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a> |
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> |