Example #1
0
</a></div>
			
		</div>
		<?php 
    }
}
?>
	</div>
	<div id=fqtglistcount_page>
		
    <?php 
//显示评论页数链接
if ($commentmanager->pagecount > 1) {
    ?>
      <div class="pageurl">
         <?php 
    echo PrintPageUrl("/fqtg/fqtglist.php", $pageindex, $commentmanager->pagecount);
    ?>
      </div>
    <?php 
}
//显示评论页面链接完成
?>
	</div>
</div>
<?php 
include '../inc/bottom.inc.html';
?>
	
</body>
</html>
Example #2
0
    echo $comments[$i]->content;
    ?>
</div>	
    </div>
    
    <?php 
}
//显示评论页数链接
if ($sqlmanager->pagecount > 1) {
    ?>
      <div class="pageurl">
         <?php 
    if ($fck_pageindex == "") {
        echo PrintPageUrl("/fqtg/fqtg.php?id=" . $actid, $pageindex, $sqlmanager->pagecount);
    } else {
        echo PrintPageUrl("/fqtg/fqtg.php?id=" . $actid . "&fck_pageindex=" . $fck_pageindex, $pageindex, $sqlmanager->pagecount);
    }
    ?>
      </div>
    <?php 
}
//显示评论页面链接完成
?>
   
    <div id=content8>
    		<div id=left>发表评论</div>
    		<div id=right><a href="/comment/comment.php" target="_blank" style="text-decoration:none;color:#000;">更多评论>> </a></div>
    </div>
    <form name="commentform" method="post" action="createcomment.php">
    	 <input type="hidden" id="tgid" name="tgid" value="<?php 
echo $actid;