更新至v1.86,更新内容在笔记中查看

This commit is contained in:
小胡
2023-09-09 20:43:08 +08:00
Unverified
parent dcf8471f67
commit e417b11656
114 changed files with 800 additions and 2003 deletions

View File

@@ -1,4 +1,5 @@
<!--{template common/header_simple}-->
<!--{if $_G[setting][loginset][lwaveanimation]}--><link rel="stylesheet" type="text/css" href="static/css/animate.min.css"><!--{/if}-->
<link rel="stylesheet" type="text/css" href="static/dzzicon/materialdesignicons.min.css">
<link rel="stylesheet" type="text/css" href="static/css/style.min.css">
<!--[if lt IE 9]>
@@ -31,17 +32,19 @@
html, body{
overflow:auto;
}
<!--{if $_G[setting][loginset][transparency]}-->
<!--{if $_G[setting][loginset][kbcolor]}-->
.card{
background-color:$_G[setting][loginset][transparency];
background-color:$_G[setting][loginset][kbcolor];
}
.card:hover{
<!--{/if}-->
<!--{if $_G[setting][loginset][transparency]}-->
.form-control{
background-color:$_G[setting][loginset][transparency];
}
<!--{/if}-->
</style>
<body class="center-vh">
<div class="card card-shadowed p-5 mb-0 mr-2 ml-2" id="register_form">
<div class="card card-shadowed p-5 mb-0 mr-2 ml-2<!--{if $_G[setting][loginset][lwaveanimation]}--> wave wave-animate-slow<!--{/if}-->" id="register_form">
<div class="text-center mb-3">
<img alt="light year admin" src="{eval echo $_G['setting']['sitelogo']?'index.php?mod=io&op=thumbnail&size=small&path='.dzzencode('attach::'.$_G['setting']['sitelogo']):'static/image/common/logo.png';}" style="max-height: 60px;">
<h1>{lang register_welcome_tip}</h1>
@@ -72,6 +75,15 @@
<input type="password" class="form-control" id="password2" name="password2" autocomplete="off" placeholder="{lang register_repassword_tips}" required>
<span id="chk_password2" class="help-msg text-danger"></span>
</div>
<!--{loop $_G['cache']['fields_register'] $field}-->
<!--{if $htmls[$field['fieldid']]}-->
<div class="mb-3 has-feedback">
<!--{if $field['required']}--><span class="mdi mdi-asterisk" aria-hidden="true"></span><!--{/if}-->
$htmls[$field['fieldid']]
<i id="tip_$field['fieldid']" class="help-msg"><!--{if $field['description']}--><!--{echo dhtmlspecialchars($field[description])}--><!--{/if}--></i><kbd id="chk_$field['fieldid']" class="help-msg"></kbd>
</div>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
<!--{if $seccodecheck}-->
<div class="mb-3">
@@ -93,7 +105,7 @@
</div>
<p class="text-danger text-center" id="returnmessage4"></p>
</form>
<p class="text-center text-muted mb-0"><!--{template common/copyright}--></p>
<p class="text-center mb-0"><!--{template common/copyright}--></p>
</div>
<script type="text/javascript">
var lastusername = '', lastpassword = '', lastemail = '', lastinvitecode = '', stmp = new Array(), modifypwd = false;

View File

@@ -21,7 +21,7 @@
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-xl-4 align-self-center" style="background-color: <!--{if $_G['setting']['loginset']['bcolor']}-->$_G['setting']['loginset']['bcolor']<!--{else}-->#fff<!--{/if}-->;height: 100%;">
<div class="col-md-6 col-lg-5 col-xl-4 align-self-center" style="background-color: <!--{if $_G['setting']['loginset']['kbcolor']}-->$_G['setting']['loginset']['kbcolor']<!--{else}-->#fff<!--{/if}-->;height: 100%;display: flex;align-items: center;justify-content: center;">
<div class="p-5">
<div class="text-center">
<img alt="light year admin" src="{eval echo $_G['setting']['sitelogo']?'index.php?mod=io&op=thumbnail&size=small&path='.dzzencode('attach::'.$_G['setting']['sitelogo']):'static/image/common/logo.png';}">
@@ -33,35 +33,39 @@
<input type="hidden" name="referer" value="$referer"/>
<input type="hidden" name="handlekey" value="$_GET[handlekey]"/>
<!--{if $_GET[action] != 'activation'}-->
<div class="mb-3">
<div class="mb-3 has-feedback">
<span class="mdi mdi-mail" aria-hidden="true"></span>
<input type="text" class="form-control" id="email" name="email" autocomplete="off" placeholder="{lang register_email_tips}">
<span id="chk_email" class="help-msg"></span>
</div>
<div class="mb-3">
<div class="mb-3 has-feedback">
<span class="mdi mdi-account" aria-hidden="true"></span>
<input type="text" class="form-control" id="username" name="username" autocomplete="off" placeholder="{lang username}">
<span id="chk_username" class="help-msg"></span>
</div>
<div class="mb-3">
<div class="mb-3 has-feedback">
<span class="mdi mdi-lock" aria-hidden="true"></span>
<input type="password" class="form-control" id="password" name="password" autocomplete="off" placeholder="{lang register_password_tips}">
<span id="chk_password" class="help-msg"></span>
</div>
<div class="mb-3">
<div class="mb-3 has-feedback">
<span class="mdi mdi-lock" aria-hidden="true"></span>
<input type="password" class="form-control" id="password2" name="password2" autocomplete="off" placeholder="{lang register_repassword_tips}">
<span id="chk_password2" class="help-msg"></span>
</div>
<!--{loop $_G['cache']['fields_register'] $field}-->
<!--{if $htmls[$field['fieldid']]}-->
<div class="mb-3 has-feedback">
<!--{if $field['required']}--><span class="mdi mdi-asterisk" aria-hidden="true"></span><!--{/if}-->
$htmls[$field['fieldid']]
<i id="tip_$field['fieldid']" class="help-msg"><!--{if $field['description']}--><!--{echo dhtmlspecialchars($field[description])}--><!--{/if}--></i><kbd id="chk_$field['fieldid']" class="help-msg"></kbd>
</div>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
<!--{if $seccodecheck}-->
<!--{template common/seccheck}-->
<!--{/if}-->
<!--<!--{loop $_G['cache']['fields_register'] $field}-->
<!--{if $htmls[$field['fieldid']]}-->
<div class="mb-3">
<!--{if $field['required']}--><span class="rq">*</span><!--{/if}--><label for="$field['fieldid']">$field[title]:</label>
$htmls[$field['fieldid']]
<i id="tip_$field['fieldid']" class="p_tip"><!--{if $field['description']}--><!--{echo dhtmlspecialchars($field[description])}--><!--{/if}--></i><kbd id="chk_$field['fieldid']" class="p_chk"></kbd>
</div>
<!--{/if}-->
<!--{/loop}-->-->
<!--{if $bbrules}-->
<div class="mb-3">
<div class="form-check">

View File

@@ -1,4 +1,5 @@
<!--{template common/header_simple}-->
<!--{if $_G[setting][loginset][lwaveanimation]}--><link rel="stylesheet" type="text/css" href="static/css/animate.min.css"><!--{/if}-->
<link rel="stylesheet" type="text/css" href="static/dzzicon/materialdesignicons.min.css">
<link rel="stylesheet" type="text/css" href="static/css/style.min.css">
<!--{template common/beijing}-->
@@ -36,11 +37,13 @@
.login-right {
max-width: 50%;
}
<!--{if $_G[setting][loginset][transparency]}-->
<!--{if $_G[setting][loginset][kbcolor]}-->
.card{
background-color:$_G[setting][loginset][transparency];
background-color:$_G[setting][loginset][kbcolor];
}
.card:hover{
<!--{/if}-->
<!--{if $_G[setting][loginset][transparency]}-->
.form-control{
background-color:$_G[setting][loginset][transparency];
}
<!--{/if}-->
@@ -51,7 +54,7 @@
<script src="user/scripts/register.js?{VARHASH}"></script>
<!--{eval $loginhash = 'L'.random(4);}-->
<body class="center-vh">
<div class="card">
<div class="card<!--{if $_G[setting][loginset][lwaveanimation]}--> wave wave-animate-slow<!--{/if}-->">
<div class="flex-box login-box">
<div class="login-left p-5">
<div class="text-center mb-3 d-sm-none">
@@ -84,19 +87,19 @@
<input type="password" class="form-control" id="password2" name="password2" autocomplete="off" placeholder="{lang register_repassword_tips}">
<span id="chk_password2" class="help-msg"></span>
</div>
<!--{loop $_G['cache']['fields_register'] $field}-->
<!--{if $htmls[$field['fieldid']]}-->
<div class="mb-3 has-feedback">
<!--{if $field['required']}--><span class="mdi mdi-asterisk" aria-hidden="true"></span><!--{/if}-->
$htmls[$field['fieldid']]
<i id="tip_$field['fieldid']" class="help-msg"><!--{if $field['description']}--><!--{echo dhtmlspecialchars($field[description])}--><!--{/if}--></i><kbd id="chk_$field['fieldid']" class="help-msg"></kbd>
</div>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
<!--{if $seccodecheck}-->
<!--{template common/seccheck}-->
<!--{/if}-->
<!--<!--{loop $_G['cache']['fields_register'] $field}-->
<!--{if $htmls[$field['fieldid']]}-->
<div class="mb-3">
<!--{if $field['required']}--><span class="rq">*</span><!--{/if}--><label for="$field['fieldid']">$field[title]:</label>
$htmls[$field['fieldid']]
<i id="tip_$field['fieldid']" class="p_tip"><!--{if $field['description']}--><!--{echo dhtmlspecialchars($field[description])}--><!--{/if}--></i><kbd id="chk_$field['fieldid']" class="p_chk"></kbd>
</div>
<!--{/if}-->
<!--{/loop}-->-->
<!--{if $bbrules}-->
<div class="mb-3">
<div class="form-check">
@@ -116,7 +119,7 @@
<a href="user.php?mod=login">{lang back_login}</a>
</p>
</div>
<p class="text-center text-muted mt-3"><!--{template common/copyright}--></p>
<p class="text-center mt-3"><!--{template common/copyright}--></p>
</div>
<div class="login-right p-5 d-none d-sm-block">
<p class="mb-3"><img src="{eval echo $_G['setting']['sitelogo']?'index.php?mod=io&op=thumbnail&size=small&path='.dzzencode('attach::'.$_G['setting']['sitelogo']):'static/image/common/logo.png';}" alt="logo" /></p>