Initial commit
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
<div class="export_logs" style="display:none;">
|
||||
|
||||
<br>
|
||||
|
||||
<select id="log_switcher">
|
||||
<option value="">Choose a log to view</option>
|
||||
<option value="detected_wordpress_urls">Detected WordPress URLs</option>
|
||||
<option value="modified_crawl_list">Modified crawl list</option>
|
||||
<option value="discovered_urls">Discovered URLs during crawl</option>
|
||||
<option value="crawled_links">Crawled links</option>
|
||||
<option value="encountered_404s">404s encountered</option>
|
||||
<option value="export_log">Export log</option>
|
||||
</select>
|
||||
|
||||
<button id="reload_log_button" class="button-secondary">(Re)load log</button>
|
||||
|
||||
|
||||
|
||||
<div id="log_load_progress" class="pulsate-css" style="float:none;display:none;"></div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<textarea id="export_log_textarea" style="width:100%;min-height:300px;" disabled>
|
||||
Please select a log to view from the menu above
|
||||
</textarea>
|
||||
|
||||
|
||||
</div> <!-- end advanced settings -->
|
||||
|
||||
Reference in New Issue
Block a user