| <style> |
| #import-view-command-line, |
| #import-view-user-comments { |
| /* Wrap long lines inside of PREs */ |
| white-space: pre-wrap; |
| } |
| |
| #import-view-load-status-text { |
| /* Wrap long lines inside of PREs */ |
| white-space: pre-wrap; |
| } |
| |
| .import-view-pending-log { |
| color: blue; |
| font-weight: bold; |
| } |
| |
| .import-view-success-log { |
| color: green; |
| font-weight: bold; |
| } |
| |
| .import-view-error-log { |
| color: red; |
| padding: 5px; |
| border: 1px solid red; |
| } |
| |
| .import-view-warning-log { |
| color: red; |
| } |
| |
| </style> |
| |
| <div id=import-view-tab-content class=content-box> |
| |
| <div id=import-view-loaded-div style="display: none"> |
| <h2>Data Loaded</h2> |
| <table class=styled-table> |
| <tr> |
| <th>Export date</th> |
| <td id=import-view-export-date></td> |
| </tr> |
| <tr> |
| <th>Build</th> |
| <td id=import-view-build-name></td> |
| </tr> |
| <tr> |
| <th>OS type</th> |
| <td id=import-view-os-type></td> |
| </tr> |
| <tr> |
| <th>Command line</th> |
| <td><pre id=import-view-command-line></pre></td> |
| </tr> |
| <tr> |
| <th>User comments</th> |
| <td><pre id=import-view-user-comments></pre></td> |
| </tr> |
| </table> |
| </div> |
| <div> |
| <h2>Load data</h2> |
| <p><input type=file value="Load log from file" id=import-view-load-log-file></p> |
| <ul> |
| <li><b>TIP</b>: Try drag-and-drop into this window!</li> |
| </ul> |
| <pre id=import-view-load-status-text></pre> |
| </div> |
| </div> |