Subversion Repositories wimsdev

Rev

Rev 6235 | Rev 12412 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1389 bpr 1
!read adm/title.phtml 3\
2
\
2467 bpr 3
$wims_name_connectmanage
23 reyssat 4
 
5
!read connect/remote.phtml
6
 
7
<p>
2467 bpr 8
$name_remoteclass: $connclass.
5875 bpr 9
</p>
23 reyssat 10
!if $error=$empty
7684 bpr 11
 (<span class="wims_classdesc">$description</span> of
4004 bpr 12
 <span class="wims_institutiondesc">$institution</span>)
5875 bpr 13
 
23 reyssat 14
 !form reply
6235 bpr 15
 <input type="hidden" name="job2" value="sync" />
2467 bpr 16
 $name_synchronize
23 reyssat 17
 !formselect connclasstype list local,remote prompt\
2467 bpr 18
        $name_prompt1
19
 $name_withotherone
23 reyssat 20
 !formselect connsync list def,user,avg,score,rec prompt\
2467 bpr 21
        $name_prompt2
6235 bpr 22
 <input type="submit" value="$wims_name_tosave" />
7684 bpr 23
 
5926 bpr 24
!formend
23 reyssat 25
!else
26
 
27
 
28
!endif
29
 
30