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;
31
<td align=right><small>
32
!href module=home WIMS
33
 @
34
<a href=http://$httpd_HTTP_HOST/>$httpd_HTTP_HOST</a>
35
<tr><td align=left nowrap>
767 bpr 36
<small>$n_lastmod $datm
20 reyssat 37
!if $wims_developer!=$empty and COPYING isin $module_copyright
38
 !set V_=!char 1 of $module
39
 !set M_=!translate internal / to , in $module
40
 !set M_=!item 1 of $M_
41
 !if $V_ isin ABCDEFGHIJKLMNOPQRTSUVWXYZ or $M_ iswordof local contrib tool
42
  <td align=right nowrap><small>
43
  !href module=adm/modtool&original=$module Copier dans Modtool
44
  </small>
45
 !endif
46
!endif
47
</table>
48