Sha256: a80b53515f632c7590cb2a39c6bc10fa5290e53ae5cd79a14a47168e841a41b9
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 Bytes
Contents
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %> <!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/stylesheets.css"/> <decorator:head/> </head> <body> <decorator:body/> <script type="text/javascript" src="${pageContext.request.contextPath}/javascripts/jquery.min.js"/></script> <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.1.0 | lib/vraptor-scaffold/generators/app_generator/templates/jsp/main.jsp |