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