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