コード例 #1
0
ファイル: voters.php プロジェクト: sangpena/appflex.mobi
$pager = $max_page > 1 ? gdFunctionsGDSR::draw_pager($max_page, $page_id, $url, "pg") : "";
if ($vote_type == "article") {
    $max_stars = $options["stars"];
} else {
    $max_stars = $options["cmm_stars"];
}
?>

<div class="wrap">
<form id="gdsr-comments" method="post" action="">
<p><strong><?php 
_e("Vote log for post", "gd-star-rating");
?>
: 
    <?php 
echo sprintf('<a href="./post.php?action=edit&amp;post=%s">%s</a> <a href="%s" target="_blank">[view]</a>', $post_id, gdsrAdmDB::get_post_title($post_id), get_permalink($post_id));
?>
</strong></p>
<ul class="subsubsub">
    <li><a<?php 
echo $select == "total" ? ' class="current"' : '';
?>
 href="<?php 
echo $url;
?>
&amp;vg=total">All Votes (<?php 
echo $number_posts_all;
?>
)</a> |</li>
    <li><a<?php 
echo $select == "users" ? ' class="current"' : '';