r1800 - trunk/demos

r1800 - trunk/demos


Author: paul.bakaus
Date: Mon Jan 26 05:46:41 2009
New Revision: 1800
Modified:
trunk/demos/index.html
Log:
demos: removed php code from index.html (was breaking doctype in IE!)
Modified: trunk/demos/index.html
==============================================================================
--- trunk/demos/index.html    (original)
+++ trunk/demos/index.html    Mon Jan 26 05:46:41 2009
@@ -1,4 +1,3 @@
-<?php if(!isset($plain)) { ?>
<!doctype html>
<html lang="en">
<head>
@@ -228,7 +227,6 @@
    </script>
</head>
<body>
-<?php } ?>
<table class="layout-grid" cellspacing="0" cellpadding="0">
    <tr>
@@ -257,20 +255,16 @@
        <td class="normal">
            <div class="normal">
-                    <?php if(isset($plain) && $content) { echo $content; } else { ?>
                    <h3>Instructions</h3>
                    


                        These demos showcase some common uses of each jQuery UI plugin.
Simply copy and paste code from the demos to get started. Have fun playing
with them.
                    




                
-                    <?php } ?>
            </div>
        </td>
    </tr>
</table>
-<?php if(!isset($plain)) { ?>
</body>
</html>
-<?php } ?>