Subversion Repositories wimsdev

Rev

Rev 12498 | Rev 14091 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12498 Rev 12706
Line 14... Line 14...
14
  $name_clicktitle
14
  $name_clicktitle
15
  !if $totalcnt>=$maxlist and $existcnt>=$maxlist
15
  !if $totalcnt>=$maxlist and $existcnt>=$maxlist
16
    ($name_limited).
16
    ($name_limited).
17
  !endif
17
  !endif
18
  !reset table_center
18
  !reset table_center
-
 
19
 
-
 
20
  !set table_id=modules_list
-
 
21
  !set table_class=sortable
19
  $table_header
22
  $table_header
-
 
23
  <thead>$table_hdtr
20
  $table_hdtr<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>
24
    <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>
-
 
25
  </tr></thead>
21
  </tr>
26
  <tbody>
22
  !for n in $existing
27
  !for n in $existing
23
    !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
28
    !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
24
    $table_tr<td class="wims_fname nowrap">
29
    $table_tr<td class="wims_fname nowrap">
25
    !! !replace internal ~ by ~ $ in $n $
30
    !! !replace internal ~ by ~ $ in $n $
26
    $n
31
    $n
Line 36... Line 41...
36
    !set wims_ref_class=wims_button wims_warning
41
    !set wims_ref_class=wims_button wims_warning
37
    !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
42
    !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
38
    </td><td class="wims_mod_desc">$description</td>
43
    </td><td class="wims_mod_desc">$description</td>
39
    </tr>
44
    </tr>
40
  !next n
45
  !next n
-
 
46
  </tbody>
41
  $table_end
47
  $table_end
-
 
48
  !read tablesort.phtml
-
 
49
 
42
  !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
50
  !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
43
  createnew,1,cmd=reply&jobreq=create\
51
  createnew,1,cmd=reply&jobreq=create\
44
  restore,1,cmd=reply&jobreq=restore\
52
  restore,1,cmd=reply&jobreq=restore\
45
  to $wims_menu_items
53
  to $wims_menu_items
46
  !read themes/_procs/othermethods.proc
54
  !read themes/_procs/othermethods.proc