Move workspace crates into subfolder
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Main Status</title>
|
||||
<link rel="shortcut icon" href="about:blank"/>
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
<script src="script.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Retrieval - Main Status</h1>
|
||||
|
||||
<p>attach the event handlers via the on window load main event handler.</p>
|
||||
|
||||
<p class="buttonrow">
|
||||
<input type="button" id="btn_load" data-btn-label="Reload" value="Reload"/>
|
||||
<input type="button" id="btn_clear_cache" data-btn-label="Clear Cache" value="Clear Cache"/>
|
||||
<!--<input id="retrieval_instance" type="text" value="main">-->
|
||||
</p>
|
||||
|
||||
<p id="load_status"></p>
|
||||
<div id="response" class="prejson"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user