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
	<title>{$bugsys->options['trackertitle']} - {@"Products"}</title>
</head>

<body>

$header

<h2>{@"Explication of Products"}</h2>

<if condition="$globalversions">
	<table class="table">
	<tr class="listinghead">
		<td colspan="2">{@"Global Versions"}</td>
	</tr>
	<tr class="altcolor">
		<td colspan="2">{@"These versions are avaliable for every product, component, and version."}</td>
	</tr>
	$globalversions
	</table>
</if>

<br />

<table class="table">
<tr class="listinghead">
	<td colspan="2">{@"Products (components are in white)"}</td>
</tr>
$productlist
</table>

$footer