forked from SicunStudio/AUNET
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
62 changed files
with
13,698 additions
and
552 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<?php | ||
return array( | ||
'LAYOUT_ON' =>true, | ||
'LAYOUT_NAME' =>'common_layout', | ||
//'配置项'=>'配置值' | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
/** | ||
* Created by PhpStorm. | ||
* User: Administrator | ||
* Date: 2015/4/18 | ||
* Time: 4:54 | ||
*/ | ||
|
||
namespace Home\Controller; | ||
|
||
|
||
use Think\Controller; | ||
|
||
class ActivityController extends Controller{ | ||
public function index(){ | ||
// layout('news_layout'); | ||
$this->display(); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
/** | ||
* Created by PhpStorm. | ||
* User: Administrator | ||
* Date: 2015/4/18 | ||
* Time: 4:59 | ||
*/ | ||
|
||
namespace Home\Controller; | ||
|
||
|
||
use Think\Controller; | ||
|
||
class BroadCastController extends Controller{ | ||
public function index(){ | ||
// layout('news_layout'); | ||
$this->display(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
/** | ||
* Created by PhpStorm. | ||
* User: Administrator | ||
* Date: 2015/4/18 | ||
* Time: 4:27 | ||
*/ | ||
|
||
namespace Home\Controller; | ||
|
||
|
||
use Think\Controller; | ||
|
||
class NewsController extends Controller{ | ||
public function index(){ | ||
// layout('news_layout'); | ||
$this->display(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>活动预告</title> | ||
<link type="text/css" rel="stylesheet" href="__PUBLIC__/Src/style/general.css"> | ||
<script type="text/javascript" src="__PUBLIC__/Src/js/jquery.js"></script> | ||
<script> | ||
$(document).ready( | ||
function() { | ||
|
||
$(".a-top").mouseenter( | ||
function(e) { | ||
$("#downlist").slideDown("fast"); | ||
}); | ||
|
||
$("#downlist").mouseenter( | ||
function(e) { | ||
$("#downlist").slideDown("fast"); | ||
}); | ||
|
||
|
||
|
||
$("#downlist").mouseleave( | ||
function(e) { | ||
$("#downlist").slideUp("fast"); | ||
}); | ||
|
||
}); | ||
</script> | ||
<style> | ||
.slidebarlink{ | ||
padding:12px 12px; | ||
font-size:22px; | ||
margin:15px; | ||
display:block; | ||
color:#444e41; | ||
transition:.2s; | ||
border-radius:3px; | ||
|
||
} | ||
.now{color:#FFFFFF; | ||
background-color:#74b05c;} | ||
|
||
.slidebarlink:hover{ | ||
color:#FFFFFF; | ||
background-color:#74b05c; | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<!-- HeadAreaStart --> | ||
|
||
<!-- HeadAreaEnd --> | ||
|
||
<div id="wrap"> | ||
<table width="99%" border="0" style="margin:25px 0px"> | ||
<tbody> | ||
<tr> | ||
<td height="59" colspan="2" align="left" valign="middle" style="color:#444e41"><span style="font-size:34px"> 新闻 </span><span style="font-size:24px">>> 最新动态</span></td> | ||
</tr> | ||
<tr> | ||
<td width="27%" height="585" rowspan="2" valign="top"> | ||
<p><a href="{:U('/Home/News/Index')}" class="slidebarlink">>最新动态</a></p> | ||
<p><a href="{:U('/Home/Activity/Index')}" class="slidebarlink now">▶ 活动预告</a></p> | ||
<p><a href="{:U('/Home/BroadCast/Index')}" class="slidebarlink">>公告栏</a></p> | ||
</td> | ||
<td width="79%" align="center"><img src="__PUBLIC__/Src/image/HDYG-Head.png" width="714" height="169" alt=""/></td> | ||
</tr> | ||
<tr> | ||
<td align="center"> | ||
<table width="714px" border="0" style=" margin-top:20px; margin-bottom:20px;"> | ||
<tbody> | ||
<tr> | ||
<td bgcolor="#ffa968"> </td> | ||
<td bgcolor="#addf7e"> </td> | ||
<td bgcolor="#7db3f1"> </td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#ffa968"> </td> | ||
<td bgcolor="#addf7e"> </td> | ||
<td bgcolor="#7db3f1"> </td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
</div> | ||
|
||
<!-- FootAreaStart --> | ||
|
||
<!-- FootAreaEnd --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>公告栏</title> | ||
<link type="text/css" rel="stylesheet" href="__PUBLIC__/Src/style/general.css"> | ||
<script type="text/javascript" src="__PUBLIC__/Src/js/jquery.js"></script> | ||
<script> | ||
$(document).ready( | ||
function() { | ||
|
||
$(".a-top").mouseenter( | ||
function(e) { | ||
$("#downlist").slideDown("fast"); | ||
}); | ||
|
||
$("#downlist").mouseenter( | ||
function(e) { | ||
$("#downlist").slideDown("fast"); | ||
}); | ||
|
||
|
||
|
||
$("#downlist").mouseleave( | ||
function(e) { | ||
$("#downlist").slideUp("fast"); | ||
}); | ||
|
||
}); | ||
</script> | ||
<style> | ||
.slidebarlink{ | ||
padding:12px 12px; | ||
font-size:22px; | ||
margin:15px; | ||
display:block; | ||
color:#444e41; | ||
transition:.2s; | ||
border-radius:3px; | ||
|
||
} | ||
|
||
.slidebarlink:hover{ | ||
color:#FFFFFF; | ||
background-color:#74b05c; | ||
} | ||
.now{color:#FFFFFF; | ||
background-color:#74b05c;} | ||
.boardtext{ | ||
font-size:18px; | ||
color:#74b05c;} | ||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<!-- HeadAreaStart --> | ||
|
||
<!-- HeadAreaEnd --> | ||
|
||
<div id="wrap"> | ||
<table width="99%" border="0" style="margin:25px 0px"> | ||
<tbody> | ||
<tr> | ||
<td height="59" colspan="2" align="left" valign="middle" style="color:#444e41"><span style="font-size:34px"> 新闻 </span><span style="font-size:24px">>> 公告栏</span></td> | ||
</tr> | ||
<tr> | ||
<td width="27%" height="585" valign="top"> | ||
<p><a href="{:U('/Home/News/Index')}" class="slidebarlink">>最新动态</a></p> | ||
<p><a href="{:U('/Home/Activity/Index')}" class="slidebarlink">>活动预告</a></p> | ||
<p><a href="{:U('/Home/BroadCast/Index')}" class="slidebarlink now">▶ 公告栏</a></p> | ||
</td> | ||
<td width="79%" align="center" valign="top"><div><img src="__PUBLIC__/Src/image/GGL.png" width="746" height="122" alt="" style="margin:0px auto;"/></div> | ||
<div style="width:734px;margin:0px auto; border-left:solid #74b05c 6px;border-right:solid #74b05c 6px;border-bottom:solid #74b05c 6px"> | ||
|
||
<p style="font-size:24px; margin:10px auto; color:#74b05c;">最新公告</p> | ||
<table width="85%" border="0" class="boardtext"> | ||
<tbody> | ||
<tr> | ||
<td width="20%">序号</td> | ||
<td width="50%">标题</td> | ||
<td width="30%">日期</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<hr style="width:95%;margin:10px auto"/> | ||
</div> | ||
|
||
|
||
|
||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
</div> | ||
|
||
<!-- FootAreaStart --> | ||
|
||
<!-- FootAreaEnd --> | ||
</body> | ||
</html> |
Oops, something went wrong.