Example #1
0
function support_quick_report($group_id, $title, $subtitle1, $sql1, $subtitle2, $sql2)
{
    global $bar_colors;
    support_header(array("title" => $title));
    support_reporting_header($group_id);
    echo "\n<H2>{$title}</H2>";
    reports_quick_graph($subtitle1, $sql1, $sql2, $bar_colors);
    support_footer(array());
}
Example #2
0
	</TD></TR>

	<TR><TD COLSPAN="2">
		<B>Detailed Description:</B>
		<P>
		<TEXTAREA NAME="details" ROWS="30" COLS="55" WRAP="HARD"></TEXTAREA>
	</TD></TR>

	<TR><TD COLSPAN="2">
	<?php 
if (!user_isloggedin()) {
    echo '
		<h3><FONT COLOR="RED">Please <A HREF="/account/login.php">log in!</A></FONT></h3><BR>
		If you <B>cannot</B> login, then enter your email address here:<P>
		<INPUT TYPE="TEXT" NAME="user_email" SIZE="30" MAXLENGTH="35">
		';
}
?>
		<P>
		<H3>DO NOT enter passwords in your message!</H3>
		<P>
		<INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="SUBMIT REQUEST">
		</FORM>
		<P>
	</TD></TR>

	</TABLE>

<?php 
support_footer(array());