-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathtalk.html
35 lines (35 loc) · 1.23 KB
/
talk.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="lib/themes/1.10/start/jquery-ui-1.10.2.custom.min.css" />
<style type="text/css">
body {font-size: 15px;}
</style>
<title>讨论jQuery UI Portlet</title>
<script type="text/javascript">
if (parent == window) {
location.href = 'index.html';
}
</script>
</head>
<body>
<div class="ui-state-highlight ui-corner-all" style="padding: 5px;">
<span class="ui-icon ui-icon-info" style="float:left;"></span>
留下你对jQuery UI Portlet插件的建议,插件的发展需要你的支持!!!
</div>
<hr class="ui-widget-content">
<!-- Duoshuo Comment BEGIN -->
<div class="ds-thread" data-title="讨论jQuery UI Portlet"></div>
<script type="text/javascript">
var duoshuoQuery = {short_name: "kafeitu"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = 'http://static.duoshuo.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- Duoshuo Comment END -->
</body>
</html>