photo_setread.inc.php

来自「F2blog v1.1 beta 12.27更新说明 1、后台编辑器增加了文本」· PHP 代码 · 共 43 行

PHP
43
字号
<?
if ($settingInfo['rewrite']==0) {
	$gourl="index.php?load=$load&amp;bbbphoto=$bbbphoto&amp;setid={$_GET[setid]}";
	$pageurl="index.php?load=$load&amp;bbbphoto=$bbbphoto&amp;setid={$_GET[setid]}&amp;page=$page&amp;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"/>&nbsp;<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 + =
减小字号Ctrl + -
显示快捷键?