本文整理汇总了PHP中GDSRHelper::render_countdown_combo方法的典型用法代码示例。如果您正苦于以下问题:PHP GDSRHelper::render_countdown_combo方法的具体用法?PHP GDSRHelper::render_countdown_combo怎么用?PHP GDSRHelper::render_countdown_combo使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类GDSRHelper
的用法示例。
在下文中一共展示了GDSRHelper::render_countdown_combo方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
echo $timer_date_value;
?>
" id="gdsr_timer_date_value" name="gdsr_timer_date_value" style="width: 100px; padding: 2px;" />
</td>
</tr></table>
</div>
<div id="gdsr_timer_countdown" style="display: <?php
echo $timer_restrictions == "T" ? "block" : "none";
?>
">
<table width="<?php
echo $box_width;
?>
"><tr>
<td style="height: 25px;"><label style="font-size: 12px;" for="gdsr_review"><?php
_e("Countdown", "gd-star-rating");
?>
:</label></td>
<td align="right" style="height: 25px;" valign="baseline">
<input type="text" value="<?php
echo $countdown_value;
?>
" id="gdsr_timer_countdown_value" name="gdsr_timer_countdown_value" style="width: 35px; text-align: right; padding: 2px;" />
<?php
GDSRHelper::render_countdown_combo("gdsr_timer_countdown_type", $countdown_type, 60);
?>
</td>
</tr></table>
</div>
<?php
}
示例2: _e
<div id="gdsr_timer_countdown_text_recc" style="display: none"><span class="paneltext"><?php
_e("Countdown", "gd-star-rating");
?>
:</span></div>
<div id="gdsr_timer_date_text_recc" style="display: none"><span class="paneltext"><?php
_e("Date", "gd-star-rating");
?>
:</span></div>
</td>
<td style="width: 140px; height: 29px;" align="right">
<div id="gdsr_timer_countdown_recc" style="display: none"><input class="regular-text" type="text" value="<?php
echo '';
?>
" id="gdsr_timer_countdown_value_recc" name="gdsr_timer_countdown_value_recc" style="width: 35px; text-align: right; padding: 2px;" />
<?php
GDSRHelper::render_countdown_combo("gdsr_timer_countdown_type_recc", 'H', 70);
?>
</div>
<div id="gdsr_timer_date_recc" style="display: none"><input class="regular-text" type="text" value="<?php
echo '';
?>
" id="gdsr_timer_date_value_recc" name="gdsr_timer_date_value_recc" style="width: 110px; padding: 2px;" /></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
<?php
if ($options["comments_active"] == 1) {
?>
示例3: _e
<?php
GDSRHelper::render_timer_combo("gdsr_default_timer_type", $gdsr_options["default_timer_type"]);
?>
</td>
<td width="10"></td>
<td width="150"><?php
_e("Countdown value", "gd-star-rating");
?>
:</td>
<td width="200" align="left">
<input type="text" value="<?php
echo $gdsr_options["default_timer_countdown_value"];
?>
" id="gdsr_default_timer_countdown_value" name="gdsr_default_timer_countdown_value" style="width: 80px; text-align: right;" />
<?php
GDSRHelper::render_countdown_combo("gdsr_default_timer_countdown_type", $gdsr_options["default_timer_countdown_type"], 85);
?>
</td>
</tr>
</table>
<?php
}
?>
<div class="gdsr-table-split"></div>
<table cellpadding="0" cellspacing="0" class="previewtable">
<tr>
<td width="150"><?php
_e("Rating block CSS class", "gd-star-rating");
?>
:</td>
<td width="200">