本文整理汇总了PHP中GDSRHelper::render_rules_combo方法的典型用法代码示例。如果您正苦于以下问题:PHP GDSRHelper::render_rules_combo方法的具体用法?PHP GDSRHelper::render_rules_combo怎么用?PHP GDSRHelper::render_rules_combo使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类GDSRHelper
的用法示例。
在下文中一共展示了GDSRHelper::render_rules_combo方法的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
<?php
GDSRHelper::render_moderation_combo("gdsr_comments_moderation_recc", "/", 120, "", true);
?>
</td><td style="width: 10px"></td>
<?php
}
?>
<td style="width: 80px; height: 29px;">
<span class="paneltext"><?php
_e("Vote Rules", "gd-star-rating");
?>
:</span>
</td>
<td style="width: 140px; height: 29px;" align="right">
<?php
GDSRHelper::render_rules_combo("gdsr_comments_voterules_recc", "/", 120, "", true);
?>
</td>
</tr>
</table>
</div>
</td>
</tr>
<?php
}
?>
<tr><td colspan="2" class="opt-td-divider"></td></tr>
<tr>
<td class="opt-td-control">
<h4><a href="javascript:gdsrOptionsSection('cin')" id="opt-control-cin" class="gdsr-bulleter-basic"><?php
_e("Comments Integration", "gd-star-rating");
示例2: _e
<div class="gdsr-table-split-edit"></div>
<h4 class="gdsr-section-title"><?php
_e("Comments Rating", "gd-star-rating");
?>
:</h4>
<table width="<?php
echo $box_width;
?>
"><tr>
<td style="height: 25px;"><label style="font-size: 12px;"><?php
_e("Vote Rule", "gd-star-rating");
?>
:</label></td>
<td align="right" style="height: 25px;" valign="baseline">
<?php
GDSRHelper::render_rules_combo("gdsr_cmm_vote_articles", $cmm_vote_rules, 110);
?>
</td>
<?php
if ($gdsr_options["moderation_active"] == 1) {
?>
</tr><tr>
<td style="height: 25px;"><label style="font-size: 12px;"><?php
_e("Moderate", "gd-star-rating");
?>
:</label></td>
<td align="right" style="height: 25px;" valign="baseline">
<?php
GDSRHelper::render_moderation_combo("gdsr_cmm_mod_articles", $cmm_moderation_rules, 110);
?>
</td>
示例3: _e
</td>
</tr>
<tr><th scope="row"><?php
_e("Defaults", "gd-star-rating");
?>
</th>
<td>
<table cellpadding="0" cellspacing="0" class="previewtable">
<tr>
<td width="150"><?php
_e("Vote rule", "gd-star-rating");
?>
:</td>
<td width="200" align="left">
<?php
GDSRHelper::render_rules_combo("gdsr_recc_default_vote_comments", $gdsr_options["recc_default_voterules_comments"]);
?>
</td>
<td width="10"></td>
<?php
if ($gdsr_options["moderation_active"] == 1) {
?>
<td width="150"><?php
_e("Moderation rule", "gd-star-rating");
?>
:</td>
<td width="200" align="left">
<?php
GDSRHelper::render_moderation_combo("gdsr_recc_default_mod_comments", $gdsr_options["recc_default_moderation_comments"]);
?>
</td>
示例4: _e
</td>
</tr>
<tr><th scope="row"><?php
_e("Defaults", "gd-star-rating");
?>
</th>
<td>
<table cellpadding="0" cellspacing="0" class="previewtable">
<tr>
<td width="150"><?php
_e("Vote rule", "gd-star-rating");
?>
:</td>
<td width="200" align="left">
<?php
GDSRHelper::render_rules_combo("gdsr_default_vote_articles", $gdsr_options["default_voterules_articles"]);
?>
</td>
<td width="10"></td>
<?php
if ($gdsr_options["moderation_active"] == 1) {
?>
<td width="150"><?php
_e("Moderation rule", "gd-star-rating");
?>
:</td>
<td width="200" align="left">
<?php
GDSRHelper::render_moderation_combo("gdsr_default_mod_articles", $gdsr_options["default_moderation_articles"]);
?>
</td>
示例5: _e
<?php
GDSRHelper::render_moderation_combo("gdsr_cmmthumbs_moderation", "/", 120, "", true);
?>
</td><td style="width: 10px"></td>
<?php
}
?>
<td style="width: 80px; height: 25px;">
<span class="paneltext"><?php
_e("Vote Rules", "gd-star-rating");
?>
:</span>
</td>
<td style="width: 140px; height: 25px;" align="right">
<?php
GDSRHelper::render_rules_combo("gdsr_cmmthumbs_voterules", "/", 120, "", true);
?>
</td>
</tr>
</table>
<input type="submit" class="inputbutton" value="<?php
_e("Set", "gd-star-rating");
?>
" name="gdsr_rules_set" id="gdsr_rules_set" />
<div class="gdsr-table-split"></div>
<?php
_e("This will update all posts and comments with previously saved ratings.", "gd-star-rating");
?>
</form>
</td>
</tr>