Subversion Repositories wimsdev

Rev

Rev 6146 | 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
 
1389 bpr 2
!read adm/title.phtml 3\
3
\
2467 bpr 4
$wims_name_addconnection
23 reyssat 5
 
6
!read connect/remote.phtml
7
 
8
!if $error!=$empty
9
 !exit
10
!endif
11
 
12
!form reply
6235 bpr 13
<input type="hidden" name="job2" value="add2" />
2467 bpr 14
$name_toconnect
6235 bpr 15
<br />
2467 bpr 16
$name_identifier
6235 bpr 17
<input size="20" name="addclass" />
18
<br /><span class="small">$name_help
6146 bpr 19
</span>
6235 bpr 20
<br />
2467 bpr 21
$name_automatically
22
!formselect connupd1 list 0,1 prompt $wims_name_no,$wims_name_yes
6235 bpr 23
<br />
2467 bpr 24
$name_allow
25
!formselect connupd2 list 0,1 prompt $wims_name_no,$wims_name_yes
23 reyssat 26
 
6235 bpr 27
<div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div>
23 reyssat 28
 
5926 bpr 29
!formend
30
 
23 reyssat 31
!reset addclass
32