Skip to content

Commit

Permalink
标题居中,特别专题分栏
Browse files Browse the repository at this point in the history
  • Loading branch information
chwdy authored and onionwyl committed Aug 2, 2016
1 parent 9325471 commit e52cf1c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
while($query->have_posts()): $query->the_post();
?>
<tr>
<td width="332" height="24"><a href="<?php the_permalink();?>" class="blue20"><?php echo mb_strimwidth(get_the_title(), 0, 33,"...","UTF-8"); ?></a></td>
<td width="332" height="24" align="center"><a href="<?php the_permalink();?>" class="blue20"><?php echo mb_strimwidth(get_the_title(), 0, 33,"...","UTF-8"); ?></a></td>
</tr>
<tr>
<td style="padding:5px;"><font class="grey12-more"><?php echo get_the_excerpt();?><a href="<?php the_permalink() ?>" class="grey10bg">更多>></a></td>
Expand Down Expand Up @@ -244,9 +244,9 @@

<td width="320" valign="top"><table width="304" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="320" height="26" >
<td width="304" height="26" >

<table width="320">
<table width="304">
<td><ul ><li style="list-style:square inside url('<?php bloginfo('template_url'); ?>/images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">学院团训</li></ul></td>
<td><a href="more.php" class="grey12-more">更多&gt;&gt;</a></td>
</table>
Expand Down Expand Up @@ -399,7 +399,14 @@
<div class="og_next"></div>
</div></td><!-- 杂志结束 -->
<!-- 特别专题开始 -->
<td width="320"><img src="<?php bloginfo('template_url'); ?>/images/temp/specialsub.jpg" width="300" height="143" /></td>
<td width="320">
<table width="320">
<tr><td width="100%" height="5%" bgcolor="#ffffff"></td></tr>
<tr><td><img src="<?php bloginfo('template_url'); ?>images/temp/specialtopic1.jpg" width="300" height="60" /></tr>
<tr><td width="100%" height="5%" bgcolor="#ffffff"></td></tr></td>
<tr><td><img src="<?php bloginfo('template_url'); ?>images/temp/specialtopic2.jpg" width="300" height="60" /></td></tr>
</table>
</td>
<!-- 特别专题结束 -->
</tr>
</table></td>
Expand All @@ -409,7 +416,7 @@
<tr>
<td width="317" height="26" >

<table width="320">
<table width="317">
<td><ul ><li style="list-style:square inside url('<?php bloginfo('template_url'); ?>/images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">通知公告</li></ul></td>
<td><a href="more.php" class="grey12-more">更多&gt;&gt;</a></td>
</table>
Expand Down Expand Up @@ -583,7 +590,7 @@
<tr>
<td width="317" height="26" >

<table width="320">
<table width="317">
<td><ul ><li style="list-style:square inside url('<?php bloginfo('template_url'); ?>/images/dot3.jpg');color:#D4000D;margin:auto;font-size:17px;font-weight:bolder">友情链接</li></ul></td>
<td><a href="more.php" class="grey12-more">更多&gt;&gt;</a></td>
</table>
Expand Down

0 comments on commit e52cf1c

Please sign in to comment.