_e("Visitors Only", "gd-star-rating");
?>
</option>
            <option value="users"><?php 
_e("Users Only", "gd-star-rating");
?>
</option>
        </select></td>
      </tr>
      <tr>
        <td class="gdsrleft"><?php 
_e("Category", "gd-star-rating");
?>
:</td>
        <td class="gdsrright"><?php 
gdsrAdmDB::get_combo_categories('', 'srCategory');
?>
</td>
      </tr>
      <tr>
        <td class="gdsrleft"><?php 
_e("Minimum votes", "gd-star-rating");
?>
:</td>
        <td class="gdsrright"><input class="widefat widnumb" style="text-align: right;" type="text" size="8" id="srMinVotes" name="srMinVotes" value="3" /></td>
      </tr>
      <tr>
        <td class="gdsrleft"><?php 
_e("Excerpt words", "gd-star-rating");
?>
:</td>
示例#2
0
  </tr>
  <tr>
    <td width="100"></td>
    <td nowrap="nowrap" colspan="2">
        <div class="gdsr-table-split-filter"></div>
    </td>
  </tr>
  <tr>
    <td width="100"></td>
    <td width="150" nowrap="nowrap"><?php 
_e("Article Category", "gd-star-rating");
?>
:</td>
    <td align="right">
        <label><?php 
gdsrAdmDB::get_combo_categories($wpno['category'], $wpfn . '[category]');
?>
</label>
    </td>
  </tr>
  <tr>
    <td width="100"></td>
    <td nowrap="nowrap" colspan="2" height="25">
        <label for="gdstarr-categorytoponly" style="text-align:right;"><input class="checkbox" type="checkbox" <?php 
echo $wpno['category_toponly'] ? 'checked="checked"' : '';
?>
 id="gdstarr-categorytoponly" name="<?php 
echo $wpfn;
?>
[category_toponly]" /> <?php 
_e("Only selected category, no subcategories.", "gd-star-rating");
示例#3
0
文件: articles.php 项目: hewu/blogwp
?>
:</label>
    <input class="search-input" id="post-search-input" type="text" value="<?php 
echo $search;
?>
" name="s"/>
    <input class="button" type="submit" value="<?php 
_e("Search Posts", "gd-star-rating");
?>
" name="gdsr_search" />
</p>
<div class="tablenav">
    <div class="alignleft">
<?php 
gdsrAdmDB::get_combo_months($filter_date);
gdsrAdmDB::get_combo_categories($filter_cats);
?>
        <input class="button-secondary delete" type="submit" name="gdsr_filter" value="<?php 
_e("Filter", "gd-star-rating");
?>
" />
    </div>
    <div class="tablenav-pages">
        <?php 
echo $pager;
?>
    </div>
</div>
<br class="clear"/>
<?php 
$sql = gdsrAdmDB::get_stats($select, ($page_id - 1) * $posts_per_page, $posts_per_page, $filter_date, $filter_cats, $search);
示例#4
0
  </tr>
  <tr>
    <td width="100"></td>
    <td nowrap="nowrap" colspan="2">
        <div class="gdsr-table-split-filter"></div>
    </td>
  </tr>
  <tr>
    <td width="100"></td>
    <td width="150" nowrap="nowrap"><?php 
_e("Article Category", "gd-star-rating");
?>
:</td>
    <td align="right">
        <label><?php 
gdsrAdmDB::get_combo_categories($instance['category'], $this->get_field_name('category'));
?>
</label>
    </td>
  </tr>
  <tr>
    <td width="100"></td>
    <td nowrap="nowrap" colspan="2" height="25">
        <label for="gdstarr-categorytoponly" style="text-align:right;"><input class="checkbox" type="checkbox" <?php 
echo $instance['category_toponly'] ? 'checked="checked"' : '';
?>
 id="<?php 
echo $this->get_field_id('category_toponly');
?>
" name="<?php 
echo $this->get_field_id('category_toponly');