Changes between Version 1 and Version 2 of ZooWebSite/ZooDemo/Forms
- Timestamp:
- Apr 15, 2010, 1:57:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooDemo/Forms
v1 v2 1 = ZOO Demo: odt converter =2 3 1 {{{ 4 2 #!html 5 3 <div class="post"> 4 <h1 class="title">ZOO Demo: odt converter</h1> 6 5 <form id="form1" action="index.php" method="post" enctype="multipart/form-data"> 7 6 <table class="docConverter"> … … 17 16 <td> 18 17 <input type="text" class="qrinput" disabled="true" id="txtFileName" /> 18 19 19 <span id="spanButtonPlaceHolder"></span> 20 20 <div style="display:none" id="ustatus"> … … 30 30 <select class="select" id="format" disable="true"> 31 31 <option value='doc'>.doc</option> 32 <option value='rtf'>.rtf</option> 33 <option value='pdf'>.pdf</option> 34 </select> 35 </div> 36 </td> 37 </tr> 38 <tr> 39 <td valign="top"><p>Download your new document:</p><p id="uloading" style="display: none">Loading, please wait ...</p></td> 40 <td> 41 <p><input onclick="try{runExportDocument();}catch(e){}" id="QROK" disable="true" type="buton" value="OK" class="qrOK" />  <a style="display:none" href="#" id="newdoc">test.pdf (9ko)</a></p> 42 </td> 43 </tr> 44 </table> 32 33 <option value='rtf'>.rtf</option> 34 <option value='pdf'>.pdf</option> 35 </select> 36 </div> 37 </td> 38 </tr> 39 <tr> 40 41 <td valign="top"><p>Download your new document:</p><p id="uloading" style="display: none">Loading, please wait ...</p></td> 42 43 <td> 44 <p><input onclick="try{runExportDocument();}catch(e){}" id="QROK" disable="true" type="buton" value="OK" class="qrOK" />  <a style="display:none" href="#" id="newdoc">test.pdf (9ko)</a></p> 45 </td> 46 </tr> 47 48 </table> 49 45 50 </form> 46 51 </div> … … 117 122 <td valign="top"><p>Get new QR code:</p></td> 118 123 <td><input type="buton" value="OK" class="qrOK" onclick="document.getElementById('qr_output').src='http://160.193.16.171/zoosoo/?request=Execute&service=WPS&version=1.0.0&Identifier=QREncode&DataInputs=Text='+document.getElementById('qrinput').value+'&RawDataOutput=QR';" /></td> 124 119 125 </tr> 120 126 <tr>