Changes between Version 2 and Version 3 of ZooWebSite/ZooDemo/Forms
- Timestamp:
- Apr 15, 2010, 2:00:10 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooDemo/Forms
v2 v3 1 1 {{{ 2 2 #!html 3 <div class="post">4 3 <h1 class="title">ZOO Demo: odt converter</h1> 5 4 <form id="form1" action="index.php" method="post" enctype="multipart/form-data"> … … 49 48 50 49 </form> 51 </div>52 50 53 51 <script> 54 /*$(document).ready(function(){52 $(document).ready(function(){ 55 53 $("select, input:checkbox, input:radio, input:file").uniform(); 56 54 }); 57 */58 55 </script> 59 56 60 <div class="post">61 57 <h2>Description</h2> 62 58 <p>The ZOO Doc converter demo is using OpenOffice Server to convert .odt documents on the fly.</p>