diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 09:35:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 09:35:09 +0000 |
commit | 6bf61dfa6b585db01b607a79bd64ec9c583a9c10 (patch) | |
tree | 78698101aa58d918568dfc0020650fc337e8d3e0 /vendor/chillerlan/php-qrcode/public/index.html | |
parent | 0e59cfb8390e4c6aee29ef73b53a4dc6b7fb581e (diff) | |
download | volse-hubzilla-6bf61dfa6b585db01b607a79bd64ec9c583a9c10.tar.gz volse-hubzilla-6bf61dfa6b585db01b607a79bd64ec9c583a9c10.tar.bz2 volse-hubzilla-6bf61dfa6b585db01b607a79bd64ec9c583a9c10.zip |
composer update and use the fixed streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
Diffstat (limited to 'vendor/chillerlan/php-qrcode/public/index.html')
-rw-r--r-- | vendor/chillerlan/php-qrcode/public/index.html | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/vendor/chillerlan/php-qrcode/public/index.html b/vendor/chillerlan/php-qrcode/public/index.html deleted file mode 100644 index d7bf6c891..000000000 --- a/vendor/chillerlan/php-qrcode/public/index.html +++ /dev/null @@ -1,163 +0,0 @@ -<!DOCTYPE html> -<html lang="en" > -<head > - <meta charset="UTF-8" > - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title >QR Code Generator</title > - <style > - body{ font-size: 20px; line-height: 1.4em; font-family: "Trebuchet MS", sans-serif; color: #000;} - input, textarea, select{font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 75%; line-height: 1.25em; border: 1px solid #aaa; } - input:focus, textarea:focus, select:focus{ border: 1px solid #ccc; } - label{ cursor: pointer; } - #qrcode-settings, div#qrcode-output{ text-align: center; } - div#qrcode-output > div {margin: 0;padding: 0;height: 3px;} - div#qrcode-output > div > span {display: inline-block;width: 3px;height: 3px;} - div#qrcode-output > div > span {background-color: lightgrey;} - </style > -</head > -<body > - -<form id="qrcode-settings" > - - <label for="inputstring" >Input String</label ><br /><textarea name="inputstring" id="inputstring" cols="80" rows="3" autocomplete="off" spellcheck="false"></textarea ><br /> - - <label for="version" >Version</label > - <input id="version" name="version" class="options" type="number" min="1" max="40" value="5" placeholder="version" /> - - <label for="maskpattern" >Mask Pattern</label > - <input id="maskpattern" name="maskpattern" class="options" type="number" min="-1" max="7" value="-1" placeholder="mask pattern" /> - - <label for="ecc" >ECC</label > - <select class="options" id="ecc" name="ecc" > - <option value="L" selected="selected" >L - 7%</option > - <option value="M" >M - 15%</option > - <option value="Q" >Q - 25%</option > - <option value="H" >H - 30%</option > - </select > - - <br /> - - <label for="quietzone" >Quiet Zone - <input id="quietzone" name="quietzone" class="options" type="checkbox" value="true" /> - </label > - - <label for="quietzonesize" >size</label > - <input id="quietzonesize" name="quietzonesize" class="options" type="number" min="0" max="100" value="4" placeholder="quiet zone" /> - - <br /> - - <label for="output_type" >Output</label > - <select class="options" id="output_type" name="output_type" > - <option value="html" >Markup - HTML</option > - <option value="svg" selected="selected" >Markup - SVG</option > - <option value="png">Image - png</option > - <option value="jpg" >Image - jpg</option > - <option value="gif" >Image - gif</option > - <option value="text" >String - text</option > - <option value="json" >String - json</option > - </select > - - <label for="scale" >scale</label > - <input id="scale" name="scale" class="options" type="number" min="1" max="10" value="5" placeholder="scale" /> - - <div>Finder</div> - <label for="m_finder_light" > - <input type="text" id="m_finder_light" name="m_finder_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_finder_dark" > - <input type="text" id="m_finder_dark" name="m_finder_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Alignment</div> - <label for="m_alignment_light" > - <input type="text" id="m_alignment_light" name="m_alignment_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_alignment_dark" > - <input type="text" id="m_alignment_dark" name="m_alignment_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Timing</div> - <label for="m_timing_light" > - <input type="text" id="m_timing_light" name="m_timing_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_timing_dark" > - <input type="text" id="m_timing_dark" name="m_timing_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Format</div> - <label for="m_format_light" > - <input type="text" id="m_format_light" name="m_format_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_format_dark" > - <input type="text" id="m_format_dark" name="m_format_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Version</div> - <label for="m_version_light" > - <input type="text" id="m_version_light" name="m_version_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_version_dark" > - <input type="text" id="m_version_dark" name="m_version_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Data</div> - <label for="m_data_light" > - <input type="text" id="m_data_light" name="m_data_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_data_dark" > - <input type="text" id="m_data_dark" name="m_data_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Dark Module</div> - <label for="m_darkmodule_light" > - <input disabled="disabled" type="text" id="m_darkmodule_light" class="options" value="" autocomplete="off" spellcheck="false" /> - </label > - <label for="m_darkmodule_dark" > - <input type="text" id="m_darkmodule_dark" name="m_darkmodule_dark" class="jscolor options" value="000000" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - - <div>Separator</div> - <label for="m_separator_light" > - <input type="text" id="m_separator_light" name="m_separator_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_separator_dark" > - <input disabled="disabled" type="text" id="m_separator_dark" class="options" value="" autocomplete="off" spellcheck="false" /> - </label > - - <div>Quiet Zone</div> - <label for="m_quietzone_light" > - <input type="text" id="m_quietzone_light" name="m_quietzone_light" class="jscolor options" value="ffffff" autocomplete="off" spellcheck="false" minlength="6" maxlength="6" /> - </label > - <label for="m_quietzone_dark" > - <input disabled="disabled" type="text" id="m_quietzone_dark" class="options" value="" autocomplete="off" spellcheck="false" /> - </label > - - <br /> - <button type="submit" >generate</button > -</form > -<div id="qrcode-output" ></div > - -<div><a href="https://play.google.com/store/apps/details?id=com.google.zxing.client.android" >ZXing Barcode Scanner</a ></div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/prototype/1.7.3/prototype.js" ></script > -<script src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.0.4/jscolor.js" ></script > -<script > - ((form, output, url) => { - - $(form).observe('submit', ev => { - Event.stop(ev); - - new Ajax.Request(url, { - method: 'post', - parameters: ev.target.serialize(true), - onUninitialized: $(output).update(), - onLoading: $(output).update('[portlandia_screaming.gif]'), - onFailure: response => $(output).update(response.responseJSON.error), - onSuccess: response => $(output).update(response.responseJSON.qrcode), - }); - - }); - })('qrcode-settings', 'qrcode-output', './qrcode.php'); -</script > - -</body > -</html >
\ No newline at end of file |