Rev 11937 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set job2=first |
2 | |||
6101 | czzmrn | 3 | <p> |
2477 | bpr | 4 | !read lang/names.phtml.$moduclass_lang connect_first_info |
6101 | czzmrn | 5 | </p> |
23 | reyssat | 6 | !if $ccnt<1 |
12412 | bpr | 7 | !set basedir=!sh cd ..; pwd |
8 | <div class="wims_alertmsg"> |
||
9 | !read lang/names.phtml.$moduclass_lang connect_first |
||
10 | </div> |
||
11 | !exit |
||
23 | reyssat | 12 | !endif |
13 | |||
2485 | bpr | 14 | $name_listserver1 |
5917 | bpr | 15 | $table_header |
3955 | bpr | 16 | $table_hdtr<th>$wims_name_name</th> |
6342 | bpr | 17 | <th>$wims_name_Description</th><th>$wims_name_Address</th><th>$wims_name_Type</th><th>$wims_name_action</th> |
3955 | bpr | 18 | </tr> |
23 | reyssat | 19 | !for s in $Clist |
7684 | bpr | 20 | |
12412 | bpr | 21 | $table_tr |
22 | <td>$s</td> |
||
23 | <td>$(desc_$s)</td> |
||
24 | <td><a href="$(url_$s)" target="_blank">$(site_$s)</a></td> |
||
25 | <td>$(type_$s)</td> |
||
26 | <td class="nowrap" class="small"> |
||
27 | !set wims_ref_class=wims_button |
||
28 | !href cmd=reply&job2=testserver&connident=$s $wims_name_test |
||
29 | |
||
30 | !set wims_ref_class=wims_button |
||
31 | !href cmd=reply&job2=add1&connident=$s $wims_name_addconnection |
||
6146 | bpr | 32 | |
12412 | bpr | 33 | </td></tr> |
23 | reyssat | 34 | !next s |
5953 | bpr | 35 | $table_end |
23 | reyssat | 36 | |
37 | !if $clcnt<1 |
||
12412 | bpr | 38 | $name_noconnection |
39 | !exit |
||
23 | reyssat | 40 | !endif |
5953 | bpr | 41 | <p> |
2468 | bpr | 42 | $name_declaration |
5953 | bpr | 43 | </p> |
23 | reyssat | 44 | !distribute items yes,no into io1,io0 |
45 | $table_header |
||
3955 | bpr | 46 | $table_hdtr<th>$wims_name_server</th><th>$wims_name_class</th> |
11937 | obado | 47 | <th>$name_connexion_action</th><th>$name_class_action</th> |
23 | reyssat | 48 | !for clc in $cllist |
12412 | bpr | 49 | !distribute words $clc into n_,c_,o_,i_ |
50 | $table_tr |
||
51 | <td>$n_</td><td>$c_ |
||
52 | </td><td> |
||
53 | !set wims_ref_class=wims_button |
||
54 | !href cmd=reply&job2=testclass&connident=$n_&connclass=$c_ $wims_name_test |
||
55 | |
||
56 | !set wims_ref_class=wims_button |
||
57 | !href cmd=reply&job2=mod1&connident=$n_&connclass=$c_ $wims_name_Manage |
||
58 | |
||
59 | !set wims_ref_class=wims_button wims_warning |
||
60 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_ $wims_name_erase |
||
61 | </td><td> |
||
62 | !set wims_ref_class=wims_button wims_warning |
||
63 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_&connopt=destroy $wims_name_destroy |
||
64 | </td></tr> |
||
23 | reyssat | 65 | !next clc |
5953 | bpr | 66 | $table_end |