Subversion Repositories wimsdev

Rev

Rev 14097 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!if $totalcnt>0
12498 bpr 2
  !if $totalcnt>=$sellist
14091 obado 3
    <p>
4
      $name_moddevcnt
5
      !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span>
6
    </p>
12498 bpr 7
    !form reply
8
    <label for="selectshow">$name_browselist</label>
17180 bpr 9
    <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow">
10
    <input type="submit" value="$wims_name_search">
12498 bpr 11
      $
12
    !set wims_ref_class=wims_button_help
13
    !href cmd=help&special_parm=regex $wims_name_help
14
    !formend
23 reyssat 15
  !endif
14091 obado 16
  <p>$name_clicktitle.</p>
14097 obado 17
 
12498 bpr 18
  !reset table_center
12706 obado 19
  !set table_id=modules_list
20
  !set table_class=sortable
12498 bpr 21
  $table_header
14091 obado 22
  <caption>
23
    $name_modname
24
    !if $totalcnt>=$maxlist and $existcnt>=$maxlist
25
      <div class="small">($name_limited)</div>
26
    !endif
27
  </caption>
12706 obado 28
  <thead>$table_hdtr
14097 obado 29
    <th scope="col">$wims_name_Address</th><th scope="col">$wims_name_title</th>
30
    <th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th>
12706 obado 31
  </tr></thead>
32
  <tbody>
12498 bpr 33
  !for n in $existing
34
    !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
35
    $table_tr<td class="wims_fname nowrap">
36
    !! !replace internal ~ by ~ $ in $n $
14091 obado 37
    !href cmd=reply&jobreq=flist&modreq=$n $n
12498 bpr 38
    !if ~ notin $n
39
      !set wims_ref_class=wims_button
40
      !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename
41
    !endif
42
    </td><td>
43
    !href cmd=reply&jobreq=flist&modreq=$n $title
44
    </td><td class="wimscenter">
45
    !set wims_ref_class=wims_button
46
    !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
47
    !set wims_ref_class=wims_button wims_warning
48
    !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
49
    </td><td class="wims_mod_desc">$description</td>
50
    </tr>
51
  !next n
12706 obado 52
  </tbody>
12498 bpr 53
  $table_end
12706 obado 54
  !read tablesort.phtml
55
 
12498 bpr 56
  !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
57
  createnew,1,cmd=reply&jobreq=create\
58
  restore,1,cmd=reply&jobreq=restore\
59
  to $wims_menu_items
60
  !read themes/_procs/othermethods.proc
61
  !read themes/_procs/othertools.proc
23 reyssat 62
!else
12498 bpr 63
  $name_nomodule
64
  !href cmd=reply&jobreq=create $name_create
65
  $wims_name_or
66
  !href cmd=reply&jobreq=restore $name_restore
67
  .
23 reyssat 68
!endif
10810 bpr 69
!if $wims_theme=default
12498 bpr 70
  !!drownbox now
10810 bpr 71
  !set wims_menu_items=!append line itemsep,0,\
12498 bpr 72
  account_property,1,cmd=reply&jobreq=prop\
73
  to $wims_menu_items
10810 bpr 74
!endif
1252 bpr 75
 
23 reyssat 76
!reset target target1 target2 target3 target4 selectshow