コード例 #1
0
        <td class="gdsrright">
            <input class="widefat widnumb" style="text-align: right;" size="8" type="text" name="publishDays" id="publishDays" value="0" />
        </td>
      </tr>
    </table>
    </div>
    <div id="gdsr-pd-month[tinymce]" style="display: none">
    <table border="0" cellpadding="2" cellspacing="0" width="100%">
      <tr>
        <td class="gdsrleft"><?php 
_e("Month", "gd-star-rating");
?>
:</td>
        <td class="gdsrright">
            <?php 
gdsrAdmDB::get_combo_months("0", "publishMonth");
?>
        </td>
      </tr>
    </table>
    </div>
    <div id="gdsr-pd-range[tinymce]" style="display: none">
    <table border="0" cellpadding="2" cellspacing="0" width="100%">
      <tr>
        <td class="gdsrleft"><?php 
_e("Range", "gd-star-rating");
?>
:</td>
        <td align="right" width="85"><input class="widefat" style="text-align: right; width: 85px" type="text" name="publishRangeFrom" id="publishRangeFrom" value="YYYYMMDD" /></td>
        <td align="center" width="10">-</td>
        <td align="right" width="85"><input class="widefat" style="text-align: right; width: 85px" type="text" name="publishRangeTo" id="publishRangeTo" value="YYYYMMDD" /></td>
コード例 #2
0
ファイル: part_filter.php プロジェクト: TheReaCompany/pooplog
echo $wpnm;
?>
]" style="display: <?php 
echo $wpno['publish_date'] == 'month' ? 'block' : 'none';
?>
">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
  <tr>
    <td width="100"></td>
    <td width="150" nowrap="nowrap"><?php 
_e("Month", "gd-star-rating");
?>
:</td>
    <td align="right">
        <?php 
gdsrAdmDB::get_combo_months($wpno['publish_month'], $wpfn . "[publish_month]");
?>
    </td>
  </tr>
</table>
</div>
<div id="gdsr-pd-range[<?php 
echo $wpnm;
?>
]" style="display: <?php 
echo $wpno['publish_date'] == 'range' ? 'block' : 'none';
?>
">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
  <tr>
    <td width="100"></td>
コード例 #3
0
ファイル: articles.php プロジェクト: hewu/blogwp
_e("Search Posts", "gd-star-rating");
?>
:</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 
コード例 #4
0
ファイル: part_filter.php プロジェクト: TheReaCompany/pooplog
echo $this->get_field_name('publish_date');
?>
-month" style="display: <?php 
echo $instance['publish_date'] == 'month' ? 'block' : 'none';
?>
">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
  <tr>
    <td width="100"></td>
    <td width="150" nowrap="nowrap"><?php 
_e("Month", "gd-star-rating");
?>
:</td>
    <td align="right">
        <?php 
gdsrAdmDB::get_combo_months($instance['publish_month'], $this->get_field_name('publish_month'));
?>
    </td>
  </tr>
</table>
</div>
<div id="<?php 
echo $this->get_field_name('publish_date');
?>
-range" style="display: <?php 
echo $instance['publish_date'] == 'range' ? 'block' : 'none';
?>
">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
  <tr>
    <td width="100"></td>