Subversion Repositories wimsdev

Rev

Rev 5901 | Rev 5925 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!if ~ notin $mod
1704 bpr 2
 <b>$wims_name_warning</b>.
5901 bpr 3
 $name_simpl_address: <span class="tt wims_fname">$mod</span>.
1704 bpr 4
 !href cmd=reply&jobreq=move&original=devel/$auth_login/$mod $name_updateadress
23 reyssat 5
 <p>
6
!endif
7
 
2636 reyssat 8
!read lang/names.phtml.$modu_lang
9
 
23 reyssat 10
!set doctest1=!module category devel/$auth_login/$mod
11
 
1704 bpr 12
$name_your_module
3999 bpr 13
<span class="wims_mod_title">$title</span> (<span class="wims_mod_desc">$description</span>)
23 reyssat 14
<small>
15
!href cmd=reply&jobreq=index $mod
16
</small>
1704 bpr 17
$name_file2.
23 reyssat 18
!if document isin $doctest1
1704 bpr 19
  (<i>$name_gestion</i>)
23 reyssat 20
!endif
1704 bpr 21
 
23 reyssat 22
!set table_cellpadding=1
23
!set table_cellspacing=0
1252 bpr 24
!set table_center=center
1045 bpr 25
!set table_header=!replace internal <> by in $table_header
26
!set table_end=!replace internal </> by in $table_end
5917 bpr 27
 
28
$table_header
23 reyssat 29
$table_hdtr
5278 bpr 30
<th>$wims_name_name</th><th>$wims_name_action</th><th>$wims_name_Explanations</th></tr>
23 reyssat 31
 !for f in $files
32
  $table_tr
5882 bpr 33
  <td align="left" nowrap="nowrap" class="wims_fname">$f</td>
34
  <td align="center" nowrap="nowrap">
3066 bpr 35
  !set wims_ref_class=wims_button
1704 bpr 36
  !href cmd=reply&jobreq=showfile&fname=$f $wims_name_Show
23 reyssat 37
  &nbsp;
3066 bpr 38
  !set wims_ref_class=wims_button
1704 bpr 39
  !href cmd=reply&jobreq=edfile&fname=$f $wims_name_change
23 reyssat 40
  &nbsp;
3066 bpr 41
  !set wims_ref_class=wims_button
1545 bpr 42
  !href cmd=reply&jobreq=delfile&fname=$f $wims_name_erase
23 reyssat 43
  !if oef isin $doctest1 and ../src/ isin ../$f and .oef/.. isin $f/..
44
   !set f_=!translate internal / to , in $f
45
   !set f_=!item -1 of $f_
46
   !set f_=!replace internal .oef.. by in $f_..
47
   &nbsp;
3066 bpr 48
   !set wims_ref_class=wims_button
23 reyssat 49
   !href target=wims_test module=adm/createxo&catmodule=devel/$auth_login/$mod&existing=$f_ Createxo
50
  !endif
3049 bpr 51
&nbsp;</td><td align="left">
23 reyssat 52
  !set t_=!translate . to _ in $f
53
  !set t_=$($t_)
54
  !default t_=--
5278 bpr 55
  $t_
56
  </td>
23 reyssat 57
 !next f
58
$table_end
59
 
60
!form reply
5734 bpr 61
<input type="hidden" name="jobreq" value="edfile"/>
1704 bpr 62
$name_addfile:
5734 bpr 63
<input size="20" name="fname" value="$lastfname"/>
64
<input type="submit" value="$wims_name_tosave"/>
23 reyssat 65
</form>
66
!reset fname
67