init
This commit is contained in:
35
app/us/view/singlepage/contact.phtml
Executable file
35
app/us/view/singlepage/contact.phtml
Executable file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{include file="include/head" /}
|
||||
<script type="text/javascript">
|
||||
var navID = "5";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!--top-->
|
||||
{include file="include/top" /}
|
||||
<!--top End-->
|
||||
|
||||
<!-- 新闻详情页 s -->
|
||||
<div class="xq">
|
||||
<div class="w1200">
|
||||
<div class="xqtitle">
|
||||
<p class="xqtext"><?php echo $singlepage['name']; ?></p>
|
||||
</div>
|
||||
<div class="xqimg">
|
||||
<img src="<?php echo getImage($singlepage['picture']); ?>">
|
||||
</div>
|
||||
<div class="xqcon">
|
||||
<?php echo $singlepage['content']; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 新闻详情页 e -->
|
||||
|
||||
<!-- bottom s -->
|
||||
{include file="include/bottom" /}
|
||||
<!-- bottom e -->
|
||||
</body>
|
||||
</html>
|
||||
35
app/us/view/singlepage/detail.phtml
Executable file
35
app/us/view/singlepage/detail.phtml
Executable file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{include file="include/head" /}
|
||||
<script type="text/javascript">
|
||||
var navID = "1";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!--top-->
|
||||
{include file="include/top" /}
|
||||
<!--top End-->
|
||||
|
||||
<!-- 新闻详情页 s -->
|
||||
<div class="xq">
|
||||
<div class="w1200">
|
||||
<div class="xqtitle">
|
||||
<p class="xqtext"><?php echo $singlepage['name']; ?></p>
|
||||
</div>
|
||||
<div class="xqimg">
|
||||
<img src="<?php echo getImage($singlepage['picture']); ?>">
|
||||
</div>
|
||||
<div class="xqcon">
|
||||
<?php echo $singlepage['content']; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 新闻详情页 e -->
|
||||
|
||||
<!-- bottom s -->
|
||||
{include file="include/bottom" /}
|
||||
<!-- bottom e -->
|
||||
</body>
|
||||
</html>
|
||||
35
app/us/view/singlepage/item.phtml
Executable file
35
app/us/view/singlepage/item.phtml
Executable file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{include file="include/head" /}
|
||||
<script type="text/javascript">
|
||||
var navID = "0";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!--top-->
|
||||
{include file="include/top" /}
|
||||
<!--top End-->
|
||||
|
||||
<!-- 新闻详情页 s -->
|
||||
<div class="xq">
|
||||
<div class="w1200">
|
||||
<div class="xqtitle">
|
||||
<p class="xqtext"><?php echo $singlepage['name']; ?></p>
|
||||
</div>
|
||||
<div class="xqimg">
|
||||
<?php echo $singlepage['content']; ?>
|
||||
</div>
|
||||
<!-- <div class="xqcon">
|
||||
<?php //echo $singlepage['description']; ?>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- 新闻详情页 e -->
|
||||
|
||||
<!-- bottom s -->
|
||||
{include file="include/bottom" /}
|
||||
<!-- bottom e -->
|
||||
</body>
|
||||
</html>
|
||||
35
app/us/view/singlepage/joinin.phtml
Executable file
35
app/us/view/singlepage/joinin.phtml
Executable file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{include file="include/head" /}
|
||||
<script type="text/javascript">
|
||||
var navID = "4";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!--top-->
|
||||
{include file="include/top" /}
|
||||
<!--top End-->
|
||||
|
||||
<!-- 新闻详情页 s -->
|
||||
<div class="xq">
|
||||
<div class="w1200">
|
||||
<div class="xqtitle">
|
||||
<p class="xqtext"><?php echo $singlepage['name']; ?></p>
|
||||
</div>
|
||||
<div class="xqimg">
|
||||
<img src="<?php echo getImage($singlepage['picture']); ?>">
|
||||
</div>
|
||||
<div class="xqcon">
|
||||
<?php echo $singlepage['content']; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 新闻详情页 e -->
|
||||
|
||||
<!-- bottom s -->
|
||||
{include file="include/bottom" /}
|
||||
<!-- bottom e -->
|
||||
</body>
|
||||
</html>
|
||||
35
app/us/view/singlepage/map.phtml
Executable file
35
app/us/view/singlepage/map.phtml
Executable file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{include file="include/head" /}
|
||||
<script type="text/javascript">
|
||||
var navID = "0";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!--top-->
|
||||
{include file="include/top" /}
|
||||
<!--top End-->
|
||||
|
||||
<!-- 新闻详情页 s -->
|
||||
<div class="xq">
|
||||
<div class="w1200">
|
||||
<div class="xqtitle">
|
||||
<p class="xqtext"><?php echo $singlepage['name']; ?></p>
|
||||
</div>
|
||||
<div class="xqimg">
|
||||
<?php echo $singlepage['content']; ?>
|
||||
</div>
|
||||
<!-- <div class="xqcon">
|
||||
<?php //echo $singlepage['description']; ?>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- 新闻详情页 e -->
|
||||
|
||||
<!-- bottom s -->
|
||||
{include file="include/bottom" /}
|
||||
<!-- bottom e -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user