File: /www/wwwroot/www.scdc-marine.com/wp-content/plugins/Static-Html-Output/views/tab_logs.phtml
<div class="export_logs" style="display:none;">
<!-- 日志: -->
<br>
<select id="log_switcher">
<option value="">选择要查看的日志:</option>
<option value="detected_wordpress_urls">检测 WordPress 系统提供原始 URL </option>
<option value="modified_crawl_list">Modified crawl list 经过过滤 或添加设置后的爬站 URL 列表</option>
<option value="discovered_urls">Discovered URLs during crawl 爬网期间发现的所有 URL 路径(网站中存在的 URL 地址)</option>
<option value="crawled_links">Crawled links 爬网的链接(包含主题 静态文件路径 )</option>
<option value="encountered_404s">404s encountered 遇到的404页面</option>
<option value="export_log">Export log 导出的日志</option>
</select>
<button id="reload_log_button" class="button-secondary">重新载入日志</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;padding:12px;" disabled>
请从上面的菜单中选择要查看的日志...
</textarea>
</div> <!-- end advanced settings -->