📄 photo_setread.inc.php
字号:
<?
if ($settingInfo['rewrite']==0) {
$gourl="index.php?load=$load&bbbphoto=$bbbphoto&setid={$_GET[setid]}";
$pageurl="index.php?load=$load&bbbphoto=$bbbphoto&setid={$_GET[setid]}&page=$page&did=";
}
if ($settingInfo['rewrite']==1) {
$gourl="rewrite.php/$load-$bbbphoto-set-{$_GET[setid]}";
$pageurl="rewrite.php/$load-$bbbphoto-set-{$_GET[setid]}-$page-";
}
if ($settingInfo['rewrite']==2) {
$gourl="$load-$bbbphoto-set-{$_GET[setid]}";
$pageurl="$load-$bbbphoto-set-{$_GET[setid]}-$page-";
}
if($GoBind->photogetSetPhotoList($_GET['setid'],$page,$bbb_per_page)) {
//if($GoBind->photogetSetPhotoList("3EC67F9B05341EC65200A7E63D191918DS","1","10")) {
$per_page=$bbb_per_page;
$total_num=$GoBind->photo_total;
//涓撹緫璇存槑
?>
<div class="pageContent" style="OVERFLOW: hidden; LINE-HEIGHT: 140%; HEIGHT: 18px; TEXT-ALIGN: right">
<div class="page" style="float:left">
<? pageBar($gourl);?>
</div>
</div>
<div class="comment" style="margin-bottom:20px">
<div class="commenttop"> <img src="plugins/f2bababian/images/note.gif" border="0" style="margin:0px 1px -3px 0px"/> <b><?=$GoBind->setphoto_list_info['settitle']?> (<?=$GoBind->setphoto_list_info['view']?>)</b></div>
<div class="commentcontent">
<?=$GoBind->setphoto_list_info['description']?>
</div>
</div>
<?
$arr_did=array();
echo "<ul class=\"bbb_show\"> \n";
foreach($GoBind->setphoto_list as $key=>$value){
$arr_did[]=$value['did'];
$j++;
if ($j>$bbb_per_row){
echo "</ul> \n <ul class=\"bbb_show\">\n";
$j=1;
}
//杞
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -