?? pic.php
字號:
<?php$list_title = "美女圖片欣賞";$query = $_SERVER['PHP_SELF'];$query = explode("pic.php/",$query);$query = explode("_",$query[1]);$count = $query[0];$start = $query[1];if(empty($count))$count=30;if(empty($start))$start=0;include_once("header.php");if(!file_exists("data/list/page/$lid.php")){get_list_page($lid);}include_once("data/list/page/$lid.php");?><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="MainTable"> <tr> <td width="70%" height="393" valign="top" class="Main"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="guide"> <tr> <td><a href='<?=$webroot?>' class='guide_menu'>>首頁</a> -> <a href="pic.php">圖片欣賞</a></td> </tr> </table> <div id="AutoRows"> </div><SCRIPT LANGUAGE="JavaScript"><!--autoTable("AutoRows");//--></SCRIPT> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="dragTable" style="clear:both;display:"> <tr> <td class="head"> <h3 class="L"></h3> <span class="TAG">文章列表</span> <h3 class="R"></h3> </td> </tr> <tr> <td class="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="listarticle"> <?php $filename = "data/index/$count"."_".$start.".txt"; if(!file_exists($filename)){get_allimg($count,$start);} include_once("$filename"); ?> </table> <div class="page"> <?php $total_page = 51; if($start == 0) { $now = 1; } else { $now = ceil($start/$count) + 1; } for($i=0;$i<$total_page;$i++) { $j = $i+1; $start = $i * $count; if($now == $j) { echo "<A href=pic.php/$count"."_".$start; echo "> <font color='red'>$j</font> </a>"; } else { echo "<A href=pic.php/$count"."_".$start; echo "> $j </a>"; } } ?> </div> </td> </tr> <tr> <td class="foot"> <h3 class="L"></h3> <h3 class="R"></h3> </td> </tr> </table> </td> </tr></table><?phpinclude_once("footer.html");?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -