|
|
@ -7,7 +7,7 @@
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
|
|
|
|
|
|
|
|
|
<title>[xiaoyao]后台管理 - 登录</title>
|
|
|
|
<title>[OCR]后台管理 - 登录</title>
|
|
|
|
<meta name="keywords" content="后台管理">
|
|
|
|
<meta name="keywords" content="后台管理">
|
|
|
|
<meta name="description" content="后台管理">
|
|
|
|
<meta name="description" content="后台管理">
|
|
|
|
<link href="${ctx}/static/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="${ctx}/static/css/bootstrap.min.css" rel="stylesheet">
|
|
|
@ -34,10 +34,10 @@
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="signin-info">
|
|
|
|
<div class="signin-info">
|
|
|
|
<div class="logopanel m-b">
|
|
|
|
<div class="logopanel m-b">
|
|
|
|
<h1>[xiaoyao]</h1>
|
|
|
|
<h1>[OCR]</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="m-b"></div>
|
|
|
|
<div class="m-b"></div>
|
|
|
|
<h4>欢迎使用 <strong>[xiaoyao]后台管理</strong></h4>
|
|
|
|
<h4>欢迎使用 <strong>[OCR]后台管理</strong></h4>
|
|
|
|
<ul class="m-b">
|
|
|
|
<ul class="m-b">
|
|
|
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势一</li>
|
|
|
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势一</li>
|
|
|
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势二</li>
|
|
|
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势二</li>
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
<input type="hidden" name="projectpath" id="projectpath" value="${ctx}">
|
|
|
|
<input type="hidden" name="projectpath" id="projectpath" value="${ctx}">
|
|
|
|
<form name="signupForm" method="post">
|
|
|
|
<form name="signupForm" method="post">
|
|
|
|
<h4 class="no-margins">登录:</h4>
|
|
|
|
<h4 class="no-margins">登录:</h4>
|
|
|
|
<p class="m-t-md">登录到 [xiaoyao] 后台管理</p>
|
|
|
|
<p class="m-t-md">登录到 [OCR] 后台管理</p>
|
|
|
|
<input name="txtUsername" type="text" class="form-control uname" placeholder="用户名" />
|
|
|
|
<input name="txtUsername" type="text" class="form-control uname" placeholder="用户名" />
|
|
|
|
<input name="txtPassword" type="password" class="form-control pword" placeholder="密码" />
|
|
|
|
<input name="txtPassword" type="password" class="form-control pword" placeholder="密码" />
|
|
|
|
<div class="input-group m-t m-b">
|
|
|
|
<div class="input-group m-t m-b">
|
|
|
|