forked from rao1219/olhandicrafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunicate.php
52 lines (45 loc) · 1.55 KB
/
communicate.php
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
<?php
session_start();
$wherenow=3;
?> <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>论坛交流</title>
<?php
include 'templete\header.html';
?>
<link rel="stylesheet" href="style/css/newslist.css">
<div class="fl wfs bcf7" style="padding-bottom:20px;">
<div class="regist-process-wrapper">
<div class="nearby-process-body fl wfs">
<div class="blank"></div>
<div class="place fl wfs">
<div class="w900 about-article fl wfs">
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="1" data-title="论坛交流" data-url="http://www.olrenting.com/communicate.php"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"olrenting"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
</div>
</div></div></div></div>
<div class="blank"></div>
<div class="cover-page-index fl wfs bcf2" style="padding-top:20px;">
<div class="cover-page-wrapper">
<?php
include 'templete/footer.html';
?>
</body>
</html>