Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>this is a fully working html file.. you can look what it does, it's pretty simple</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"&gt; &lt;head&gt; &lt;title&gt;h4kr.com&lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;meta http-equiv="Content-Language" content="de" /&gt; &lt;meta http-equiv="Content-Style-Type" content="text/css" /&gt; &lt;link rel="shortcut icon" href="/favicon.ico" /&gt; &lt;style type="text/css"&gt; body { font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; } .error-msg { font-size: 12px; margin: 10px; padding: 10px; color: #ffffff; border: 1px solid #000000; background-color: #990000; font-weight: bold; } textarea { width: 450px; height: 200px; border: 1px solid #669966; padding: 5px; } #output { height: 200px; width: 99%; border: 1px solid #669966; padding: 5px; overflow: auto; } #outputContent { font-size: 13px; } button { width: 450px; height: 40px; } span.label { width: 140px; display: block; float: left; } span.hidden { display: none; } div#clipboardcontent{ display:none; } div#copyclipboardsuccess{ position: absolute; top: 400px; left: 20px; border: 1px solid #000000; background-color: #009900; color: #ffffff; font-weight: bold; font-size: 18px; padding: 20px; width: 300px; height: 60px; text-align: center; opacity: 0.5; z-index: 9999; } div#errormsg{ position: absolute; top: 150px; left: 20px; border: 1px solid #000000; background-color: #990000; color: #ffffff; font-weight: bold; font-size: 18px; padding: 20px; width: 300px; height: 60px; text-align: center; opacity: 0.5; z-index: 9999; } &lt;/style&gt; &lt;script type="text/javascript" src="ZeroClipboard.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; ZeroClipboard.setMoviePath( 'ZeroClipboard.swf' ); var clip = null; function init() { clip = new ZeroClipboard.Client(); clip.setHandCursor( true ); clip.addEventListener('load', function (client) { }); clip.addEventListener('mouseOver', function (client) { // update the text on mouse over clip.setText( document.getElementById('clipboardcontent').innerHTML ); }); clip.addEventListener('onComplete', function (client) { copyclipboardsuccess(); }); clip.glue( 'd_clip_button','d_clip_container'); } function copyclipboardsuccess() { var o = document.getElementById('copyclipboardsuccess'); if(o.style.display == 'none') { o.style.display = 'block'; setTimeout(copyclipboardsuccess,1000); } else { o.style.display = 'none'; } } function errormsg() { var o = document.getElementById('errormsg'); if(o.style.display == 'none') { o.style.display = 'block'; setTimeout(errormsg,2500); } else { o.style.display = 'none'; } } &lt;/script&gt; &lt;/head&gt; &lt;body onload="init();"&gt; &lt;h1&gt;h4kr.com&lt;/h1&gt;&lt;div id="errormsg" style="display:none"&gt;Error!&lt;/div&gt;&lt;div id="copyclipboardsuccess" style="display:none"&gt;Copied to clipboard!&lt;/div&gt;&lt;form id="form_cid" method="POST" target="output"&gt;&lt;h2&gt;Input&lt;/h2&gt;&lt;textarea id="input_list" name="input_list"&gt;&lt;/textarea&gt;&lt;br/&gt;&lt;button type="submit" value="go"&gt;Go&lt;/button&gt;&lt;/form&gt; &lt;h2&gt;Output&lt;/h2&gt; &lt;iframe src="about:blank" name="output" id="output"&gt;&lt;/iframe&gt; &lt;div id="d_clip_container" style="position:relative"&gt; &lt;button id="d_clip_button"&gt;Copy to clipboard&lt;/button&gt; &lt;/div&gt; &lt;div id="clipboardcontent"&gt;&lt;/div&gt; &lt;/body&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload