|
|
@@ -0,0 +1,66 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang=zh-cn>
|
|
|
+<head>
|
|
|
+ <meta charset=utf-8>
|
|
|
+ <title>登录CLD.System</title>
|
|
|
+ <meta name=description content=纵横内部信息管理系统>
|
|
|
+ <link rel="shortcut icon" href="images/favicon.ico">
|
|
|
+ <meta name=copyright content=smartcost.com.cn>
|
|
|
+ <link rel=stylesheet href=css/global.css>
|
|
|
+ <script src=js/jquery-1.7.1.min.js></script>
|
|
|
+ <script src=js/global.js></script>
|
|
|
+</head>
|
|
|
+<style>
|
|
|
+#animation{
|
|
|
+-webkit-animation:infinite pulse 4s 1s ease both;
|
|
|
+-moz-animation:infinite pulse 4s 1s ease both;}
|
|
|
+@-webkit-keyframes pulse{
|
|
|
+0%{-webkit-transform:scale(1)}
|
|
|
+50%{-webkit-transform:scale(1.1)}
|
|
|
+100%{-webkit-transform:scale(1)}
|
|
|
+}
|
|
|
+@-moz-keyframes pulse{
|
|
|
+0%{-moz-transform:scale(1)}
|
|
|
+50%{-moz-transform:scale(1.1)}
|
|
|
+100%{-moz-transform:scale(1)}
|
|
|
+}
|
|
|
+</style>
|
|
|
+<body class="loginBg">
|
|
|
+ <div class="loginIndex">
|
|
|
+ <div class="loginPanel inputErrow">
|
|
|
+ <div class="warpLogin clearfix">
|
|
|
+ <h2>CLD.System<sup> 1.0</sup></h2>
|
|
|
+ <form id="loginform" name="loginform" method="post">
|
|
|
+ <div class="formLine">
|
|
|
+ <label class="textTips">帐号</label>
|
|
|
+ <input class="text" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="formLine">
|
|
|
+ <label class="textTips">密码</label>
|
|
|
+ <input type="password" class="text">
|
|
|
+ </div>
|
|
|
+ <div class="formLine clearfix">
|
|
|
+ <a href="#welcome" data-toggle="modal" class="button">登录</a><span class="submitSus"></span>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <p class="formLink"><a href="http://smartcost.com.cn" target="_blabk">公司主页</a> | <a href="http://h.smartcost.com.cn" target="_blabk">内部论坛</a> | <a href="http://gs.smartcost.com.cn" target="_blabk">工时系统</a></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--弹出(新员工信息填写)-->
|
|
|
+ <div class="modal hide fade" id="welcome">
|
|
|
+ <div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>温馨提示:</h3>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <p class="alert alert-">您的申请正在审批中,请耐心等候!</p>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <a href="#" class="button" data-dismiss="modal" aria-hidden="true">确定</a>
|
|
|
+ <!-- <a href="#" class="button btn-gray">关闭</a> -->
|
|
|
+ </div>
|
|
|
+ </div></div>
|
|
|
+ </div>
|
|
|
+</body>
|