Subversion Repositories wimsdev

Rev

Rev 23 | Rev 2467 | 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
\
4
Add a server connection
23 reyssat 5
 
6
!read connect/remote.phtml
7
 
8
!if $error!=$empty
9
 !exit
10
!endif
11
 
12
!form reply
13
<input type=hidden name=job2 value=add2>
14
To connect to a class on the above server, please specify:
15
<p>
16
Identifier of the remote class:
17
<input size=20 name=addclass>
18
<br><small>If the remote class is empty, the server will create
19
a new class on the remote server, duplicating the properties of this one.
20
</small>
21
<p>
22
Automatically update the remote class for changes made on this one:
23
!formselect connupd1 list 0,1 prompt no,yes
24
<br>
25
Allow the remote class to modify this one:
26
!formselect connupd2 list 0,1 prompt no,yes
27
 
28
<p><center><input type=submit value=OK></center>
29
</form>
30
 
31
!reset addclass
32