2011-05-30 23:41:56 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Blob</title>
|
|
|
|
<script type="text/javascript" src="camli.js"></script>
|
|
|
|
<script type="text/javascript" src="?camli.mode=config&cb=onConfiguration"></script>
|
|
|
|
<script type="text/javascript" src="blobinfo.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Blob Contents</h1>
|
2011-06-04 17:58:13 +00:00
|
|
|
|
|
|
|
<span id="editspan" style="display: none;">[<a href="#" id="editlink">edit</a>]</span>
|
|
|
|
<span id="blobdownload"></span>
|
2011-05-30 23:41:56 +00:00
|
|
|
<pre id="blobdata" style="overflow: auto; max-width: 800px"></pre>
|
|
|
|
|
2011-06-03 22:23:23 +00:00
|
|
|
<h1>Indexer Metadata</h1>
|
2011-06-04 17:58:13 +00:00
|
|
|
<pre id="blobmeta"></pre>
|
2011-06-03 22:23:23 +00:00
|
|
|
|
|
|
|
<div id="claimsdiv" style='visibility: hidden'>
|
|
|
|
<h1>Mutation Claims</h1>
|
|
|
|
<pre id="claims"></pre>
|
|
|
|
</div>
|
|
|
|
|
2011-05-30 23:41:56 +00:00
|
|
|
</body>
|
|
|
|
</html>
|