Rev 7684 | Rev 12412 | 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 |
7 | !set basedir=!sh cd ..; pwd |
||
6101 | czzmrn | 8 | <div class="wims_alertmsg"> |
2477 | bpr | 9 | !read lang/names.phtml.$moduclass_lang connect_first |
6101 | czzmrn | 10 | </div> |
23 | reyssat | 11 | !exit |
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 | |
23 | reyssat | 21 | $table_tr |
3955 | bpr | 22 | <td>$s</td> |
5953 | bpr | 23 | <td>$(desc_$s)</td> |
11937 | obado | 24 | <td><a href="$(url_$s)" target="_blank">$(site_$s)</a></td> |
5953 | bpr | 25 | <td>$(type_$s)</td> |
6594 | bpr | 26 | <td class="nowrap" class="small"> |
11937 | obado | 27 | !set wims_ref_class=wims_button |
2467 | bpr | 28 | !href cmd=reply&job2=testserver&connident=$s $wims_name_test |
23 | reyssat | 29 | |
11937 | obado | 30 | !set wims_ref_class=wims_button |
2467 | bpr | 31 | !href cmd=reply&job2=add1&connident=$s $wims_name_addconnection |
6146 | bpr | 32 | |
3955 | bpr | 33 | </td></tr> |
23 | reyssat | 34 | !next s |
5953 | bpr | 35 | $table_end |
23 | reyssat | 36 | |
5953 | bpr | 37 | |
23 | reyssat | 38 | !if $clcnt<1 |
2468 | bpr | 39 | $name_noconnection |
23 | reyssat | 40 | !exit |
41 | !endif |
||
5953 | bpr | 42 | <p> |
2468 | bpr | 43 | $name_declaration |
5953 | bpr | 44 | </p> |
23 | reyssat | 45 | !distribute items yes,no into io1,io0 |
46 | $table_header |
||
3955 | bpr | 47 | $table_hdtr<th>$wims_name_server</th><th>$wims_name_class</th> |
11937 | obado | 48 | <th>$name_connexion_action</th><th>$name_class_action</th> |
23 | reyssat | 49 | !for clc in $cllist |
50 | !distribute words $clc into n_,c_,o_,i_ |
||
7684 | bpr | 51 | |
23 | reyssat | 52 | $table_tr |
6342 | bpr | 53 | <td>$n_</td><td>$c_ |
3955 | bpr | 54 | </td><td> |
3070 | bpr | 55 | !set wims_ref_class=wims_button |
2467 | bpr | 56 | !href cmd=reply&job2=testclass&connident=$n_&connclass=$c_ $wims_name_test |
2812 | bpr | 57 | |
3070 | bpr | 58 | !set wims_ref_class=wims_button |
2467 | bpr | 59 | !href cmd=reply&job2=mod1&connident=$n_&connclass=$c_ $wims_name_Manage |
2812 | bpr | 60 | |
11937 | obado | 61 | !set wims_ref_class=wims_button wims_warning |
2467 | bpr | 62 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_ $wims_name_erase |
3955 | bpr | 63 | </td><td> |
11937 | obado | 64 | !set wims_ref_class=wims_button wims_warning |
2467 | bpr | 65 | !href cmd=reply&job2=del1&connident=$n_&connclass=$c_&connopt=destroy $wims_name_destroy |
3955 | bpr | 66 | </td></tr> |
23 | reyssat | 67 | !next clc |
5953 | bpr | 68 | $table_end |
23 | reyssat | 69 | |
5953 | bpr | 70 |