perkeep/server/camlistored/ui/filetree.html

21 lines
551 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Gallery</title>
<script src="base64.js"></script>
<script src="Crypto.js"></script>
<script src="SHA1.js"></script>
<script src="camli.js"></script>
<script src="?camli.mode=config&cb=onConfiguration"></script>
<script src="filetree.js"></script>
<link rel="stylesheet" href="camli.css">
</head>
<body class="camli-ui-permanode">
<div class="camli-nav"><a href="./">Home</a></div>
<h1>FileTree for <span id="curDir" class="camli-nav"></span> </h1>
<div id="children"></div>
</body>
</html>