Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1252 bpr 1
!readproc names
23 reyssat 2
<p>
3
!if $totalcnt>0
4
 !if $totalcnt>=$sellist
5
  Vous avez $totalcnt modules en développement.
6
  !href cmd=reply&jobreq=prop <small>Propriétés de mon compte</small>
7
  <p>
8
  !form reply
9
  Ne montrer que les modules dont l'adresse contient
10
  <input type=text size=30 name=selectshow value="$selectshow">
11
  <input type=submit value=OK>
12
  !href cmd=help&special_parm=regex <sup>aide</sup>
13
  </form> <p>
14
 !endif
15
 $table_header
16
 <caption>Cliquez sur le titre d'un module pour y travailler.
17
 !if $totalcnt>=$maxlist and $existcnt>=$maxlist
18
  <br>(liste limitée à $maxlist modules)
19
 !endif
20
 </caption>
21
 $table_hdtr<th>Adresse<th>Titre<th>Action<th>Description
22
 </tr>
23
 !for n in $existing
24
  !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
25
  $table_tr<td><small>
26
  !replace internal ~ by ~ $ in $n $
27
  !if ~ notin $n
1252 bpr 28
   !href cmd=reply&jobreq=move&original=devel/$auth_login/$n [$name_rename]
23 reyssat 29
  !endif
30
  </small></td><td>
31
  !href cmd=reply&jobreq=flist&modreq=$n $title
32
  <td align=center><small>
1252 bpr 33
  !href cmd=reply&jobreq=index&modreq=$n $name_prop
23 reyssat 34
 
1252 bpr 35
  !href cmd=reply&jobreq=del&modreq=$n $name_del0
23 reyssat 36
  </small></td><td><small>$description</small></td>
1045 bpr 37
  </tr>
23 reyssat 38
 !next n
1252 bpr 39
 $table_end
40
<p>
41
 !set wims_menu_tail=!append line createnew,1,cmd=reply&jobreq=create\
42
 restore,1,cmd=reply&jobreq=restore\
43
 latex2wims,1,cmd=new&module=adm/latex2wims\
44
 to $wims_menu_tail
788 bpr 45
!set test_quicktool=!defof exists in wimshome/public_html/modules/adm/quicktool.$lang/version
46
!if $test_quicktool=yes
1252 bpr 47
 !set wims_menu_tail=!append line quicktool,1,cmd=new&module=adm/quicktool\
48
 to $wims_menu_tail
23 reyssat 49
!else
1252 bpr 50
 !set wims_menu_tail=!append line ,0,$name_noquicktool\
51
 to $wims_menu_tail
788 bpr 52
!endif
53
!else
23 reyssat 54
 Vous n'avez pas encore de module en développement. Veuillez
55
 !href cmd=reply&jobreq=create cliquer ici
56
 pour en créer un, ou
57
 !href cmd=reply&jobreq=restore restaurer un fichier de sauvegarde
58
.
59
!endif
60
 
1252 bpr 61
!set wims_menu_tail=!append line \
62
\<hr>,0,<hr>\
63
account_property,1,cmd=reply&jobreq=prop\
64
to $wims_menu_tail
65
 
23 reyssat 66
!reset target target1 target2 target3 target4 selectshow
67