-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add results-details page, can be used for test cases and techniques
- Loading branch information
Eric Eggert
committed
Jun 4, 2014
1 parent
ccccbc6
commit fd788f7
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<article id="axsdb-page-tech-results"> | ||
<h1 class="page-title"> | ||
Accessibility Support Database | ||
</h1> | ||
<nav class="navbar" role="navigation"> | ||
<a href="#" class="btn-small"><span class="icon-home"></span> Home</a> | ||
<a href="#" class="btn-small login"><span class="icon-unlock-alt"></span> Log In</a> | ||
</nav> | ||
<div class="content"> | ||
<div class="grid"> | ||
<h2>Browse Test Results for Technique H49, Internet Explorer 11 with Jaws 15</h2> | ||
<div class=""> | ||
<div class="column-second"> | ||
<div id="Results"><!-- Template: Results_template --></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters