Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
Bugdar - Blob - ViewGit - Blue Static
$doctype
<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
<head>
$headinclude
	<link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
	<title>{$bugsys->options['trackertitle']} - {@"Quick Search"}</title>
</head>

<body>

$header

<div align="center" style="margin-top: 10px">
	<div class="box altwidth">
		<div class="box-head" style="text-align: $stylevar[left]">{@"Quick Search"}</div>

		<div class="box-mid box-overpad" style="text-align: $stylevar[left]">
			<if condition="$error">
				<div class="error" style="margin-bottom: 5px; text-align: $stylevar[left]">$error</div>
			</if>

			<form name="quicksearch" action="showreport.php" method="post" class="form">
			<input type="hidden" name="do" value="quicksearch" />

			{@"Go to bug ID"} <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value="  {@"Go"}  " />

			</form>
		</div>
	</div>
</div>

$footer