A significant new system for authentication configuration that
[moodle.git] / auth / pop3 / config.html
CommitLineData
35a48c9a 1<tr valign="top">
2 <TD ALIGN=RIGHT><P>auth_pop3host:</TD>
3 <TD>
4 <INPUT name=auth_pop3host TYPE=text SIZE=30 VALUE="<?=$config->auth_pop3host?>">
5 <? formerr($err["ldap_host_url"]); ?>
6 </TD>
7 <TD>
8 <? print_string("auth_pop3host","auth") ?>
9 </TD>
10</TR>
11
12<TR VALIGN=TOP>
13 <TD ALIGN=RIGHT><P>auth_pop3type:</TD>
14 <TD>
15 <? $pop3types = array("pop3","pop3cert");
16 choose_from_menu($pop3types, "auth_pop3type", $config->auth_pop3type, "");
17 ?>
18 <? formerr($err["auth_pop3type"]); ?>
19 </TD>
20<TD>
21 <? print_string("auth_pop3type","auth") ?>
22 </TD>
23</TR>
24
25<TR VALIGN=TOP>
26 <TD ALIGN=RIGHT><P>auth_pop3port:</TD>
27 <TD>
28 <INPUT name=auth_pop3port TYPE=text SIZE=6 VALUE="<?=$config->auth_pop3port?>">
29 <? formerr($err["auth_pop3port"]); ?>
30 </TD>
31 <TD>
32 <? print_string("auth_pop3port","auth") ?>
33 </TD>
34</TR>
35
36<TR VALIGN=TOP>
37 <TD ALIGN=RIGHT><P>auth_instructions:</TD>
38 <TD>
39 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
40 </TD>
41 <TD>
42 <? print_string("authinstructions","auth") ?>
43 <? helpbutton("text", get_string("helptext")) ?>
44 </TD>
45</TR>