| 1 | = Papywizard preset converter = |
| 2 | |
| 3 | This form convert an output data file to a '''{{{presets.xml}}}''' file. |
| 4 | |
| 5 | {{{ |
| 6 | #!html |
| 7 | <form action="http://www.gbiloba.org/papywizard.py" method="POST" enctype="multipart/form-data" name="xslt" id="xsltForm"> |
| 8 | <strong>Data file : </strong><br /> |
| 9 | <input type="file" size="65" name="xmlFile" /><br /> |
| 10 | <br /> |
| 11 | <strong>Name : </strong><br /> |
| 12 | <input type="entry" size="25" name="presetName" /><br /> |
| 13 | <br /> |
| 14 | <strong><em>Tooltip</em> :</strong><br /> |
| 15 | <textarea rows="10" cols="25" name="presetTooltip"></textArea><br /> |
| 16 | <br /> |
| 17 | <input type="submit" value="Convert" /> |
| 18 | </form> |
| 19 | }}} |