本文整理汇总了PHP中GDSRHelper::render_moderation_combo方法的典型用法代码示例。如果您正苦于以下问题:PHP GDSRHelper::render_moderation_combo方法的具体用法?PHP GDSRHelper::render_moderation_combo怎么用?PHP GDSRHelper::render_moderation_combo使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类GDSRHelper
的用法示例。
在下文中一共展示了GDSRHelper::render_moderation_combo方法的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
</tr>
</table>
<table cellpadding="0" cellspacing="0">
<tr>
<?php
if ($options["moderation_active"] == 1) {
?>
<td style="width: 80px; height: 29px;">
<span class="paneltext"><?php
_e("Moderation", "gd-star-rating");
?>
:</span>
</td>
<td style="width: 140px; height: 29px;" align="right">
<?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);
?>
示例2: _e
<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>
<?php
}
?>
</tr></table>
<?php
}
?>
<?php
if ($gdsr_options["timer_active"] == 1) {
?>
<div class="gdsr-table-split-edit"></div>
<h4 class="gdsr-section-title"><?php
_e("Time Restriction", "gd-star-rating");
示例3: _e
<td width="200" align="left">
<?php
GDSRHelper::render_rules_combo("gdsr_default_vote_comments", $gdsr_options["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_default_mod_comments", $gdsr_options["default_moderation_comments"]);
?>
</td>
<?php
}
?>
</tr>
</table>
<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">
示例4: _e
<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>
<?php
}
?>
</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");
?>
示例5: _e
<td width="150" height="25"><strong><?php
_e("Comments Thumbs", "gd-star-rating");
?>
:</strong></td>
<?php
if ($gdsr_options["moderation_active"] == 1) {
?>
<td style="width: 80px; height: 25px;">
<span class="paneltext"><?php
_e("Moderation", "gd-star-rating");
?>
:</span>
</td>
<td style="width: 140px; height: 25px;" align="right">
<?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);
?>