- add testcase quicklink form to page footer


git-svn-id: svn://10.0.0.236/trunk@237621 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com 2007-10-11 22:15:47 +00:00
parent 3eb5ca1152
commit 32dbc225ff
3 changed files with 6 additions and 3 deletions

View File

@ -150,6 +150,7 @@ a:active {
clear: both;
background: url("images/page-background.gif") repeat-x top left;
margin: 10px 0 0 170px;
padding-top: 5px;
width: auto;
text-align: center;
font-size: 0.9em;

View File

@ -24,14 +24,15 @@
#
# ***** END LICENSE BLOCK *****
#%]
<div id="footer">
<div id="footer">
<form action="show_test.cgi" method="get" name="footerIDSearch" id="footerIDSearch">
Search test results: <a href="search_results.cgi?order_by_created=DESC&amp;timespan=all&amp;result_status=fail&amp;limit=50">Recent&nbsp;Failures</a> | <a href="search_results.cgi?order_by_created=DESC&amp;timespan=all&amp;result_status=unclear&amp;limit=50">Recently&nbsp;Unclear</a> |
<a href="common_results.cgi?status=fail">Most&nbsp;Common Failures</a> | <a href="common_results.cgi?status=unclear">Testcases&nbsp;Most&nbsp;Frequently&nbsp;Marked&nbsp;As&nbsp;Unclear</a> |
<a href="aggregate_results.cgi"> Testgroup&nbsp;Popularity</a> | <a href="search_results.cgi?has_comments=1">Results&nbsp;with&nbsp;Comments</a><br/>
Search testcases: <a href="show_test.cgi?searchType=recent&amp;recently=added">Recently&nbsp;Added</a> |
<a href="show_test.cgi?searchType=recent&amp;recently=changed">Recently&nbsp;Changed</a>[% IF defaultemail && defaultemail.isInAdminGroup() %] |
<a href="show_test.cgi?searchType=ungrouped">Ungrouped</a>[% END %]
<a href="show_test.cgi?searchType=ungrouped">Ungrouped</a> | <strong>By ID:</strong>&nbsp;<input type="text" id="id" name="id" size="6" onChange="document.forms['footerIDSearch'].submit();"/>[% END %]
</form>
</div>
</div>

View File

@ -74,6 +74,7 @@ var opsyses=[% IF opsyses_js %][% opsyses_js %][% ELSE %]{}[% END %];
<div class="testcase-content">
[% INCLUDE test/test.html.tmpl testcase=testcase results=results show_config=1 single=1 sysconfig=sysconfig %]
</div>
</form>
</div>
</div>