{*
// +---------------------------------------------------------------------------+
// | Nitro :: Defaults :: Templates :: Test Suite |
// +---------------------------------------------------------------------------+
// | Copyright (c) 2007 June Systems BV |
// +---------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or modify it |
// | under the terms of the GNU Lesser General Public License as published by |
// | the Free Software Foundation; either version 2.1 of the License, or (at |
// | your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public License |
// | along with this library; if not, write to the Free Software Foundation, |
// | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
// +---------------------------------------------------------------------------+
// | Authors: Jesper Avôt <hide@address.com> |
// +---------------------------------------------------------------------------+
//
// $Id: TestSuite.tpl 229 2008-04-17 09:20:31Z oli $
//
// Nitro's default Test Suite template
//
*}
<script type="text/javascript" src="./GetObject.php?NitroDefault=Scripts/PHPUnit/default.js"></script>
<div id="TestMessageDiv">
<img src="./GetObject.php?NitroDefault=Images/BackOffice/close.gif" width="66" height="22" onclick="HideMessageDiv(); return false;" alt="Sluiten" title="Sluiten" />
<br /><br />
<div id="TestMessageDiv_Content"> </div>
<br />
<img src="./GetObject.php?NitroDefault=Images/BackOffice/close.gif" width="66" height="22" onclick="HideMessageDiv(); return false;" alt="Sluiten" title="Sluiten" />
</div>
<div class="content">
<h1>Tests</h1>
<div class="descr">overview</div>
<div id="TestSuiteDiv">
{$TestSuiteList}
</div>
</div>
<div class="sidenav">
<h1>Filter tests</h1>
<form name="searchform" onsubmit="ModuleXMLRequest('List' , '&Filter=' + document.getElementById('search').value); return false;">
<div><input type="text" name="search" id="search" class="styled" /> <input type="submit" name="submit" value="Filter" class="button" onclick="ModuleXMLRequest('List' , '&Filter=' + document.getElementById('search').value); return false;" /></div>
</form>
</div>
<div class="clearer"><span></span></div>