OLD | NEW |
1 <style> | 1 <style> |
2 #import-view-command-line, | 2 #import-view-command-line, |
3 #import-view-user-comments { | 3 #import-view-user-comments { |
4 /* Wrap long lines inside of PREs */ | 4 /* Wrap long lines inside of PREs */ |
5 white-space: pre-wrap; | 5 white-space: pre-wrap; |
6 } | 6 } |
7 | 7 |
8 #import-view-load-status-text { | 8 #import-view-load-status-text { |
9 /* Wrap long lines inside of PREs */ | 9 /* Wrap long lines inside of PREs */ |
10 white-space: pre-wrap; | 10 white-space: pre-wrap; |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 <td><pre id=import-view-command-line></pre></td> | 54 <td><pre id=import-view-command-line></pre></td> |
55 </tr> | 55 </tr> |
56 <tr> | 56 <tr> |
57 <th>User comments</th> | 57 <th>User comments</th> |
58 <td><pre id=import-view-user-comments></pre></td> | 58 <td><pre id=import-view-user-comments></pre></td> |
59 </tr> | 59 </tr> |
60 </table> | 60 </table> |
61 </div> | 61 </div> |
62 <div> | 62 <div> |
63 <h2>Load data</h2> | 63 <h2>Load data</h2> |
64 <p><input type=file value="Load log from file" id=import-view-load-log-file
/></p> | 64 <p><input type=file value="Load log from file" id=import-view-load-log-file>
</p> |
65 <ul> | 65 <ul> |
66 <li><b>TIP</b>: Try drag-and-drop into this window!</li> | 66 <li><b>TIP</b>: Try drag-and-drop into this window!</li> |
67 </ul> | 67 </ul> |
68 <pre id=import-view-load-status-text></pre> | 68 <pre id=import-view-load-status-text></pre> |
69 </div> | 69 </div> |
70 </div> | 70 </div> |
OLD | NEW |