26 lines
740 B
HTML
26 lines
740 B
HTML
<!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>
|