1 <tr valign="top" BGCOLOR="<?=$THEME->cellheading2 ?>">
2 <TD ALIGN=RIGHT><P>auth_dbhost:</TD>
4 <INPUT name=auth_dbhost TYPE=text SIZE=30 VALUE="<?=$config->auth_dbhost?>">
5 <? formerr($err["auth_dbhost"]); ?>
8 <? print_string("auth_dbhost","auth") ?>
12 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
13 <TD ALIGN=RIGHT><P>auth_dbtype:</TD>
15 <? $dbtypes = array("access","ado_access", "ado", "ado_mssql", "borland_ibase", "csv", "db2", "fbsql", "firebird", "ibase", "informix72", "informix", "mssql", "mysql", "mysqlt", "oci805", "oci8", "oci8po", "odbc", "odbc_mssql", "odbc_oracle", "oracle", "postgres64", "postgres7", "postgres", "proxy", "sqlanywhere", "sybase", "vfp");
16 choose_from_menu($dbtypes, "auth_dbtype", $config->auth_dbtype, "");
21 <? print_string("auth_dbtype","auth") ?>
25 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
26 <TD ALIGN=RIGHT><P>auth_dbname:</TD>
28 <INPUT name=auth_dbname TYPE=text SIZE=30 VALUE="<?=$config->auth_dbname?>">
29 <? formerr($err["auth_dbname"]); ?>
32 <? print_string("auth_dbname","auth") ?>
36 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
37 <TD ALIGN=RIGHT><P>auth_dbuser:</TD>
39 <INPUT name=auth_dbuser TYPE=text SIZE=30 VALUE="<?=$config->auth_dbuser?>">
40 <? formerr($err["auth_dbuser"]); ?>
43 <? print_string("auth_dbuser","auth") ?>
47 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
48 <TD ALIGN=RIGHT><P>auth_dbpass:</TD>
50 <INPUT name="auth_dbpass" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbpass?>">
51 <? formerr($err["auth_dbpass"]); ?>
54 <? print_string("auth_dbpass","auth") ?>
58 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
59 <TD ALIGN=RIGHT><P>auth_dbtable:</TD>
61 <INPUT name="auth_dbtable" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbtable?>">
62 <? formerr($err["auth_dbtable"]); ?>
65 <? print_string("auth_dbtable","auth") ?>
69 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
70 <TD ALIGN=RIGHT><P>auth_dbfielduser:</TD>
72 <INPUT name="auth_dbfielduser" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbfielduser?>">
73 <? formerr($err["auth_dbfielduser"]); ?>
76 <? print_string("auth_dbfielduser","auth") ?>
80 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
81 <TD ALIGN=RIGHT><P>auth_dbfieldpass:</TD>
83 <INPUT name="auth_dbfieldpass" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbfieldpass?>">
84 <? formerr($err["auth_dbfieldpass"]); ?>
87 <? print_string("auth_dbfieldpass","auth") ?>
92 <TD ALIGN=RIGHT><P><? print_string("firstname") ?>:</TD>
94 <INPUT name="auth_user_firstname" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_firstname?>">
96 <TD rowspan=12 VALIGN=CENTER>
97 <? print_string("auth_dbextrafields","auth") ?>
102 <TD ALIGN=RIGHT><P><? print_string("lastname") ?>:</TD>
104 <INPUT name="auth_user_lastname" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_lastname?>">
109 <TD ALIGN=RIGHT><P><? print_string("email") ?>:</TD>
111 <INPUT name="auth_user_email" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_email?>">
116 <TD ALIGN=RIGHT><P><? print_string("phone") ?> 1:</TD>
118 <INPUT name="auth_user_phone1" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_phone1?>">
123 <TD ALIGN=RIGHT><P><? print_string("phone") ?> 2:</TD>
125 <INPUT name="auth_user_phone2" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_phone2?>">
130 <TD ALIGN=RIGHT><P><? print_string("department") ?>:</TD>
132 <INPUT name="auth_user_department" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_department?>">
137 <TD ALIGN=RIGHT><P><? print_string("address") ?>:</TD>
139 <INPUT name="auth_user_address" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_address?>">
144 <TD ALIGN=RIGHT><P><? print_string("city") ?>:</TD>
146 <INPUT name="auth_user_city" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_city?>">
151 <TD ALIGN=RIGHT><P><? print_string("country") ?>:</TD>
153 <INPUT name="auth_user_country" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_country?>">
158 <TD ALIGN=RIGHT><P><? print_string("description") ?>:</TD>
160 <INPUT name="auth_user_description" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_description?>">
165 <TD ALIGN=RIGHT><P><? print_string("idnumber") ?>:</TD>
167 <INPUT name="auth_user_idnumber" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_idnumber?>">
172 <TD ALIGN=RIGHT><P><? print_string("language") ?>:</TD>
174 <INPUT name="auth_user_lang" TYPE="text" SIZE="30" VALUE="<?=$config->auth_user_lang?>">
180 <TD ALIGN=RIGHT><P><? print_string("instructions", "auth") ?>:</TD>
182 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
185 <? print_string("authinstructions","auth") ?>
186 <? helpbutton("text", get_string("helptext")) ?>