当前位置: 首页>>代码示例>>PHP>>正文


PHP GDSRHelper::render_timer_combo方法代码示例

本文整理汇总了PHP中GDSRHelper::render_timer_combo方法的典型用法代码示例。如果您正苦于以下问题:PHP GDSRHelper::render_timer_combo方法的具体用法?PHP GDSRHelper::render_timer_combo怎么用?PHP GDSRHelper::render_timer_combo使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在GDSRHelper的用法示例。


在下文中一共展示了GDSRHelper::render_timer_combo方法的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: _e

GDSRHelper::render_rules_combo("gdsr_article_voterules_recc", "/", 120, "", true);
?>
                            </td>
                        </tr>
                        </table>
                        <table cellpadding="0" cellspacing="0">
                        <tr>
                            <td style="width: 80px; height: 29px;">
                                <span class="paneltext"><?php 
_e("Restriction", "gd-star-rating");
?>
:</span>
                            </td>
                            <td style="width: 140px; height: 29px;" align="right">
                            <?php 
GDSRHelper::render_timer_combo("gdsr_timer_type_recc", '/', 120, '', true, 'gdsrTimerChange(\'_recc\')');
?>
                            </td>
                            <td style="width: 10px"></td>
                            <td style="width: 80px; height: 29px;">
                                <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 
开发者ID:pyropictures,项目名称:wordpress-plugins,代码行数:31,代码来源:articles_options.php

示例2: _e

                <?php 
GDSRHelper::render_rules_combo("gdsr_article_voterules", "/", 120, "", true, true, true);
?>
                </td>
            </tr>
            <tr>
                <td style="width: 120px; height: 29px;"></td>
                <td style="width: 80px; height: 29px;">
                    <span class="paneltext"><?php 
_e("Restriction", "gd-star-rating");
?>
:</span>
                </td>
                <td style="width: 140px; height: 29px;" align="right">
                <?php 
GDSRHelper::render_timer_combo("gdsr_timer_type", 'N', 120, '', true, 'gdsrTimerChange()', true, true);
?>
                </td><td style="width: 10px"></td>
                <td style="width: 80px; height: 29px;">
                    <div id="gdsr_timer_countdown_text" style="display: none"><span class="paneltext"><?php 
_e("Countdown", "gd-star-rating");
?>
:</span></div>
                    <div id="gdsr_timer_date_text" 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" style="display: none"><input class="regular-text" type="text" value="<?php 
echo '';
开发者ID:TheReaCompany,项目名称:pooplog,代码行数:31,代码来源:categories.php

示例3: _e

    <div class="gdsr-table-split-edit"></div>
    <h4 class="gdsr-section-title"><?php 
    _e("Time Restriction", "gd-star-rating");
    ?>
:</h4>
    <table width="<?php 
    echo $box_width;
    ?>
"><tr>
    <td style="height: 25px;"><label style="font-size: 12px;" for="gdsr_review"><?php 
    _e("Restriction", "gd-star-rating");
    ?>
:</label></td>
    <td align="right" style="height: 25px;" valign="baseline">
    <?php 
    GDSRHelper::render_timer_combo("gdsr_timer_type", $timer_restrictions, 110, '', false, 'gdsrTimerChange()');
    ?>
    </td>
    </tr></table>
    <div id="gdsr_timer_date" style="display: <?php 
    echo $timer_restrictions == "D" ? "block" : "none";
    ?>
">
        <table width="<?php 
    echo $box_width;
    ?>
"><tr>
        <td style="height: 25px;"><label style="font-size: 12px;" for="gdsr_review"><?php 
    _e("Date", "gd-star-rating");
    ?>
:</label></td>
开发者ID:alvaropereyra,项目名称:shrekcms,代码行数:31,代码来源:edit.php

示例4: _e

}
?>
            </tr>
        </table>
        <?php 
if ($gdsr_options["timer_active"] == 1) {
    ?>
        <table cellpadding="0" cellspacing="0" class="previewtable">
            <tr>
                <td width="150"><?php 
    _e("Time restriction", "gd-star-rating");
    ?>
:</td>
                <td width="200" align="left">
                <?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);
    ?>
开发者ID:alvaropereyra,项目名称:shrekcms,代码行数:31,代码来源:settings_articles.php

示例5: _e

                </td>
            </tr>
            </table>
            <table cellpadding="0" cellspacing="0">
            <tr>
                <td style="width: 120px; height: 29px;">
                </td>
                <td style="width: 80px; height: 29px;">
                    <span class="paneltext"><?php 
_e("Restriction", "gd-star-rating");
?>
:</span>
                </td>
                <td style="width: 140px; height: 29px;" align="right">
                <?php 
GDSRHelper::render_timer_combo("gdsr_timer_type", $timer_restrictions, 120, '', true, 'gdsrTimerChange()', true);
?>
                </td><td style="width: 10px"></td>
                <td style="width: 80px; height: 29px;">
                    <div id="gdsr_timer_countdown_text" style="display: none"><span class="paneltext"><?php 
_e("Countdown", "gd-star-rating");
?>
:</span></div>
                    <div id="gdsr_timer_date_text" 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" style="display: none"><input type="text" value="<?php 
echo $countdown_value;
开发者ID:alvaropereyra,项目名称:shrekcms,代码行数:31,代码来源:categories.php

示例6: _e

}
?>
    </tr>
</table>
<?php 
if ($gdsr_options["timer_active"] == 1) {
    ?>
<table width="260">
    <tr>
        <td style="height: 25px;"><label style="font-size: 12px;"><?php 
    _e("Restriction", "gd-star-rating");
    ?>
:</label></td>
        <td align="right" style="height: 25px;" valign="baseline">
        <?php 
    GDSRHelper::render_timer_combo("gdsr_timer_type_recc", $recc_timer_restrictions, 110, '', false, 'gdsrTimerChange(\'_recc\')');
    ?>
        </td>
    </tr>
</table>
<div id="gdsr_timer_date_recc" style="display: <?php 
    echo $recc_timer_restrictions == "D" ? "block" : "none";
    ?>
">
    <table width="260">
        <tr>
            <td style="height: 25px;"><label style="font-size: 12px;"><?php 
    _e("Date", "gd-star-rating");
    ?>
:</label></td>
            <td align="right" style="height: 25px;" valign="baseline">
开发者ID:TheReaCompany,项目名称:pooplog,代码行数:31,代码来源:edit.php


注:本文中的GDSRHelper::render_timer_combo方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。