forked from hquery/hquery.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen_shots.html
executable file
·80 lines (75 loc) · 3.33 KB
/
screen_shots.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<meta charset=utf-8>
<html lang=en>
<head>
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="icon" type="image/png" href="/images/favicon.ico"
<title>Project hQuery Screenshots</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25047251-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<div id="logo">
<a href="index.html"><img src="images/hquery_logo_small.png" alt="hQuery Logo"/></a>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="screen_shots.html" class="selected">Screen Shots</a></li>
<li><a href="documents.html">Documents</a></li>
<li><a href="http://github.com/hquery">Code</a></li>
<!-- <li><a href="download.html">Download</a></li>-->
<li><a href="glossary.html">Glossary</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</header>
<div id="title">
<h1>Screen Shots</h1>
All data and information in the hQuery screen shots are associated with fictional individuals.
</div>
<div id="LeftDiv">
<figure id="builder">
<h2><a href="images/builder.png">Query Builder</a></h2>
<a href="images/builder.png"><img src="images/builder_small.png"></a>
</figure>
<figure id="dashboard">
<h2><a href="images/dashboard.png">Query Dashboard Page</a></h2>
<a href="images/dashboard.png"><img src="images/dashboard_small.png"></a>
</figure>
</div>
<div id="rightscreen">
<figure id="report">
<h2><a class="imageDescription" href="images/report.png">Report</a></h2>
<a href="images/report.png"><img src="images/report_small.png"></a>
</figure>
<figure id="complex">
<h2><a href="images/full_query.png">More Complex Query</a></h2>
<a href="images/full_query.png"><img src="images/full_query_small.png"></a>
</figure>
</div>
<footer>
<div id="footerSourceForge"><a href="http://github.com/" target="_external"><img src="images/github_icon.png" alt="GitHub Logo"></a></div>
<div id="footerLinks">
This project was funded by a contract from the <a href="http://www.hhs.gov/healthit/" target="_external">Office of the National Coordinator for Health Information Technology (ONC)</a>  
<a href="http://www.hhs.gov/Privacy.html" target="_external">Privacy Policy</a>  
<a href="http://www.hhs.gov/Disclaimer.html" target="_external">Disclaimer</a>  
<br/>Page Last Revised: September 13, 2011
</div>
</div>
</footer>
</body>
</html>