2011-05-30 02:05:21 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Camlistored UI</title>
|
2011-08-06 13:26:40 +00:00
|
|
|
<script type="text/javascript" src="Crypto.js"></script>
|
|
|
|
<script type="text/javascript" src="SHA1.js"></script>
|
2011-05-30 20:36:17 +00:00
|
|
|
<script src="camli.js"></script>
|
2013-01-20 20:46:50 +00:00
|
|
|
<script src="?camli.mode=config&cb=Camli.onConfiguration"></script>
|
2011-05-30 20:00:15 +00:00
|
|
|
<script src="search.js"></script>
|
2011-08-06 13:26:40 +00:00
|
|
|
<link rel="stylesheet" href="camli.css">
|
2011-05-30 02:05:21 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-08-06 13:26:40 +00:00
|
|
|
<div class="camli-nav"><a href="./">Home</a></div>
|
2011-05-30 02:05:21 +00:00
|
|
|
|
|
|
|
<h1>Search</h1>
|
|
|
|
|
2012-11-13 23:02:12 +00:00
|
|
|
<h2>Find all roots</h2>
|
|
|
|
<form id="formRoots">
|
|
|
|
<input type="submit" id="btnRoots" value="Search">
|
|
|
|
</form>
|
|
|
|
|
2011-08-25 13:15:38 +00:00
|
|
|
<h2>In all attributes</h2>
|
|
|
|
<form id="formAnyAttr">
|
|
|
|
<input id="inputAnyAttr" placeholder="attrValue1">
|
|
|
|
<input type="submit" id="btnAnyAttr" value="Search">
|
|
|
|
</form>
|
|
|
|
|
2011-08-06 13:26:40 +00:00
|
|
|
<h2>By Tag</h2>
|
|
|
|
<form id="formTags">
|
2011-08-07 19:59:33 +00:00
|
|
|
<input id="inputTag" placeholder="tag1">
|
|
|
|
<input type="submit" id="btnTagged" value="Search">
|
2011-08-06 13:26:40 +00:00
|
|
|
</form>
|
|
|
|
|
2011-08-25 13:15:38 +00:00
|
|
|
<h2>By Title</h2>
|
|
|
|
<form id="formTitles">
|
|
|
|
<input id="inputTitle" placeholder="title1">
|
|
|
|
<input type="submit" id="btnTitle" value="Search">
|
|
|
|
</form>
|
|
|
|
|
2011-08-06 13:26:40 +00:00
|
|
|
<h3 id="titleRes">Search</h3>
|
|
|
|
<div id="divRes">
|
|
|
|
</div>
|
2011-08-07 19:59:33 +00:00
|
|
|
<p>
|
|
|
|
<form id="formAddToCollec">
|
|
|
|
<input id="inputCollec" placeholder="collection's permanode">
|
|
|
|
<input type="submit" id="btnAddToCollec" value="Add to collection"> or
|
|
|
|
</form>
|
|
|
|
<button id="btnNewCollec">Create new collection</button>
|
|
|
|
</p>
|
2011-05-30 02:05:21 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|