Rev 7684 | Rev 12412 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7684 | Rev 11937 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | !for s in $Clist |
19 | !for s in $Clist |
20 | 20 | ||
21 | $table_tr |
21 | $table_tr |
22 | <td>$s</td> |
22 | <td>$s</td> |
23 | <td>$(desc_$s)</td> |
23 | <td>$(desc_$s)</td> |
24 | <td><a href="$(url_$s)">$(site_$s)</a></td> |
24 | <td><a href="$(url_$s)" target="_blank">$(site_$s)</a></td> |
25 | <td>$(type_$s)</td> |
25 | <td>$(type_$s)</td> |
26 | <td class="nowrap" class="small"> |
26 | <td class="nowrap" class="small"> |
- | 27 | !set wims_ref_class=wims_button |
|
27 | !href cmd=reply&job2=testserver&connident=$s $wims_name_test |
28 | !href cmd=reply&job2=testserver&connident=$s $wims_name_test |
28 | |
29 | |
- | 30 | !set wims_ref_class=wims_button |
|
29 | !href cmd=reply&job2=add1&connident=$s $wims_name_addconnection |
31 | !href cmd=reply&job2=add1&connident=$s $wims_name_addconnection |
30 | 32 | ||
31 | </td></tr> |
33 | </td></tr> |
32 | !next s |
34 | !next s |
33 | $table_end |
35 | $table_end |
Line 41... | Line 43... | ||
41 | $name_declaration |
43 | $name_declaration |
42 | </p> |
44 | </p> |
43 | !distribute items yes,no into io1,io0 |
45 | !distribute items yes,no into io1,io0 |
44 | $table_header |
46 | $table_header |
45 | $table_hdtr<th>$wims_name_server</th><th>$wims_name_class</th> |
47 | $table_hdtr<th>$wims_name_server</th><th>$wims_name_class</th> |
46 | <th>$name_connexion_action</th><th> |
48 | <th>$name_connexion_action</th><th>$name_class_action</th> |
47 | !for clc in $cllist |
49 | !for clc in $cllist |
48 | !distribute words $clc into n_,c_,o_,i_ |
50 | !distribute words $clc into n_,c_,o_,i_ |
49 | 51 | ||
50 | $table_tr |
52 | $table_tr |
51 | <td>$n_</td><td>$c_ |
53 | <td>$n_</td><td>$c_ |
52 | </td><td> |
54 | </td><td> |
53 | !set wims_ref_class=wims_button |
55 | !set wims_ref_class=wims_button |
54 | !href cmd=reply&job2=testclass&connident=$n_&connclass=$c_ $wims_name_test |
56 | !href cmd=reply&job2=testclass&connident=$n_&connclass=$c_ $wims_name_test |
55 | |
57 | |
56 | !set wims_ref_class=wims_button |
58 | !set wims_ref_class=wims_button |
57 | !href cmd=reply&job2=mod1&connident=$n_&connclass=$c_ $wims_name_Manage |
59 | !href cmd=reply&job2=mod1&connident=$n_&connclass=$c_ $wims_name_Manage |
58 | |
60 | |
59 | !set wims_ref_class=wims_button |
61 | !set wims_ref_class=wims_button wims_warning |
60 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_ $wims_name_erase |
62 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_ $wims_name_erase |
61 | </td><td> |
63 | </td><td> |
62 | !set wims_ref_class=wims_button |
64 | !set wims_ref_class=wims_button wims_warning |
63 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_&connopt=destroy $wims_name_destroy |
65 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_&connopt=destroy $wims_name_destroy |
64 | </td></tr> |
66 | </td></tr> |
65 | !next clc |
67 | !next clc |
66 | $table_end |
68 | $table_end |
67 | 69 |