-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsquare.html
141 lines (127 loc) · 5.34 KB
/
square.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>视频广场</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/square.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong>
browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a>
to improve your experience.
</p>
<![endif]-->
<!-- Add your site or application content here -->
<header class="navbar navbar-default navbar-fixed-top" role="navigation" id="header">
<div class="container squera-container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.opensight.cn/">
<img alt="Open Sight" src="img/logo.png">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="square.html">视频广场</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">更多<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="private-test.html">视频测试</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://ivr.readthedocs.org/zh_CN/latest/">IVR协议文档</a></li>
</ul>
</li>
</ul>
</div>
</div>
</header>
<div class="container squera-container">
<div class="row" id="container">
</div>
<div class="row loading hidden" id="loading">
<span></span>
</div>
<div class="row" id="lastpage"></div>
</div>
<footer class="bs-docs-footer" role="contentinfo">
<div class="container squera-container">
<ul class="bs-docs-footer-links text-muted list-inline">
<li>
<a href="about.html#about">关于我们</a>
</li>
<li>·</li>
<li>
<a href="#">法律条款</a>
</li>
<li>·</li>
<li>
<a href="swagger-ui/dist/">API</a>
</li>
<li>·</li>
<li>
<a href="about.html#conc">联系我们</a>
</li>
</ul>
<p>© 2015 杭州趣观科技有限公司 版权所有</p>
<p>备案证编号:浙ICP备15041027号</p>
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010402000840" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="img/gab.png" border="0" style="float:left;" />
<p style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">浙公网安备 33010402000840号</p>
</a>
<!--p>
<div style="width:470px;margin:0 auto; padding:0">
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010402000840" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="img/gab.png" border="0" style="float:left;" />
<p style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">浙公网安备 33010402000840号</p></a>
</div>
</p-->
</div>
</footer>
<script src="//cdn.bootcss.com/jquery/2.2.3/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- <script src="bower_components/matchHeight/jquery.matchHeight-min.js"></script> -->
<script src="//cdn.bootcss.com/juicer/0.6.14/juicer-min.js"></script>
<!-- <script src="js/content.js"></script> -->
<script src="js/square.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71601701-1', 'auto');
ga('send', 'pageview');
</script>
-->
<script type="text/html" id="tmpl">
{@each list as item}
<div class="col-md-3 col-sm-4 col-xs-12">
<div class="thumbnail">
<a href="${item.uuid, item.is_online|getLink}"><img src="${item.preview}" alt="${item.name}"></a>
<div class="caption">
<p class="text-name">
<a href="${item.uuid, item.is_online|getLink}">${item.name}</a>
<span class="${item.is_online|getCls} pull-right">${item.is_online|renderStatus}</span>
</p>
<p class="text-muted text-desc">${item.desc}</p>
</div>
</div>
</div>
{@/each}
</script>
</body>
</html>