1. Import
This commit is contained in:
151
html/admin/register.tpl.htm
Normal file
151
html/admin/register.tpl.htm
Normal file
@@ -0,0 +1,151 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>REGISTRIERUNG</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="description" content="votian"> <meta name="keywords" content="votian">
|
||||
<link rel="stylesheet" type="text/css" href="../css/phoenix.css">
|
||||
|
||||
<!-- BEGIN register -->
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var statusMessage = "{statusMessage}";
|
||||
|
||||
function displayStatusMessage() {
|
||||
if (statusMessage != "") {
|
||||
alert(statusMessage);
|
||||
}
|
||||
};
|
||||
-->
|
||||
</script>
|
||||
<noscript>
|
||||
<center>
|
||||
<b><br>JavaScript ist nicht verfügbar. Bitte aktivieren Sie JavaScript<br><br>
|
||||
in Ihrem Browser, damit diese Seite ordnungsgemäß funktioniert!</b><br><br>
|
||||
</center>
|
||||
</noscript>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFA" leftmargin="1" topmargin="1" marginwidth="0" marginheight="0" link="#990000" vlink="#990000" alink="#990000" onLoad="displayStatusMessage();">
|
||||
<table border="0" height=100% width="100%" align="center" cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
||||
<tr>
|
||||
<td width=20%><img src="../images/empty.gif" width="1" height="10" alt=" "></td>
|
||||
<td width=60% align=center valign=top><img src="../images/thinkwarelogistics.jpg" alt="votian"></td>
|
||||
<td width=20%><img src="../images/empty.gif" width="1" height="10" alt=" "></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=20%> </td>
|
||||
<td width=60% align=center>
|
||||
|
||||
<table border="0" width=100% height=100% align=center cellspacing=0 cellpadding=0 vspace=0 hspace=0>
|
||||
<tr>
|
||||
<td colspan=10 valign="top">
|
||||
<table border="0" align=center cellspacing="5" cellpadding="5">
|
||||
<form action="register.php" method="POST">
|
||||
<tr>
|
||||
<td colspan=2 align="center">
|
||||
<img src="../images/spacer.jpg" border="0" height="1" width="100%">
|
||||
<div class=headline1><b>Registrieren</b></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Firma*:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" size="30" maxlength="50" value="{f_cs_comp}" name="f_cs_comp" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Noch Firma:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" size="30" maxlength="50" value="{f_cs_comp2}" name="f_cs_comp2" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Straße*, Hausnummer*:
|
||||
</td>
|
||||
<td>
|
||||
<input name="f_cs_street" type="text" value="{f_cs_street}" size="38" maxlength="50" class="input">
|
||||
<input name="f_cs_hsno" type="text" value="{f_cs_hsno}" size="3" maxlength="10" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Plz*, Ort*:
|
||||
</td>
|
||||
<td>
|
||||
<input name="f_cs_zipcode" type="text" value="{f_cs_zipcode}" size="7" maxlength="10" class="input">
|
||||
<input name="f_cs_city" type="text" value="{f_cs_city}" size="34" maxlength="50" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Anmeldename des Hauptbenutzers*:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" size="30" maxlength="50" value="{f_emp_name}" name="f_emp_name" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Passwort*:<br> <br>(zur Bestätigung bitte wiederholen)*
|
||||
</td>
|
||||
<td>
|
||||
<input type="password" size="20" maxlength="20" value="" name="f_emp_password" class="input"><br>
|
||||
<input type="password" size="20" maxlength="20" value="" name="f_emp_password_check" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Telefon*, Telefax:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" size="20" maxlength="20" value="{f_emp_phone}" name="f_emp_phone" class="input">
|
||||
<input type="text" size="20" maxlength="20" value="{f_emp_fax}" name="f_emp_fax" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
E-Mail*:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" size="30" maxlength="50" value="{f_emp_email}" name="f_emp_email" class="input">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<input type="submit" title="Abbrechen ALT+a" name="f_submit" value="Abbrechen" accesskey="a">
|
||||
|
||||
<input type="submit" title="Senden ALT+s" name="f_submit" value="Senden" accesskey="s">
|
||||
<br>
|
||||
<img src="../images/spacer.jpg" border="0" height="1" width="100%">
|
||||
<br>
|
||||
Die Angabe der mit einem * gekennzeichneten Felder ist erforderlich!
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END register -->
|
||||
</form>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</td>
|
||||
<td width=20%> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../images/empty.gif" width="1" height="10" alt=" "></td>
|
||||
<td><img src="../images/empty.gif" width="1" height="1" alt=" "></td>
|
||||
<td><img src="../images/empty.gif" width="1" height="10" alt=" "></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user