b=387471
- 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:
parent
3eb5ca1152
commit
32dbc225ff
@ -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;
|
||||
|
||||
@ -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&timespan=all&result_status=fail&limit=50">Recent Failures</a> | <a href="search_results.cgi?order_by_created=DESC&timespan=all&result_status=unclear&limit=50">Recently Unclear</a> |
|
||||
<a href="common_results.cgi?status=fail">Most Common Failures</a> | <a href="common_results.cgi?status=unclear">Testcases Most Frequently Marked As Unclear</a> |
|
||||
<a href="aggregate_results.cgi"> Testgroup Popularity</a> | <a href="search_results.cgi?has_comments=1">Results with Comments</a><br/>
|
||||
Search testcases: <a href="show_test.cgi?searchType=recent&recently=added">Recently Added</a> |
|
||||
<a href="show_test.cgi?searchType=recent&recently=changed">Recently 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> <input type="text" id="id" name="id" size="6" onChange="document.forms['footerIDSearch'].submit();"/>[% END %]
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user