Subversion Repositories wimsdev

Rev

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