瀏覽代碼

增加入职相关提示

outaozhen 8 年之前
父節點
當前提交
2e22712bf0
共有 2 個文件被更改,包括 67 次插入1 次删除
  1. 66 0
      login1.html
  2. 1 1
      staff-employee.html

+ 66 - 0
login1.html

@@ -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>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://h.smartcost.com.cn" target="_blabk">内部论坛</a>&nbsp;&nbsp;|&nbsp;&nbsp;<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>

+ 1 - 1
staff-employee.html

@@ -329,7 +329,7 @@
 								<th class="taC" width="150"></th><td></td>
 							</tr>
 						</table>
-						<p class="alert alert-">短信通知例子:「张三欢迎加入纵横大家庭,这是您的CLD账号密码:张三 sa4kj,请登录完成入职申请。」</p>
+						<p class="alert alert-">新添加员工,使用账号(姓名),无密码登录,即可开始他的入职申请。</p>
 				</div>
 				<div class="modal-footer">
 					<a href="#" class="button">确定添加</a>