2010-08-31 21:16:16 +02:00
|
|
|
<?PHP
|
2008-09-27 21:29:08 +02:00
|
|
|
include ("config.php");
|
2010-08-31 21:16:16 +02:00
|
|
|
|
|
|
|
echo "<form action=\"". $url. $ENGEL_ROOT. "nonpublic/index.php\" method=\"post\">";
|
|
|
|
echo "<table>\n".
|
|
|
|
"\t<tr>".
|
|
|
|
"\t\t<td align=\"right\">". Get_Text("index_lang_nick"). "</td>".
|
|
|
|
"\t\t<td><input type=\"text\" name=\"user\" size=\"23\"></td>".
|
|
|
|
"\t</tr>".
|
|
|
|
"\t<tr>".
|
|
|
|
"\t\t<td align=\"right\">". Get_Text("index_lang_pass"). "</td>".
|
|
|
|
"\t\t<td><input type=\"password\" name=\"password\" size=\"23\"></td>".
|
|
|
|
"\t</tr>".
|
|
|
|
"</table>".
|
|
|
|
"<br><input type=\"submit\" value=\"". Get_Text("index_lang_send"). "\">";
|
|
|
|
echo "</form>";
|
2008-09-10 05:42:44 +02:00
|
|
|
|
|
|
|
|