www-thermferm/simulator.php

changeset 397
00ca08f5a6f8
parent 262
d0014ccec615
child 553
4091d4fe217f
--- a/www-thermferm/simulator.php	Tue Sep 15 17:29:15 2015 +0200
+++ b/www-thermferm/simulator.php	Wed Sep 16 22:05:05 2015 +0200
@@ -339,6 +339,11 @@
     $outstr .= '      </table>'.PHP_EOL;
     $outstr .= '     </form>'.PHP_EOL;
     $outstr .= '    </div> <!-- etable -->'.PHP_EOL;
+    $outstr .= '    <script type="text/javascript">'.PHP_EOL;
+    $outstr .= '     $(document).ready(function () {'.PHP_EOL;
+    $outstr .= '      $("#maintenance").jqxButton({ width: 150, height: 25, theme: \'ui-redmond\' });'.PHP_EOL;
+    $outstr .= '     });'.PHP_EOL;
+    $outstr .= '    </script>'.PHP_EOL;
     $outstr .= build_footer();
     echo $outstr;
 }
@@ -424,6 +429,11 @@
     $outstr .= '     </form>'.PHP_EOL;
     $outstr .= '    </div> <!-- atable -->'.PHP_EOL;
 
+    $outstr .= '    <script type="text/javascript">'.PHP_EOL;
+    $outstr .= '     $(document).ready(function () {'.PHP_EOL;
+    $outstr .= '      $("#maintenance").jqxButton({ width: 150, height: 25, theme: \'ui-redmond\' });'.PHP_EOL;
+    $outstr .= '     });'.PHP_EOL;
+    $outstr .= '    </script>'.PHP_EOL;
     $outstr .= build_footer();
 
     echo $outstr;

mercurial