Details | 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> |
||
7 | Il blocco <tt>$titb</tt> non è ancora stato creato. |
||
8 | <p> |
||
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !if $datetest<0 |
||
13 | <p> |
||
14 | Il blocco non è ancora leggibile. Torna più tardi! |
||
15 | <p> |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $datetest>0 |
||
20 | <p> |
||
21 | Il blocco non è più leggible. Spiacenti! |
||
22 | <p> |
||
23 | !exit |
||
24 | !endif |
||
25 | |||
26 | <h3>$titb <br>(Codice sorgente) |
||
27 | </b><font size=-1> |
||
28 | [ |
||
29 | !href cmd=reply&job=read Versione formattata |
||
30 | ]</font> |
||
31 | </h3> |
||
32 | |||
33 | <pre wrap> |
||
34 | !mexec scripts/cat.sh $module_dir/$docdir/$doc/src/$block |
||
35 | </pre> |
||
36 | |||
37 | <p><hr> |
||
38 | !if $wims_class!=$empty and $wims_user!=supervisor |
||
39 | !exit |
||
40 | !endif |
||
41 | <table width=100% border=0> |
||
42 | <tr><td align=left><small> |
||
43 | !href cmd=reply&job=read Versione formattata |
||
44 | a cura di |
||
45 | !if $email=$empty |
||
46 | $author |
||
47 | !else |
||
48 | !mailurl $email $author |
||
49 | !endif |
||
50 | !! © |
||
51 | !if help notin $wims_session |
||
52 | <td align=right><small> |
||
53 | !href module=home WIMS |
||
54 | @ |
||
55 | <a href=http://$httpd_HTTP_HOST/>$httpd_HTTP_HOST</a> |
||
56 | !endif |
||
57 | <tr><td align=left colspan=2 nowrap> |
||
58 | <small>Last modified $datm |
||
59 | </table> |
||
60 | |||
61 |