Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
<p>
2
!if $totalcnt>0
3
 !if $totalcnt>=$sellist
2010 bpr 4
$name_moddevcnt
5
!href cmd=reply&jobreq=prop <small>$wims_name_account_property</small>
3075 bpr 6
  <p></p>
23 reyssat 7
  !form reply
2010 bpr 8
  $name_browselist
5734 bpr 9
  <input type="text" size="30" name="selectshow" value="$selectshow"/>
10
  <input type="submit" value="$wims_name_tosave"/>
3075 bpr 11
    &nbsp;
12
  !set wims_ref_class=wims_button_help
13
  !href cmd=help&special_parm=regex $wims_name_help
14
  </form> <p></p>
23 reyssat 15
 !endif
3039 bpr 16
 $name_clicktitle
23 reyssat 17
 !if $totalcnt>=$maxlist and $existcnt>=$maxlist
3999 bpr 18
 ($name_limited).
23 reyssat 19
 !endif
3039 bpr 20
 $table_header
2010 bpr 21
 $table_hdtr<th>$wims_name_Address</th><th>$wims_name_title</th><th>$wims_name_action</th><th>$wims_name_Description</th>
23 reyssat 22
 </tr>
23
 !for n in $existing
24
  !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
4084 bpr 25
  $table_tr<td nowrap class="wims_fname">
26
 !! !replace internal ~ by ~ $ in $n $
27
  $n
23 reyssat 28
  !if ~ notin $n
4076 bpr 29
   !set wims_ref_class=wims_button
30
   !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename
23 reyssat 31
  !endif
4076 bpr 32
  </td><td>
23 reyssat 33
  !href cmd=reply&jobreq=flist&modreq=$n $title
3075 bpr 34
  <td align="center">
35
  !set wims_ref_class=wims_button
1704 bpr 36
  !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
3070 bpr 37
!set wims_ref_class=wims_button
1704 bpr 38
  !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
3999 bpr 39
  </td><td><span class="wims_mod_desc">$description</span></td>
1045 bpr 40
  </tr>
23 reyssat 41
 !next n
1267 bpr 42
 $table_end
1336 bpr 43
 !set wims_menu_items=!append line createnew,1,cmd=reply&jobreq=create\
1252 bpr 44
 restore,1,cmd=reply&jobreq=restore\
45
 latex2wims,1,cmd=new&module=adm/latex2wims\
1336 bpr 46
 to $wims_menu_items
47
 !set wims_menu_items=!append line quicktool,1,cmd=new&module=adm/quicktool\
48
 to $wims_menu_items
5323 bpr 49
 !set wims_menu_items=!append line coordclick,1,module=adm/tool/coordclick\
50
 to $wims_menu_items
23 reyssat 51
!else
2010 bpr 52
$name_nomodule
53
 !href cmd=reply&jobreq=create $name_create
54
 $wims_name_or
4403 bpr 55
 !href cmd=reply&jobreq=restore $name_restore
23 reyssat 56
.
57
!endif
58
 
1474 bpr 59
!set wims_menu_items=!append line ,0,\
1252 bpr 60
account_property,1,cmd=reply&jobreq=prop\
1336 bpr 61
to $wims_menu_items
1252 bpr 62
 
23 reyssat 63
!reset target target1 target2 target3 target4 selectshow
64