-
Notifications
You must be signed in to change notification settings - Fork 1
/
qy副本.html
78 lines (77 loc) · 3.34 KB
/
qy副本.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>大连理工大学就业办公室</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="css/careerOffice.css" rel="stylesheet" type="text/css" >
<style>
#qianyue_div{
width:800px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="row">
<div id="ban" class="col-md-12"></div>
</div>
<div id="nav_div">
<a href="qy.html"><input type="button" value="办理签约" id="qianyue" class="btnindex btn btn-primary "></a>
<a href="wy.html"><input type="button" value="办理违约"id="weiyue" class="btnindex btn btn-info "></a>
<a href="pq.html"><input type="button" value="办理派遣"id="paiqian" class="btnindex btn btn-success "></a>
<a href="gp.html"><input type="button" value="办理改派" id="gaipai" class="btnindex btn btn-warning "></a>
<a href="all.html"><input type="button" value="其他功能" id="else" class="btnindex btn btn-info "></a>
</div>
<div id="show_div" class="row">
<div id="qianyue_div">
<div id="wel" >
<h2 class="text-center">欢迎办理签约!</h2>
</div>
<p class="choice" id="qy_p1" >1.用人单位是否已经通过大工就业网发送offer?</p>
<label for="yes" class="radio-inline"><input type="radio" value="是" name="qianyue1" class="yes">是
</label>
<label for="no" class="radio-inline"><input type="radio" value="否" name="qianyue1" class="no">否
</label>
<p class="choice" id="qy_p2">2.是否进行网上签约?</p>
<label for="yes">是<input type="radio" value="是" name="qianyue2" class="yes">
</label>
<label for="no">否<input type="radio" value="否" name="qianyue2" class="no">
</label>
<p class="choice" id="qy_p3">3.学生是否已经通过大工就业网接收offer?</p>
<label for="yes">是<input type="radio" value="是" name="qianyue3" class="yes">
</label>
<label for="no">否<input type="radio" value="否" name="qianyue3" class="no">
</label>
<p class="choice" id="qy_p4">4.是否已经打印三方协议书?</p>
<label for="yes">是<input type="radio" value="是" name="qianyue4" class="yes">
</label>
<label for="no">否<input type="radio" value="否" name="qianyue4" class="no">
</label>
<p class="choice" id="qy_p5">5.学生是否已经通过大工就业网申请空白协议书?</p>
<label for="yes">是<input type="radio" value="是" name="qianyue5" class="yes">
</label>
<label for="no">否<input type="radio" value="否" name="qianyue5" class="no">
</label>
<p class="choice" id="qy_p6">6.是否已经打印空白协议书?</p>
<label for="yes">是<input type="radio" value="是" name="qianyue6" class="yes">
</label>
<label for="no">否<input type="radio" value="否" name="qianyue6" class="no">
</label>
</div>
</div>
<div id="show_div">
<div id="reg" title="会员注册" >
<p>您还未完成该操作!</p>
<p>请选择是否观看教程</p>
<a ><input type="button" value="我要看教程" id="yesVideo_btn"></a>
<input type="button" value="不了,我知道如何操作" id="noVideo_btn">
</div>
<div class="mask" style="display:none;"></div>
</div>
<script src="js/jquery-2.0.2.js"></script>
<script type="text/javascript" src="js/careerOffice.js"></script>
<script type="text/javascript" src="js/qy.js"></script>
</body>
</html>