Console: Fixup /imagegen text

This commit is contained in:
zzz
2017-07-19 14:43:51 +00:00
parent d4a139f215
commit 70393fd2d9

View File

@@ -15,10 +15,10 @@
<p>
This is the webapp that creates identification images. They can be found in the host list and
<a href="http://127.0.0.1:7657/susidns/details?h=i2p-projekt.i2p">hostname details section</a>
of the addressbook, in the <a href="http://127.0.0.1:7657/netdb?f=3">Sybils section</a> of
the network database, and you can generate a QR code for your .i2p named website or hidden
of the addressbook, and in the <a href="http://127.0.0.1:7657/netdb?f=3">Sybils section</a> of
the network database. You may generate a QR code for your .i2p named website or hidden
service in the edit section of the <a href="http://127.0.0.1:7657/i2ptunnelmgr">Tunnel Manager</a>.
You can use the tools below to generate arbitrary identicons, QR codes and "random art" images.
You may also use the tools below to generate arbitrary identicons, QR codes and "random art" images.
</p>
<h2>Identicons</h2>
@@ -27,7 +27,7 @@ You can use the tools below to generate arbitrary identicons, QR codes and "rand
<table cellspacing="10" align="center">
<tr>
<th colspan="4" class="title">Identicons for string: <i>planet.i2p</i></th>
<th colspan="4" class="title">Identicons for the hostname: <i>planet.i2p</i></th>
</tr>
<tr>
<th>16x16</th><th>32x32</th><th>64x64</th><th>256x256</th>
@@ -48,14 +48,14 @@ You can use the tools below to generate arbitrary identicons, QR codes and "rand
<form action="/imagegen/id" method="get" target="_blank">
<div class="formtitle">Identicon Generator</div>
<input type="text" name="c" required x-moz-errormessage="You need to provide some text for the image generation to work!" placeholder="text to encode" title="Enter text string for conversion">
<input type="text" name="c" required x-moz-errormessage="You must provide an I2P hostname for the image generation to work!" placeholder="I2P hostname to encode" title="Enter I2P hostname">
<select name="s" title="Select image output size">
<option value="16">16 by 16 pixels</option>
<option value="22">22 by 22 pixels</option>
<option value="32">32 by 32 pixels</option>
<option value="48">48 by 48 pixels</option>
<option value="64">64 by 64 pixels</option>
<option value="96">96 by 96 pixels</option>
<option value="96" selected="selected">96 by 96 pixels</option>
<option value="128">128 by 128 pixels</option>
<option value="256">256 by 256 pixels</option>
<option value="384">384 by 384 pixels</option>
@@ -71,7 +71,7 @@ You can use the tools below to generate arbitrary identicons, QR codes and "rand
<table cellspacing="10" align="center">
<tr>
<th colspan="3" class="title">QR Codes for string: <i>https://geti2p.net</i></th>
<th colspan="3" class="title">QR Codes for URL: <i>https://geti2p.net</i></th>
</tr>
<tr>
<th>128x128</th><th>160x160</th><th>256x256</th>
@@ -85,11 +85,11 @@ You can use the tools below to generate arbitrary identicons, QR codes and "rand
<form action="/imagegen/qr" method="get" target="_blank">
<div class="formtitle">QR Code Generator</div>
<input type="text" name="c" required x-moz-errormessage="You need to provide some text for the image generation to work!" placeholder="text to encode" title="Enter text string for conversion">
<input type="text" name="c" required x-moz-errormessage="You must provide a URL for the image generation to work!" placeholder="URL to encode" title="Enter URL">
<input type="text" name="t" placeholder="optional display text" title="Optional text to be displayed underneath the QR code">
<select name="s" title="Select image output size">
<option value="128">128 by 128 pixels</option>
<option value="160">160 by 160 pixels</option>
<option value="160" selected="selected">160 by 160 pixels</option>
<option value="256">256 by 256 pixels</option>
<option value="384">384 by 384 pixels</option>
<option value="512">512 by 512 pixels</option>
@@ -106,7 +106,7 @@ You can use the tools below to generate arbitrary identicons, QR codes and "rand
<table>
<tr>
<th colspan="2" class="title">Random Art for I2P address: <i>i2p-projekt.i2p</i></th>
<th colspan="2" class="title">Random Art for the hostname: <i>i2p-projekt.i2p</i></th>
</tr>
<tr>
<th>HTML Test</th><th>UTF-8 Text Test</th>
@@ -119,7 +119,7 @@ You can use the tools below to generate arbitrary identicons, QR codes and "rand
<form action="/imagegen/ra" method="get" target="_blank">
<div class="formtitle">Random Art Generator</div>
<input type="text" name="c" required x-moz-errormessage="You need to provide an I2P address for the image generation to work!" placeholder="[URL].i2p to encode" title="Enter I2P address for conversion">
<input type="text" name="c" required x-moz-errormessage="You must provide an I2P hostname for the image generation to work!" placeholder="I2P hostname to encode" title="Enter I2P hostname">
<input hidden="hidden" name="m" value="html">
<button>Create Random Art</button>
</form>