impressum & login
This commit is contained in:
parent
c25d7d4d54
commit
2d8dfe4738
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
class default_impressum extends \SYSTEM\PAGE\Page {
|
||||
public function html(){
|
||||
$vars['impressum'] = \SYSTEM\PAGE\text::get('impressum');
|
||||
$vars['impressum'] = \SYSTEM\PAGE\text::get('webcraft_impressum');
|
||||
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_impressum/tpl/impressum.tpl'), $vars);
|
||||
}
|
||||
}
|
||||
@ -1,3 +1,6 @@
|
||||
<div style="width: 750px; margin: auto; margin-bottom: 50px;">
|
||||
${impressum}
|
||||
<div class="row-fluid">
|
||||
<div id="content_impressum" class="col-md-12 mojotrollz_col">
|
||||
<h1>Impressum</h1>
|
||||
${impressum}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
class default_login extends \SYSTEM\PAGE\Page {
|
||||
public function html(){
|
||||
return SYSTEM\PAGE\replace::replaceFile(\SYSTEM\SERVERPATH(new PPAGE(),'default_login/tpl/login.tpl'));
|
||||
return SYSTEM\PAGE\replace::replaceFile(\SYSTEM\SERVERPATH(new PPAGE(),'default_login/tpl/login.tpl'), \SYSTEM\PAGE\text::tag('mojotrollz'));
|
||||
}
|
||||
}
|
||||
@ -1,34 +1,31 @@
|
||||
<div style="padding: 15px; padding-left: 50px; background-image: url(./api.php?call=files&cat=content&id=main_holder_middle.png); background-size: contain; background-repeat: repeat-y;">
|
||||
<div class="masthead">
|
||||
<h3 class="muted">${basic_login} / ${basic_register}</h3>
|
||||
<h4 class="text-info">${sai_mod_login_text}</a></h4>
|
||||
</div>
|
||||
<form class="textbox" style="padding:10px" id="login_form">
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<input type="text"
|
||||
size="30"
|
||||
style="margin-bottom: 15px;"
|
||||
id="bt_login_user"
|
||||
placeholder="${basic_placeholder_username}"
|
||||
minlength="3" data-validation-minlength-message="${sai_error_username_short}"
|
||||
maxlength="16" data-validation-maxlength-message="${sai_error_username_long}"
|
||||
required data-validation-required-message="${sai_error_username_miss}"/>
|
||||
<div class="row-fluid">
|
||||
<div id="content_login" class="col-md-12 mojotrollz_col">
|
||||
<h1>${basic_login}</h1>
|
||||
<form class="textbox" style="padding:10px" id="login_form">
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<input type="text"
|
||||
size="30"
|
||||
style="margin-bottom: 15px;"
|
||||
id="bt_login_user"
|
||||
placeholder="${basic_placeholder_username}"
|
||||
minlength="3" data-validation-minlength-message="${sai_error_username_short}"
|
||||
maxlength="16" data-validation-maxlength-message="${sai_error_username_long}"
|
||||
required data-validation-required-message="${sai_error_username_miss}"/>
|
||||
</div>
|
||||
<div class="controls">
|
||||
<input type="password"
|
||||
size="30"
|
||||
style="margin-bottom: 15px;"
|
||||
id="bt_login_password"
|
||||
placeholder="${basic_placeholder_password}"
|
||||
minlength="5" data-validation-minlength-message="${sai_error_password_short}"
|
||||
maxlength="16" data-validation-maxlength-message="${sai_error_password_long}"
|
||||
required data-validation-required-message="${sai_error_password_miss}"/>
|
||||
</div>
|
||||
<div class="help-block"></div>
|
||||
<button class="btn-sm btn btn-primary" style="clear: left; height: 32px; font-size: 13px;" type="submit" id="login_submit"><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> ${basic_login}</button>
|
||||
</div>
|
||||
<div class="controls">
|
||||
<input type="password"
|
||||
size="30"
|
||||
style="margin-bottom: 15px;"
|
||||
id="bt_login_password"
|
||||
placeholder="${basic_placeholder_password}"
|
||||
minlength="5" data-validation-minlength-message="${sai_error_password_short}"
|
||||
maxlength="16" data-validation-maxlength-message="${sai_error_password_long}"
|
||||
required data-validation-required-message="${sai_error_password_miss}"/>
|
||||
</div>
|
||||
<div class="help-block"></div>
|
||||
<input type="hidden" />
|
||||
<button class="btn-sm btn btn-primary" style="clear: left; height: 32px; font-size: 13px;" type="submit" id="login_submit"><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> ${basic_login}</button>
|
||||
</div>
|
||||
</form>
|
||||
<a href="#!login(register)" id="register_link">${basic_text_register}</a><br/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@ -59,9 +59,6 @@ html, body {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#content_addons{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
#content_more{
|
||||
margin-top: 15px;
|
||||
padding-left: 40px;
|
||||
@ -73,6 +70,8 @@ html, body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#content_servers, #content_tshirts, #content_addons{
|
||||
padding-left: 50px; padding-right: 50px;
|
||||
#content_servers, #content_tshirts, #content_addons, #content_impressum, #content_login{
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
@ -13,7 +13,7 @@
|
||||
src: url(./api.php?call=files&cat=content&id=TrajanPro-Regular.otf);
|
||||
}
|
||||
body{
|
||||
background: url(./api.php?call=files&cat=content&id=bg_brown_sun.jpg) no-repeat;
|
||||
background: url(./api.php?call=files&cat=content&id=bg_brown_sun.jpg)fixed no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.mojotrollz_nav{
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user