⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 temp_index.php

📁 免费的图片管理系统!不错的哦!喜欢就下载吧
💻 PHP
字号:
<?php include template('header'); ?>
  

    
    

<TABLE class=mgt_10 height=33 cellSpacing=0 cellPadding=0 width=910 align=center 
background=skin/images/bg2_09.gif border=0>
  <TBODY>
  <TR>
    <TD width=14 background=skin/images/bg2_06.gif></TD>
    <TD class="zong" align=middle width=101 background=skin/images/bg2_07.gif><STRONG><?echo $catedb[1]->name?></STRONG></TD>
    <TD width=543>&nbsp;</TD>
    <TD width=190 background=skin/images/bg2_11.gif></TD>
    <TD class=bai width=62 background=skin/images/bg2_12.gif>
    <A href="<?echo $catedb[1]->url?>"><SPAN class=bai>&gt;&gt;更多</SPAN></A>
    </TD></TR></TBODY></TABLE>
      
      
      
<div class="piclist">

<?php$array = $cms->thread("sid:1;num:15"); foreach($array as $val){?>

<DIV class="show" onMouseOver="Over(this);" onMouseOut="Out(this);">
<a href="<?echo $val->url?>"> 
<img src="<?echo miniimg($val->mini,160,120,1)?>" width="160" height="120" border="0">

<?echo left($val->title,10)?>
</a>

</DIV>
<?php}?>
                                
</div>
     


<?php include template('footer'); ?>


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -