mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改后台模板
This commit is contained in:
parent
c8d7371520
commit
6e5df29053
@ -1,33 +1,30 @@
|
|||||||
<form class="layui-form layui-card" action="{:request()->url()}" data-auto="true" method="post" autocomplete="off">
|
<form class="layui-form layui-card" action="{:request()->url()}" data-auto="true" method="post" autocomplete="off">
|
||||||
<div class="layui-card-body padding-left-40">
|
<div class="layui-card-body padding-left-40">
|
||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">用户账号</span>
|
<span class="color-green font-w7">登录用户账号</span>
|
||||||
<span class="color-desc margin-left-5">Username</span>
|
<span class="color-desc margin-left-5">Username</span>
|
||||||
<!--{if isset($vo) and isset($vo.username)}-->
|
{if isset($vo) and isset($vo.username)}
|
||||||
<input disabled value='{$vo.username|default=""}' class="layui-input layui-bg-gray">
|
<input disabled value='{$vo.username|default=""}' class="layui-input layui-bg-gray">
|
||||||
<!--{else}-->
|
{else}
|
||||||
<input name="username" value='{$vo.username|default=""}' required pattern="^.{4,}$" placeholder="请输入4位及以上字符用户名称" class="layui-input">
|
<input name="username" value='{$vo.username|default=""}' required pattern="^.{4,}$" placeholder="请输入4位及以上字符登录用户账号" class="layui-input">
|
||||||
<!--{/if}-->
|
{/if}
|
||||||
</label>
|
</label>
|
||||||
<p class="help-block">用户账号创建后,不允许再次修改。</p>
|
<p class="help-block">登录用户账号创建后,不允许再次修改。</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">联系手机</span>
|
<span class="color-green font-w7">用户联系手机</span>
|
||||||
<span class="color-desc margin-left-5">Phone</span>
|
<span class="color-desc margin-left-5">Phone</span>
|
||||||
<input type="tel" maxlength="11" autocomplete="off" autofocus name="phone" value='{$vo.phone|default=""}' pattern="^1[3-9][0-9]{9}$" placeholder="请输入联系手机" class="layui-input">
|
<input type="tel" maxlength="11" autocomplete="off" autofocus name="phone" value='{$vo.phone|default=""}' pattern="^1[3-9][0-9]{9}$" placeholder="请输入用户联系手机" class="layui-input">
|
||||||
</label>
|
</label>
|
||||||
<p class="color-desc">可选,用户联系手机号码,需要填写正确的格式</p>
|
<p class="color-desc">可选,用户联系手机号码,需要填写正确的格式</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">联系邮箱</span>
|
<span class="color-green font-w7">联系电子邮箱</span>
|
||||||
<span class="color-desc margin-left-5">Email</span>
|
<span class="color-desc margin-left-5">Email</span>
|
||||||
<input name="mail" autocomplete="off" pattern="^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$" value='{$vo.mail|default=""}' placeholder="请输入联系邮箱" class="layui-input">
|
<input name="mail" autocomplete="off" pattern="^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$" value='{$vo.mail|default=""}' placeholder="请输入联系电子邮箱" class="layui-input">
|
||||||
</label>
|
</label>
|
||||||
<p class="color-desc">可选,用户联系电子邮箱,需要填写正确的格式</p>
|
<p class="color-desc">可选,用户联系电子邮箱,需要填写正确的格式</p>
|
||||||
</div>
|
</div>
|
||||||
@ -35,7 +32,7 @@
|
|||||||
{notempty name='authorizes'}
|
{notempty name='authorizes'}
|
||||||
|
|
||||||
<div class="layui-form-item relative">
|
<div class="layui-form-item relative">
|
||||||
<span class="color-green font-w7">访问授权</span>
|
<span class="color-green font-w7">角色访问授权</span>
|
||||||
<span class="color-desc margin-left-5">Authorization</span>
|
<span class="color-desc margin-left-5">Authorization</span>
|
||||||
<div class="layui-textarea">
|
<div class="layui-textarea">
|
||||||
{if isset($vo.username) and $vo.username eq 'admin'}
|
{if isset($vo.username) and $vo.username eq 'admin'}
|
||||||
@ -59,9 +56,9 @@
|
|||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">用户描述</span>
|
<span class="color-green font-w7">用户身份描述</span>
|
||||||
<span class="color-desc margin-left-5">Description</span>
|
<span class="color-desc margin-left-5">Description</span>
|
||||||
<textarea placeholder="请输入用户描述" class="layui-textarea" name="desc">{$vo.desc|default=""}</textarea>
|
<textarea placeholder="请输入用户身份描述" class="layui-textarea" name="desc">{$vo.desc|default=""}</textarea>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,23 +4,23 @@
|
|||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">用户账号</span>
|
<span class="color-green font-w7">登录用户账号</span>
|
||||||
<span class="color-desc margin-left-5">Username</span>
|
<span class="color-desc margin-left-5">Username</span>
|
||||||
<!--{if isset($vo) and isset($vo.username)}-->
|
<!--{if isset($vo) and isset($vo.username)}-->
|
||||||
<input disabled value='{$vo.username|default=""}' class="layui-input layui-bg-gray">
|
<input disabled value='{$vo.username|default=""}' class="layui-input layui-bg-gray">
|
||||||
<!--{else}-->
|
<!--{else}-->
|
||||||
<input name="username" value='{$vo.username|default=""}' required pattern="^.{4,}$" placeholder="请输入4位及以上字符用户名称" class="layui-input">
|
<input name="username" value='{$vo.username|default=""}' required pattern="^.{4,}$" placeholder="请输入4位及以上字符登录用户账号" class="layui-input">
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</label>
|
</label>
|
||||||
<p class="help-block">用户账号创建后,不允许再次修改。</p>
|
<p class="help-block">登录用户账号创建后,不允许再次修改。</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--{if $verify}-->
|
<!--{if $verify}-->
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">旧的密码</span>
|
<span class="color-green font-w7">旧的登录密码</span>
|
||||||
<span class="color-desc margin-left-5">Old Password</span>
|
<span class="color-desc margin-left-5">Old Password</span>
|
||||||
<input type="password" autofocus name="oldpassword" value='' pattern="^\S{1,}$" required placeholder="请输入旧的密码" class="layui-input">
|
<input type="password" autofocus name="oldpassword" value='' pattern="^\S{1,}$" required placeholder="请输入旧的登录密码" class="layui-input">
|
||||||
</label>
|
</label>
|
||||||
<p class="color-desc">请输入旧密码来验证修改权限,旧密码不限制格式。</p>
|
<p class="color-desc">请输入旧密码来验证修改权限,旧密码不限制格式。</p>
|
||||||
</div>
|
</div>
|
||||||
@ -28,18 +28,18 @@
|
|||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">新的密码</span>
|
<span class="color-green font-w7">新的登录密码</span>
|
||||||
<span class="color-desc margin-left-5">New Password</span>
|
<span class="color-desc margin-left-5">New Password</span>
|
||||||
<input type="password" name="password" maxlength="32" pattern="^(?![\d]+$)(?![a-zA-Z]+$)(?![^\da-zA-Z]+$).{6,32}$" required placeholder="请输入新的密码" class="layui-input">
|
<input type="password" name="password" maxlength="32" pattern="^(?![\d]+$)(?![a-zA-Z]+$)(?![^\da-zA-Z]+$).{6,32}$" required placeholder="请输入新的登录密码" class="layui-input">
|
||||||
</label>
|
</label>
|
||||||
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">重复密码</span>
|
<span class="color-green font-w7">重复登录密码</span>
|
||||||
<span class="color-desc margin-left-5">Retype Password</span>
|
<span class="color-desc margin-left-5">Retype Password</span>
|
||||||
<input type="password" name="repassword" maxlength="32" pattern="^(?![\d]+$)(?![a-zA-Z]+$)(?![^\da-zA-Z]+$).{6,32}$" required placeholder="请输入重复密码" class="layui-input">
|
<input type="password" name="repassword" maxlength="32" pattern="^(?![\d]+$)(?![a-zA-Z]+$)(?![^\da-zA-Z]+$).{6,32}$" required placeholder="请输入重复登录密码" class="layui-input">
|
||||||
</label>
|
</label>
|
||||||
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,123 +15,123 @@
|
|||||||
//
|
//
|
||||||
// For more information refer to: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.html#style-rules
|
// For more information refer to: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.html#style-rules
|
||||||
|
|
||||||
CKEDITOR.stylesSet.add( 'default', [
|
CKEDITOR.stylesSet.add('default', [
|
||||||
/* Block styles */
|
/* Block styles */
|
||||||
|
|
||||||
// These styles are already available in the "Format" drop-down list ("format" plugin),
|
// These styles are already available in the "Format" drop-down list ("format" plugin),
|
||||||
// so they are not needed here by default. You may enable them to avoid
|
// so they are not needed here by default. You may enable them to avoid
|
||||||
// placing the "Format" combo in the toolbar, maintaining the same features.
|
// placing the "Format" combo in the toolbar, maintaining the same features.
|
||||||
/*
|
/*
|
||||||
{ name: 'Paragraph', element: 'p' },
|
{ name: 'Paragraph', element: 'p' },
|
||||||
{ name: 'Heading 1', element: 'h1' },
|
{ name: 'Heading 1', element: 'h1' },
|
||||||
{ name: 'Heading 2', element: 'h2' },
|
{ name: 'Heading 2', element: 'h2' },
|
||||||
{ name: 'Heading 3', element: 'h3' },
|
{ name: 'Heading 3', element: 'h3' },
|
||||||
{ name: 'Heading 4', element: 'h4' },
|
{ name: 'Heading 4', element: 'h4' },
|
||||||
{ name: 'Heading 5', element: 'h5' },
|
{ name: 'Heading 5', element: 'h5' },
|
||||||
{ name: 'Heading 6', element: 'h6' },
|
{ name: 'Heading 6', element: 'h6' },
|
||||||
{ name: 'Preformatted Text',element: 'pre' },
|
{ name: 'Preformatted Text',element: 'pre' },
|
||||||
{ name: 'Address', element: 'address' },
|
{ name: 'Address', element: 'address' },
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{ name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
|
{name: 'Italic Title', element: 'h2', styles: {'font-style': 'italic'}},
|
||||||
{ name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } },
|
{name: 'Subtitle', element: 'h3', styles: {'color': '#aaa', 'font-style': 'italic'}},
|
||||||
{
|
{
|
||||||
name: 'Special Container',
|
name: 'Special Container',
|
||||||
element: 'div',
|
element: 'div',
|
||||||
styles: {
|
styles: {
|
||||||
padding: '5px 10px',
|
padding: '5px 10px',
|
||||||
background: '#eee',
|
background: '#eee',
|
||||||
border: '1px solid #ccc'
|
border: '1px solid #ccc'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/* Inline styles */
|
/* Inline styles */
|
||||||
|
|
||||||
// These are core styles available as toolbar buttons. You may opt enabling
|
// These are core styles available as toolbar buttons. You may opt enabling
|
||||||
// some of them in the Styles drop-down list, removing them from the toolbar.
|
// some of them in the Styles drop-down list, removing them from the toolbar.
|
||||||
// (This requires the "stylescombo" plugin.)
|
// (This requires the "stylescombo" plugin.)
|
||||||
/*
|
/*
|
||||||
{ name: 'Strong', element: 'strong', overrides: 'b' },
|
{ name: 'Strong', element: 'strong', overrides: 'b' },
|
||||||
{ name: 'Emphasis', element: 'em' , overrides: 'i' },
|
{ name: 'Emphasis', element: 'em' , overrides: 'i' },
|
||||||
{ name: 'Underline', element: 'u' },
|
{ name: 'Underline', element: 'u' },
|
||||||
{ name: 'Strikethrough', element: 'strike' },
|
{ name: 'Strikethrough', element: 'strike' },
|
||||||
{ name: 'Subscript', element: 'sub' },
|
{ name: 'Subscript', element: 'sub' },
|
||||||
{ name: 'Superscript', element: 'sup' },
|
{ name: 'Superscript', element: 'sup' },
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{ name: 'Marker', element: 'span', attributes: { 'class': 'marker' } },
|
{name: 'Marker', element: 'span', attributes: {'class': 'marker'}},
|
||||||
|
|
||||||
{ name: 'Big', element: 'big' },
|
{name: 'Big', element: 'big'},
|
||||||
{ name: 'Small', element: 'small' },
|
{name: 'Small', element: 'small'},
|
||||||
{ name: 'Typewriter', element: 'tt' },
|
{name: 'Typewriter', element: 'tt'},
|
||||||
|
|
||||||
{ name: 'Computer Code', element: 'code' },
|
{name: 'Computer Code', element: 'code'},
|
||||||
{ name: 'Keyboard Phrase', element: 'kbd' },
|
{name: 'Keyboard Phrase', element: 'kbd'},
|
||||||
{ name: 'Sample Text', element: 'samp' },
|
{name: 'Sample Text', element: 'samp'},
|
||||||
{ name: 'Variable', element: 'var' },
|
{name: 'Variable', element: 'var'},
|
||||||
|
|
||||||
{ name: 'Deleted Text', element: 'del' },
|
{name: 'Deleted Text', element: 'del'},
|
||||||
{ name: 'Inserted Text', element: 'ins' },
|
{name: 'Inserted Text', element: 'ins'},
|
||||||
|
|
||||||
{ name: 'Cited Work', element: 'cite' },
|
{name: 'Cited Work', element: 'cite'},
|
||||||
{ name: 'Inline Quotation', element: 'q' },
|
{name: 'Inline Quotation', element: 'q'},
|
||||||
|
|
||||||
{ name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } },
|
{name: 'Language: RTL', element: 'span', attributes: {'dir': 'rtl'}},
|
||||||
{ name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } },
|
{name: 'Language: LTR', element: 'span', attributes: {'dir': 'ltr'}},
|
||||||
|
|
||||||
/* Object styles */
|
/* Object styles */
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'Styled Image (left)',
|
name: 'Styled Image (left)',
|
||||||
element: 'img',
|
element: 'img',
|
||||||
attributes: { 'class': 'left' }
|
attributes: {'class': 'left'}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'Styled Image (right)',
|
name: 'Styled Image (right)',
|
||||||
element: 'img',
|
element: 'img',
|
||||||
attributes: { 'class': 'right' }
|
attributes: {'class': 'right'}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'Compact Table',
|
name: 'Compact Table',
|
||||||
element: 'table',
|
element: 'table',
|
||||||
attributes: {
|
attributes: {
|
||||||
cellpadding: '5',
|
cellpadding: '5',
|
||||||
cellspacing: '0',
|
cellspacing: '0',
|
||||||
border: '1',
|
border: '1',
|
||||||
bordercolor: '#ccc'
|
bordercolor: '#ccc'
|
||||||
},
|
},
|
||||||
styles: {
|
styles: {
|
||||||
'border-collapse': 'collapse'
|
'border-collapse': 'collapse'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{ name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
|
{name: 'Borderless Table', element: 'table', styles: {'border-style': 'hidden', 'background-color': '#E6E6FA'}},
|
||||||
{ name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } },
|
{name: 'Square Bulleted List', element: 'ul', styles: {'list-style-type': 'square'}},
|
||||||
|
|
||||||
/* Widget styles */
|
/* Widget styles */
|
||||||
|
|
||||||
{ name: 'Clean Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-clean' } },
|
{name: 'Clean Image', type: 'widget', widget: 'image', attributes: {'class': 'image-clean'}},
|
||||||
{ name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-grayscale' } },
|
{name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: {'class': 'image-grayscale'}},
|
||||||
|
|
||||||
{ name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: { 'class': 'code-featured' } },
|
{name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: {'class': 'code-featured'}},
|
||||||
|
|
||||||
{ name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: { 'class': 'math-featured' } },
|
{name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: {'class': 'math-featured'}},
|
||||||
|
|
||||||
{ name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-240p' }, group: 'size' },
|
{name: '240p', type: 'widget', widget: 'embedSemantic', attributes: {'class': 'embed-240p'}, group: 'size'},
|
||||||
{ name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-360p' }, group: 'size' },
|
{name: '360p', type: 'widget', widget: 'embedSemantic', attributes: {'class': 'embed-360p'}, group: 'size'},
|
||||||
{ name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-480p' }, group: 'size' },
|
{name: '480p', type: 'widget', widget: 'embedSemantic', attributes: {'class': 'embed-480p'}, group: 'size'},
|
||||||
{ name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-720p' }, group: 'size' },
|
{name: '720p', type: 'widget', widget: 'embedSemantic', attributes: {'class': 'embed-720p'}, group: 'size'},
|
||||||
{ name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' },
|
{name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: {'class': 'embed-1080p'}, group: 'size'},
|
||||||
|
|
||||||
// Adding space after the style name is an intended workaround. For now, there
|
// Adding space after the style name is an intended workaround. For now, there
|
||||||
// is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
|
// is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
|
||||||
{ name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' },
|
{name: '240p ', type: 'widget', widget: 'embed', attributes: {'class': 'embed-240p'}, group: 'size'},
|
||||||
{ name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' },
|
{name: '360p ', type: 'widget', widget: 'embed', attributes: {'class': 'embed-360p'}, group: 'size'},
|
||||||
{ name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' },
|
{name: '480p ', type: 'widget', widget: 'embed', attributes: {'class': 'embed-480p'}, group: 'size'},
|
||||||
{ name: '720p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-720p' }, group: 'size' },
|
{name: '720p ', type: 'widget', widget: 'embed', attributes: {'class': 'embed-720p'}, group: 'size'},
|
||||||
{ name: '1080p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-1080p' }, group: 'size' }
|
{name: '1080p ', type: 'widget', widget: 'embed', attributes: {'class': 'embed-1080p'}, group: 'size'}
|
||||||
|
|
||||||
] );
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user