Sha256: d25313d918bbbb75ca355e2e0690c7e7b3d14375ee4515cc7b50158519ebb049
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
<% sitemesh_directive = "<%@ taglib uri=\"http://www.opensymphony.com/sitemesh/decorator\" prefix=\"decorator\" %\>" %><%= sitemesh_directive %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><decorator:title default="Vraptor Scaffold"/></title> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/stylesheets/application.css"/> <decorator:head/> </head> <body> <decorator:body/> <% jquery_file = File.join(destination_root, Configuration::WEB_APP, "javascripts", "jquery.min.js") if (File.exists?(jquery_file)) %><script type="text/javascript" src="${pageContext.request.contextPath}/javascripts/jquery.min.js"></script> <% end %><script type="text/javascript" src="${pageContext.request.contextPath}/javascripts/application.js"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vraptor-scaffold-1.3.0 | lib/vraptor-scaffold/generators/app/templates/jsp/main.jsp.erb |