本文整理匯總了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);
?>