Rev 6594 | Rev 11937 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6594 | Rev 7684 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | $table_header |
15 | $table_header |
16 | $table_hdtr<th>$wims_name_name</th> |
16 | $table_hdtr<th>$wims_name_name</th> |
17 | <th>$wims_name_Description</th><th>$wims_name_Address</th><th>$wims_name_Type</th><th>$wims_name_action</th> |
17 | <th>$wims_name_Description</th><th>$wims_name_Address</th><th>$wims_name_Type</th><th>$wims_name_action</th> |
18 | </tr> |
18 | </tr> |
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)">$(site_$s)</a></td> |
25 | <td>$(type_$s)</td> |
25 | <td>$(type_$s)</td> |
Line 30... | Line 30... | ||
30 | 30 | ||
31 | </td></tr> |
31 | </td></tr> |
32 | !next s |
32 | !next s |
33 | $table_end |
33 | $table_end |
34 | 34 | ||
35 | 35 | ||
36 | !if $clcnt<1 |
36 | !if $clcnt<1 |
37 | $name_noconnection |
37 | $name_noconnection |
38 | !exit |
38 | !exit |
39 | !endif |
39 | !endif |
40 | <p> |
40 | <p> |
Line 44... | Line 44... | ||
44 | $table_header |
44 | $table_header |
45 | $table_hdtr<th>$wims_name_server</th><th>$wims_name_class</th> |
45 | $table_hdtr<th>$wims_name_server</th><th>$wims_name_class</th> |
46 | <th>$name_connexion_action</th><th>-</th> |
46 | <th>$name_connexion_action</th><th>-</th> |
47 | !for clc in $cllist |
47 | !for clc in $cllist |
48 | !distribute words $clc into n_,c_,o_,i_ |
48 | !distribute words $clc into n_,c_,o_,i_ |
49 | 49 | ||
50 | $table_tr |
50 | $table_tr |
51 | <td>$n_</td><td>$c_ |
51 | <td>$n_</td><td>$c_ |
52 | </td><td> |
52 | </td><td> |
53 | !set wims_ref_class=wims_button |
53 | !set wims_ref_class=wims_button |
54 | !href cmd=reply&job2=testclass&connident=$n_&connclass=$c_ $wims_name_test |
54 | !href cmd=reply&job2=testclass&connident=$n_&connclass=$c_ $wims_name_test |