<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{literal}
<style type="text/css">
body, td, th {
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
color: #212121;
}
body {
background-image: url(http://habbstown.yooco-dev.de/templates/own/93477/tpl/core/images/maintenanceback9.png);
background-repeat:no-repeat;
background-attachment:fixed;
margin: 0;
text-align: center;
}
h1 {
font-size: 30px;
font-weight: normal;
}
h2 {
font-size: 14px;
font-weight: bold;
}
label {
font-size: 11px;
}
</style>
{/literal}
<link rel="stylesheet" href="{$tpl_path}core/content.css{$refresh_style}" />
{setLocaleFile file='index_maintenance'}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex,nofollow" />
<title>{$pageTitle}</title>
</head>
<body>
{if $systemMessage != ""}
<div id="systemMessage_{$systemMessageType}" style="width:1500px; font-size:12px; margin:0 auto;">{$systemMessage}</div>
{/if}
<table border="0" align="center" style="margin-top:195px;" cellpadding="15" cellspacing="0">
<tr>
<td width="278" align="left" valign="middle" src="{$tpl_path}core/images/transparents.png"><img src="{$tpl_path}core/images/transparents.png" align="" /></td>
<td align="left" src="{$tpl_path}core/images/transparents.png" width="195"><h1>{t}{/t}</h1>
<p>{t}{/t}</p>
<form action="{$base_path}login.do" method="post" style="margin-top:265px;display;none:!">
<table border="0" cellpadding="2" cellspacing="2" align="left">
<tr>
<td colspan="0" align="left" style="border:0px solid #cccccc; border-width:0 0 0px 0;"><strong style="font-size:13px;">{t}{/t}</strong></td>
</tr>
<tr>
<td align="left" valign="bottom"><label for="username">{t}{/t}</label></td>
<td align="left" valign="bottom"><label for="password">{t}{/t}</label></td>
<td> </td>
</tr>
<tr>
<td align="left"><input type="text" class="text" id="username" name="username" style="width:150px;" /></td>
<td align="left"><input type="password" class="text" id="password" name="password" style="width:150px;" /></td>
<td align="left">{if $useCaptcha} {else}<button type="submit">{t}BETA{/t}</button>{/if}</td>
</tr>
{if $useCaptcha}
<tr>
<td align="left"><label for="captcha">{t}Bestätigungscode{/t}:</label></td>
<td align="left" colspan="2">{captcha}</td>
</tr>
<tr>
<td align="left"><label for="captcha">{t}Code eingeben{/t}:</label></td>
<td align="left"><input type="text" name="captcha" id="captcha" style="width:140px; font-size:14px; font-family:'Courier New', Courier, monospace; text-transform:uppercase; letter-spacing:5px;" maxlength="4" title="{t}Bitte den Code vom darüberliegenden Bild abtippen.{/t}" class="text" size="40" /></td>
<td><button type="submit">{t}Login{/t}</button></td>
</tr>
{/if}
{if 1 < 0}
<tr>
<td align="left"><a href="{$base_path}lost_password.html" class="small grey">{t}Passwort vergessen{/t}</a></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
{/if}
</table>
</form>
</td>
</tr>
{if !$network->features.whitelabel}
<tr>
<td colspan="2" height="30" style="border:0; border-bottom:1px solid #dfdfdf;" bgcolor="#f1f1f1"> </td>
</tr>
<tr>
<td colspan="2" align="center" style="font-size:11px; color:#616161;" height="50" valign="bottom">{t}Powered by{/t} <a href="http://www.yooco.de{$base_path}home.html?c=2&r={rand}" target="_blank">Yooco.de</a> - {t}Creating Social Networks.{/t}</td>
</tr>
{/if}
</table>
</body>
</html>
|