Exemple #1
0
                    ?>
		<form name="cgi_authentication_config" method="post" action="cgi.php?section=other">
		<input type="hidden" name="request" value="update" />
		<div class="formbox">
		<b>Lock Author Names:</b> <?php 
                    print_select("cgi_config[lock_author_names]", $enable_list, "values", "text", $cgiConfig->getLockAuthorNames());
                    ?>
<br />
		<?php 
                    echo $lilac->element_desc("lock_author_names", "nagios_cgi_desc");
                    ?>
<br />
		</div>
		<div class="formbox">
		<b>Escape HTML Tags:</b> <?php 
                    print_select("cgi_config[escape_html_tags]", $enable_list, "values", "text", $cgiConfig->getEscapeHtmlTags());
                    ?>
<br />
		<?php 
                    echo $lilac->element_desc("escape_html_tags", "nagios_cgi_desc");
                    ?>
<br />
		</div>
		<div class="formbox">
		<b>Notes URL Target:</b><br />
		<input type="text" size="40" name="cgi_config[notes_url_target]" VALUE="<?php 
                    echo $cgiConfig->getNotesUrlTarget();
                    ?>
"><br />
		<?php 
                    echo $lilac->element_desc("notes_url_target", "nagios_cgi_desc");