From b0d97c42d17f47bad97b442216162374d8be11c0 Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Sun, 08 Apr 2018 09:54:53 +0800 Subject: [PATCH] 默认汇总时间设定为昨天 --- application/modules/Public/views/user/login.phtml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/modules/Public/views/user/login.phtml b/application/modules/Public/views/user/login.phtml index cc4d79f..063dcd5 100644 --- a/application/modules/Public/views/user/login.phtml +++ b/application/modules/Public/views/user/login.phtml @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <title>������������������</title> + <title>���������������������������</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.6 --> @@ -29,14 +29,14 @@ <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> - <a >���������������</a> + <a >���������������������������</a> </div> <!-- /.login-logo --> <div class="login-box-body"> <form method="post" id="validateform"> <div class="form-group has-feedback"> - <input type="text" class="form-control" name="username" placeholder="���������"> + <input type="text" class="form-control" name="username" placeholder="���������"> <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="form-group has-feedback"> -- Gitblit v1.8.0