Exemple d'écriture de programme pour une liste de pagination d'informations classifiées
|
|
<?php //--------Paramètres de pagination -------- //-------- Requête SQL --------- $listpage=page1($num,$line,$page_line,$start,$page,$search);//Obtenir la navigation par page db_close(); //Fermer le lien MYSQL |
<?php if(!défini('InEmpireCMS')) { sortie(); } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text /html; charset=gb2312"> <title>分类信息分页列表</title> <link href="template/images/style.css" rel="stylesheet" type="text/css" > </head> <body> <br> <br> <br> <table width="500" border="0" align="center" cellpadding=" 3" cellpacing="1" bgcolor="#CCCCCC"> <tr> <td height="25"><strong> <td height="25" bgcolor="#FFFFFF"> <tableau width="100%" border="0" cellpacing="0" cellpadding="0"> <?php while($r=$empire->fetch($sql)) //循环获取查询记录 { $titleurl=sys_ReturnBqTitleLink($r); //标题链接 ?> <tr> <td largeur="74%" hauteur="25"> <img src="template/images/arrow.gif" border="0" align="absmiddle"> [<a href="<?=$public_r[newsurl]?>e/action/ListInfo.php?classid=<?=$r[classid]?> &ph=1&mazone=<?=$r[mazone]?>"><?=$r[mazone]?></a>] <a href="<?=$titleurl?>" cible="_blank"> <?=esub(stripslashes($r[title]),32)?> </a></td> <td width="26%"><div align="center"> } ?> </td> </tr> <tr> <td height="30" bgcolor="#FFFFFF"> </div></td> </tr> </table> </body> </html> Remarque : Le modèle peut être créé visuellement avec Dreamweaver. La partie bleue du code ne permet pas d'accéder directement au fichier modèle. |