Add PHP templating

This commit is contained in:
Yarmo Mackenbach 2020-06-27 14:49:55 +02:00
parent 28c74ae5d5
commit c3af757bd0
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com"> <input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
<h3>Public Key (3: HKP server)</h3> <h3>Public Key (3: HKP server)</h3>
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/"> <input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint"> <input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint" value="%UID%">
<h3>Result</h3> <h3>Result</h3>
<textarea name="messageEncrypted" id="messageEncrypted" readonly></textarea> <textarea name="messageEncrypted" id="messageEncrypted" readonly></textarea>
<p id="result"></p> <p id="result"></p>

View file

@ -31,7 +31,7 @@
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com"> <input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
<h3>Public Key (3: HKP server)</h3> <h3>Public Key (3: HKP server)</h3>
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/"> <input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint"> <input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint" value="%UID%">
<h3>Result</h3> <h3>Result</h3>
<p id="result">Click on the button below.</p> <p id="result">Click on the button below.</p>
<p id="resultContent"></p> <p id="resultContent"></p>

View file

@ -33,7 +33,7 @@
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com"> <input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
<h3>Public Key (3: HKP server)</h3> <h3>Public Key (3: HKP server)</h3>
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/"> <input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint"> <input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint" value="%UID%">
<h3>Result</h3> <h3>Result</h3>
<p id="result">Click on the button below.</p> <p id="result">Click on the button below.</p>
<p id="resultContent"></p> <p id="resultContent"></p>