Subversion Repositories wimsdev

Rev

Rev 3049 | Rev 5764 | 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
5734 bpr 13
<input type="hidden" name="job2" value="add2"/>
2467 bpr 14
$name_toconnect
23 reyssat 15
<p>
2467 bpr 16
$name_identifier
5734 bpr 17
<input size="20" name="addclass"/>
2467 bpr 18
<br><small>$name_help
23 reyssat 19
</small>
20
<p>
2467 bpr 21
$name_automatically
22
!formselect connupd1 list 0,1 prompt $wims_name_no,$wims_name_yes
23 reyssat 23
<br>
2467 bpr 24
$name_allow
25
!formselect connupd2 list 0,1 prompt $wims_name_no,$wims_name_yes
23 reyssat 26
 
5734 bpr 27
<p><center><input type="submit" value="$wims_name_tosave"/></center>
23 reyssat 28
</form>
29
 
30
!reset addclass
31