| OLD | NEW |
| 1 <section id="content"> | 1 <section id="content"> |
| 2 | 2 |
| 3 <template id="sourcesTemplate"> | 3 <template id="sourcesTemplate"> |
| 4 <button id="" class=source><img width=64 height=64 src=""></button> | 4 <button id="" class=source><img width=64 height=64 src=""></button> |
| 5 </template> | 5 </template> |
| 6 | 6 |
| 7 <div id="inputBitmapEnable"> | 7 <div id="inputBitmapEnable"> |
| 8 <input type="checkbox" id="enableSource" data-id="{{.Source}}"> | 8 <input type="checkbox" id="enableSource" data-id="{{.Source}}"> |
| 9 <label for="enableSource">Use an input bitmap</label> | 9 <label for="enableSource">Use an input bitmap</label> |
| 10 </div> | 10 </div> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 | 49 |
| 50 <button class="btn btn-default btn-lg" id='embedButton' {{if not .Hash}}styl
e="display:none;"{{end}}/>Embed</button> | 50 <button class="btn btn-default btn-lg" id='embedButton' {{if not .Hash}}styl
e="display:none;"{{end}}/>Embed</button> |
| 51 <input type="text" value="" id="embed" readonly style="display:none;"> | 51 <input type="text" value="" id="embed" readonly style="display:none;"> |
| 52 </div> | 52 </div> |
| 53 | 53 |
| 54 <p> | 54 <p> |
| 55 <img touch-action='none' class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}.
png{{end}}'/> | 55 <img touch-action='none' class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}.
png{{end}}'/> |
| 56 </p> | 56 </p> |
| 57 <p id='zoomHex'></p> | 57 <p id='zoomHex'></p> |
| 58 | 58 |
| 59 <h2>Warnings and Errors</h2> | 59 <div id="output-wrapper"> |
| 60 <pre id="output"></pre> | 60 <h2>Build Issues (click errors to jump to that line)</h2> |
| 61 <h2>Runtime output</h2> | 61 <pre id="output"></pre> |
| 62 <pre id="stdout"></pre> | 62 </div> |
| 63 | 63 |
| 64 </section> | 64 </section> |
| OLD | NEW |