[jbosstools-commits] JBoss Tools SVN: r41030 - trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 15 13:46:57 EDT 2012


Author: akazakov
Date: 2012-05-15 13:46:57 -0400 (Tue, 15 May 2012)
New Revision: 41030

Modified:
   trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/htmldefault-templates.properties
Log:
https://issues.jboss.org/browse/JBIDE-11511 HTML5 jQuery Mobile Template

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/htmldefault-templates.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/htmldefault-templates.properties	2012-05-15 14:37:31 UTC (rev 41029)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/htmldefault-templates.properties	2012-05-15 17:46:57 UTC (rev 41030)
@@ -1,3 +1,3 @@
 Templates.html.jQueryMobile = HTML5 jQuery Mobile Page 
 Templates.html.jQueryMobile.desc = HTML5 jQuery Mobile Template
-Templates.html.jQueryMobile.content = <!DOCTYPE html> \n<html><head> \n	<title>jQuery Mobile Template</title> \n	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> \n	<meta name="viewport" \n		content="width=device-width, initial-scale=1, user-scalable=0" /> \n \n	<link rel="stylesheet" \n		href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" /> \n \n	<script type="text/javascript" \n		src="http://code.jquery.com/jquery-1.7.2.min.js"></script> \n	<script type="text/javascript" \n		src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script> \n	<script type="text/javascript"> \n		$$(document).on("pageinit", function(event){ \n			alert("Ready To Go"); \n 		}); \n	</script> \n</head> \n \n<body> \n	<div data-role="page" id="page1"> \n		<div data-role="header"> \n			<h1>jQuery Mobile</h1> \n		</div> \n \n		<div data-role="content"> \n			<ul id="listOfItems" data-role="listview" data-inset="true" \n				data-filter="true"> \n!
 				<li><a href="">One</a></li> \n				<li><a href="">Two</a></li> \n				<li><a href="">Three</a></li> \n			</ul> \n		</div> \n \n		<div data-role="footer"> \n			<h4>www.jboss.org/developer</h4> \n		</div> \n \n	</div> \n</body> \n</html> \n
\ No newline at end of file
+Templates.html.jQueryMobile.content = <!DOCTYPE html> \n<html> \n<head> \n	<title>jQuery Mobile Template</title> \n	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> \n	<meta name="viewport" \n		content="width=device-width, initial-scale=1" /> \n	<link rel="stylesheet" \n		href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" /> \n	<script type="text/javascript" \n		src="http://code.jquery.com/jquery-1.7.1.min.js"></script> \n	<script type="text/javascript" \n		src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script> \n	<script type="text/javascript"> \n		$$(document).on("pageinit", "#page1", function(event){ \n			alert("Ready To Go"); \n		}); \n	</script> \n</head> \n<body> \n	<div data-role="page" id="page1"> \n		<div data-role="header"> \n			<h1>jQuery Mobile</h1> \n		</div> \n		<div data-role="content"> \n			<ul id="listOfItems" data-role="listview" data-inset="true" \n				data-filter="true"> \n				<li><a href="!
 ">One</a></li> \n				<li><a href="">Two</a></li> \n				<li><a href="">Three</a></li> \n			</ul> \n		</div> \n		<div data-role="footer"> \n			<h4>www.jboss.org/developer</h4> \n		</div> \n	</div> \n</body> \n</html>
\ No newline at end of file



More information about the jbosstools-commits mailing list