Subversion Repositories wimsdev

Rev

Rev 12706 | Rev 14097 | Go to most recent revision | 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>
9
    <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow" />
10
    <input type="submit" value="$wims_name_search" />
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>
12498 bpr 17
  !reset table_center
12706 obado 18
 
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
29
    <th scope="col">$wims_name_Address</th><th scope="col">$wims_name_title</th><th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th>
30
  </tr></thead>
31
  <tbody>
12498 bpr 32
  !for n in $existing
33
    !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
34
    $table_tr<td class="wims_fname nowrap">
35
    !! !replace internal ~ by ~ $ in $n $
14091 obado 36
    !href cmd=reply&jobreq=flist&modreq=$n $n
12498 bpr 37
    !if ~ notin $n
38
      !set wims_ref_class=wims_button
39
      !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename
40
    !endif
41
    </td><td>
42
    !href cmd=reply&jobreq=flist&modreq=$n $title
43
    </td><td class="wimscenter">
44
    !set wims_ref_class=wims_button
45
    !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
46
    !set wims_ref_class=wims_button wims_warning
47
    !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
48
    </td><td class="wims_mod_desc">$description</td>
49
    </tr>
50
  !next n
12706 obado 51
  </tbody>
12498 bpr 52
  $table_end
12706 obado 53
  !read tablesort.phtml
54
 
12498 bpr 55
  !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
56
  createnew,1,cmd=reply&jobreq=create\
57
  restore,1,cmd=reply&jobreq=restore\
58
  to $wims_menu_items
59
  !read themes/_procs/othermethods.proc
60
  !read themes/_procs/othertools.proc
23 reyssat 61
!else
12498 bpr 62
  $name_nomodule
63
  !href cmd=reply&jobreq=create $name_create
64
  $wims_name_or
65
  !href cmd=reply&jobreq=restore $name_restore
66
  .
23 reyssat 67
!endif
10810 bpr 68
!if $wims_theme=default
12498 bpr 69
  !!drownbox now
10810 bpr 70
  !set wims_menu_items=!append line itemsep,0,\
12498 bpr 71
  account_property,1,cmd=reply&jobreq=prop\
72
  to $wims_menu_items
10810 bpr 73
!endif
1252 bpr 74
 
23 reyssat 75
!reset target target1 target2 target3 target4 selectshow