Changes between Version 1 and Version 2 of ZooWebSite/Demo/FormTools
- Timestamp:
- Dec 1, 2010, 11:55:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/FormTools
v1 v2 16 16 <div> 17 17 <div style="display: none;"> 18 <input type="file" id="Filedata" name="Filedata" >18 <input type="file" id="Filedata" name="Filedata" /> 19 19 </div> 20 20 </div> 21 21 </td> 22 22 <td> 23 <input type="text" id="txtFileName" disabled="true" class="qrinput" >23 <input type="text" id="txtFileName" disabled="true" class="qrinput" /> 24 24 <object width="61" height="22" class="swfupload" data="../swfupload-dist/swfupload.swf?preventswfcaching=1291199686110" type="application/x-shockwave-flash" id="SWFUpload_0"><param value="window" name="wmode"><param value="../swfupload-dist/swfupload.swf?preventswfcaching=1291199686110" name="movie"><param value="high" name="quality"><param value="false" name="menu"><param value="always" name="allowScriptAccess"><param value="movieName=SWFUpload_0&uploadURL=%2Fupload.php&useQueryString=false&requeueOnError=false&httpSuccess=&assumeSuccessTimeout=0&params=&filePostName=Filedata&fileTypes=*.odt&fileTypesDescription=OpenOffice%20Document%20Text%20(.odt)&fileSizeLimit=4%20MB&fileUploadLimit=100&fileQueueLimit=0&debugEnabled=false&buttonImageURL=%2Fimages%2FXPButtonUploadText_61x22.png&buttonWidth=61&buttonHeight=22&buttonText=&buttonTextTopPadding=0&buttonTextLeftPadding=0&buttonTextStyle=color%3A%20%23000000%3B%20font-size%3A%2016pt%3B&buttonAction=-110&buttonDisabled=false&buttonCursor=-1" name="flashvars"></object> 25 25 <div id="ustatus" style="display: none;"> … … 32 32 <td valign="top"><p>Select an outout format:</p></td> 33 33 <td> 34 <div id="runProcess">35 <select disable="true" id="format" class="select">34 <div id="runProcess"> 35 <select disable="true" id="format" class="select"> 36 36 <option value="doc">.doc</option> 37 38 <option value="rtf">.rtf</option> 39 <option value="pdf">.pdf</option> 40 </select> 41 </div> 42 </td> 43 </tr> 44 <tr> 37 <option value="rtf">.rtf</option> 38 <option value="pdf">.pdf</option> 39 </select> 40 </div> 41 </td> 42 </tr> 43 <tr> 45 44 <td valign="top"><p>Download your new document:</p><p style="display: none;" id="uloading">Loading, please wait ...</p></td> 46 45 47 46 <td> 48 <p><input type="buton" class="qrOK" value="OK" disable="true" id="QROK" onclick="try{runExportDocument();}catch(e){}" /> <a id="newdoc" href="#" style="display: none;" >test.pdf (9ko)</a></p>47 <p><input type="buton" class="qrOK" value="OK" disable="true" id="QROK" onclick="try{runExportDocument();}catch(e){}" /> <a id="newdoc" href="#" style="display: none;" />test.pdf (9ko)</a></p> 49 48 </td> 50 49 </tr> … … 67 66 <tbody><tr> 68 67 <td valign="top"><p>Enter any valid URL:</p></td> 69 <td><input type="text" id="qrinput" class="qrinput" ><br></td>68 <td><input type="text" id="qrinput" class="qrinput" /><br></td> 70 69 </tr> 71 70 <tr> 72 71 <td valign="top"><p>Get new QR code:</p></td> 73 <td><input type="buton" 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';" class="qrOK" value="OK" ></td>72 <td><input type="buton" 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';" class="qrOK" value="OK" /></td> 74 73 </tr> 75 74 <tr> 76 75 <td> 77 <center><img src="http://160.193.16.171/zoosoo/?request=Execute&service=WPS&version=1.0.0&Identifier=QREncode&DataInputs=Text=http://160.193.16.171/&RawDataOutput=QR" id="qr_output" ></center>76 <center><img src="http://160.193.16.171/zoosoo/?request=Execute&service=WPS&version=1.0.0&Identifier=QREncode&DataInputs=Text=http://160.193.16.171/&RawDataOutput=QR" id="qr_output" /></center> 78 77 </td> 79 78 </tr>