-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathivragreement.html
74 lines (68 loc) · 3.13 KB
/
ivragreement.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
<!DOCTYPE html>
<html>
<body>
<!-- header -->
<div class="include" data-include="header"></div>
<!-- end header -->
<section class='aside-section'>
<section class="hbox stretch">
<!-- .aside -->
<aside class="bg-Green lter aside hidden-print include" data-include="aside" id="nav"></aside>
<!-- /.aside -->
<section id="content">
<section class="hbox stretch">
<!-- 如果没有三级导航 这段代码注释-->
<!--
<aside class="bg-green lter aside-sm hidden-print ybox" id="subNav">
<section class="vbox">
<div class="wrapper header"><span class="margin_lr"></span><span class="margin_lr border-left"> 消息中心</span></div>
<section class="scrollable">
<div class="slim-scroll">
<nav class="hidden-xs">
<ul class="nav">
<li>
<div class="aside-li-a">
<a href="">中心</a>
</div>
</li>
</ul>
</nav>
</div>
</section>
</section>
</aside>
-->
<aside>
<section class="vbox xbox">
<!-- 如果没有三级导航 这段代码注释-->
<!--<div class="head-box"> <a href="#subNav" data-toggle="class:hide"> <i class="fa fa-angle-left text"></i> <i class="fa fa-angle-right text-active"></i> </a> </div>-->
<section class=" w-f personal-auth">
<div class="wrapper header">
<span class="border-left"> IVR协议</span>
</div>
<div class="row m-l-none m-r-none bg-light lter">
<div class="row">
<form role="form" action="./index.html" method="post" class="register-form" id="customForm" >
<p class=" ">
协议内容
</p>
</form>
</div>
</div>
</section>
</section>
</aside>
</section>
</section>
</section>
</section>
</section>
<script src="js/app.v2.js"></script> <!-- Bootstrap --> <!-- App -->
<script src="js/charts/flot/jquery.flot.min.js" cache="false"></script>
<script src="js/bootbox.min.js"></script>
<script src="js/charts/flot/demo.js" cache="false"></script>
<script src="js/jquery.cookie.min.js"></script>
<script src="./bower_components/bootstrapvalidator/dist/js/bootstrapValidator.min.js"></script>
<script src="js/include.js"></script>
</body>
</html>