Пример #1
0
?>
		<form name="graph_form" method="post" action="<?php 
echo plugin_page('bug_graph_page.php');
?>
">
			<table class="width100" cellspacing="1">

				<tr>
					<td>
						<?php 
echo get_dropdown($t_types, 'graph_type', $f_type);
?>
					</td>
					<td>
						<?php 
echo $t_period->period_selector('interval');
?>
					</td>
					<td>
						<?php 
echo get_dropdown($t_show, 'show_table', $f_show_as_table ? 1 : 0);
?>
					</td>
					<td>
						<input type="submit" class="button" name="show" value="<?php 
echo plugin_lang_get('show_graph');
?>
"/>
					</td>
				</tr>
			</table>