echo $ext;
                    ?>
</a></span>
						<span style="display:none;" class="pluginextrahide"><a href="javascript:toggleExtraInfo('<?php 
                    echo $ext;
                    ?>
','plugin',false);"><?php 
                    echo $ext;
                    ?>
</a></span>
					</th>
				</tr>
				<?php 
                    $supportedOptions = $option_interface->getOptionsSupported();
                    if (count($supportedOptions) > 0) {
                        customOptions($option_interface, '', NULL, 'plugin');
                    }
                    ?>
			</table>
			<?php 
                }
            }
            if ($c == 0) {
                echo gettext("There are no plugin options to administer.");
            } else {
                ?>
				<tr>
					<td colspan="3">
						<input type="submit" value= <?php 
                echo gettext('save');
                ?>
示例#2
0
									</div>
									<?php 
    } else {
        ?>
									<input type="hidden" name="login_user_field" id="login_user_field"	value="<?php 
        echo $_zp_gallery->getUserLogonField();
        ?>
" />
									<?php 
    }
    ?>
								<tr>
									<?php 
    $supportedOptions = $_zp_authority->getOptionsSupported();
    if (count($supportedOptions) > 0) {
        customOptions($_zp_authority, '');
    }
    ?>
								</tr>
								<tr>
									<td colspan="3">
										<p class="buttons">
											<button type="submit" value="<?php 
    echo gettext('save');
    ?>
"><img src="images/pass.png" alt="" /><strong><?php 
    echo gettext("Apply");
    ?>
</strong></button>
											<button type="reset" value="<?php 
    echo gettext('reset');
示例#3
0
/**
 * Supplies comment form options on the options/comments tab
 */
function comment_form_options()
{
    $optionHandler = new comment_form();
    customOptions($optionHandler, "");
}