Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!nocache
534 bpr 2
<h1 class="wims_docu_title">$tit</h1>
20 reyssat 3
 
4
!if $error!=$empty
5
 !read docu/en/msg.phtml
6
 <p><hr> <p>
7
!endif
8
 
9
!if $titb=$empty
10
 <p>
11
 Le bloc <tt>$block</tt> de ce document n'est pas encore créé.
12
 <p>
13
 !exit
14
!endif
15
 
534 bpr 16
<h3 class="wims_docu_titleb">$titb</h3>
20 reyssat 17
 
18
!read $docdir/$doc/$block.def content
19
 
20
</div><div class=wimstail>
21
<p><hr>
22
<table width=100% border=0 cellspan=0 cellpadding=1>
23
<tr><td align=left nowrap><small>
767 bpr 24
$n_by
20 reyssat 25
!if $email=$empty
26
 $author
27
!else
28
 !mailurl $email $author
29
!endif
30
!! &copy;
871 bpr 31
</small></td>
20 reyssat 32
<td align=right><small>
33
!href module=home WIMS
34
 @
35
<a href=http://$httpd_HTTP_HOST/>$httpd_HTTP_HOST</a>
871 bpr 36
</small></td></tr>
20 reyssat 37
<tr><td align=left nowrap>
767 bpr 38
<small>$n_lastmod $datm
871 bpr 39
</small></td>
20 reyssat 40
!if $wims_developer!=$empty and COPYING isin $module_copyright
41
 !set V_=!char 1 of $module
42
 !set M_=!translate internal / to , in $module
43
 !set M_=!item 1 of $M_
44
 !if $V_ isin ABCDEFGHIJKLMNOPQRTSUVWXYZ or $M_ iswordof local contrib tool
45
  <td align=right nowrap><small>
46
  !href module=adm/modtool&original=$module Copier dans Modtool
871 bpr 47
  </small></td>
20 reyssat 48
 !endif
49
!endif
871 bpr 50
</tr>
20 reyssat 51
</table>
871 bpr 52
!if $wims_user=supervisor and $sheetdata!=$empty
53
<div style="float:right;font-size:small;">
54
 !href cmd=reply&job=exosource $n_source
55
</div>
56
<br>
57
!endif
20 reyssat 58