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

📄 photo_setread.inc.php

📁 F2blog v1.1 beta 12.27更新说明 1、后台编辑器增加了文本粘贴与从WORD粘贴
💻 PHP
字号:
<?
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -