mirror of
https://github.com/adnexus/luxr-prototype.git
synced 2026-07-27 06:13:04 +00:00
51 lines
1.6 KiB
HTML
51 lines
1.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
<title>LUXr Prototype - Triage Screen</title>
|
|
<link rel="stylesheet" href="css/css.css" type="text/css" charset="utf-8" />
|
|
<script src="js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="js/js.js" type="text/javascript" charset="utf-8"></script>
|
|
<style type="text/css" media="screen">
|
|
li {
|
|
list-style-type: none;
|
|
margin-bottom: 1em;
|
|
}
|
|
a {
|
|
background: #ddd;
|
|
border: 1px solid #999;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
display: inline-block;
|
|
padding: 2px 4px;
|
|
line-height: 1.25em;
|
|
}
|
|
a:hover {
|
|
background: #aaa;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
<ul>
|
|
<li><a href="matrix_li.html" style="background:#9499dd;">V4 prototype (codename: matrix)</a></li>
|
|
--------------------------------
|
|
<li><a href="list.html">List/tabular view</a></li>
|
|
<li><a href="realdata.html">List view with (some) real campaign data</a></li>
|
|
<li><a href="blob.html">"Blob" view (for lack of a better name)</a></li>
|
|
<li><a href="presets.html">Expandable filter (original v1 prototype)</a></li>
|
|
<li><a href="trouble.html">Troubled campaigns (from original v1 prototype)</a></li>
|
|
--------Individual files--------
|
|
<li><a href="campaign.html">campaign.html</a></li>
|
|
<li><a href="ending.html">ending.html</a></li>
|
|
<li><a href="setup.html">setup.html</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|