Author: rgardler
Date: Wed Dec  5 15:29:38 2012
New Revision: 1417480

URL: http://svn.apache.org/viewvc?rev=1417480&view=rev
Log:
enable the tiled view in the twoColumn template

Modified:
    wookie/trunk/widgets/templates/twoColumn/index.html

Modified: wookie/trunk/widgets/templates/twoColumn/index.html
URL: 
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/twoColumn/index.html?rev=1417480&r1=1417479&r2=1417480&view=diff
==============================================================================
--- wookie/trunk/widgets/templates/twoColumn/index.html (original)
+++ wookie/trunk/widgets/templates/twoColumn/index.html Wed Dec  5 15:29:38 2012
@@ -21,9 +21,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1">
 
-<link rel="stylesheet" 
href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css"; />
-<link rel="stylesheet" href="style/all.css" />
-
+${content.styles}
 ${content.scripts}
 
 <title>${widget.name}</title>
@@ -50,6 +48,9 @@ ${content.scripts}
     </div>
   </div>
 
+  <div data-role="page" id="tile">
+    ${content.tile}
+  </div><!-- /page -->
 
   <div data-role="dialog" id="help">
     <div data-role="header">


Reply via email to