Author: agilliland
Date: Wed May 2 09:48:48 2007
New Revision: 534540
URL: http://svn.apache.org/viewvc?view=rev&rev=534540
Log:
reformatting so that things look nice and pretty ;)
Modified:
roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-mainmenupage.jsp
roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-simplepage.jsp
roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-tabbedpage.jsp
Modified: roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-mainmenupage.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-mainmenupage.jsp?view=diff&rev=534540&r1=534539&r2=534540
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-mainmenupage.jsp
(original)
+++ roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-mainmenupage.jsp Wed May
2 09:48:48 2007
@@ -18,47 +18,48 @@
<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title><s:property value="getProp('site.shortName')"/>: <s:property
value="pageTitle" /></title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<tiles:insertAttribute name="head" />
-<style type="text/css">
-<tiles:insertAttribute name="styles" />
-</style>
-</head>
-<body>
-
-<div id="banner">
- <tiles:insertAttribute name="bannerStatus" />
-</div>
-
-<div id="content">
- <div id="leftcontent_wrap">
- <div id="leftcontent">
+ <head>
+ <title><s:property value="getProp('site.shortName')"/>: <s:property
value="pageTitle" /></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <tiles:insertAttribute name="head" />
+ <style type="text/css">
+ <tiles:insertAttribute name="styles" />
+ </style>
+ </head>
+ <body>
+
+ <div id="banner">
+ <tiles:insertAttribute name="bannerStatus" />
</div>
- </div>
-
- <div id="centercontent_wrap">
- <div id="centercontent">
- <h1><s:property value="pageTitle" /></h1>
- <tiles:insertAttribute name="messages" />
- <tiles:insertAttribute name="content" />
+
+ <div id="content">
+ <div id="leftcontent_wrap">
+ <div id="leftcontent">
+ </div>
+ </div>
+
+ <div id="centercontent_wrap">
+ <div id="centercontent">
+ <h1><s:property value="pageTitle" /></h1>
+ <tiles:insertAttribute name="messages" />
+ <tiles:insertAttribute name="content" />
+ </div>
+ </div>
+
+ <div id="rightcontent_wrap">
+ <div id="rightcontent">
+ <tiles:insertAttribute name="sidebar" />
+ </div>
+ </div>
</div>
- </div>
-
- <div id="rightcontent_wrap">
- <div id="rightcontent">
- <tiles:insertAttribute name="sidebar" />
+
+ <div id="footer">
+ <tiles:insertAttribute name="footer" />
</div>
- </div>
-</div>
-
-<div id="footer">
- <tiles:insertAttribute name="footer" />
-</div>
-
-<div id="datetagdiv"
-
style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
-</div>
-</body>
+
+ <div id="datetagdiv"
+
style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
+ </div>
+ </body>
</html>
Modified: roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-simplepage.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-simplepage.jsp?view=diff&rev=534540&r1=534539&r2=534540
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-simplepage.jsp (original)
+++ roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-simplepage.jsp Wed May 2
09:48:48 2007
@@ -18,47 +18,48 @@
<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title><s:property value="getProp('site.shortName')"/>: <s:property
value="pageTitle" /></title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<tiles:insertAttribute name="head" />
-<style type="text/css">
-<tiles:insertAttribute name="styles" />
-</style>
-</head>
-<body>
-
-<div id="banner">
- <tiles:insertAttribute name="banner" />
- <tiles:insertAttribute name="bannerStatus" />
-</div>
-
-<div id="wrapper">
- <div id="leftcontent_wrap">
- <div id="leftcontent">
+ <head>
+ <title><s:property value="getProp('site.shortName')"/>: <s:property
value="pageTitle" /></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <tiles:insertAttribute name="head" />
+ <style type="text/css">
+ <tiles:insertAttribute name="styles" />
+ </style>
+ </head>
+ <body>
+
+ <div id="banner">
+ <tiles:insertAttribute name="banner" />
+ <tiles:insertAttribute name="bannerStatus" />
</div>
- </div>
-
- <div id="centercontent_wrap">
- <div id="centercontent">
- <h1><s:property value="pageTitle" /></h1>
- <tiles:insertAttribute name="messages" />
- <tiles:insertAttribute name="content" />
+
+ <div id="wrapper">
+ <div id="leftcontent_wrap">
+ <div id="leftcontent">
+ </div>
+ </div>
+
+ <div id="centercontent_wrap">
+ <div id="centercontent">
+ <h1><s:property value="pageTitle" /></h1>
+ <tiles:insertAttribute name="messages" />
+ <tiles:insertAttribute name="content" />
+ </div>
+ </div>
+
+ <div id="rightcontent_wrap">
+ <div id="rightcontent">
+ </div>
+ </div>
</div>
- </div>
-
- <div id="rightcontent_wrap">
- <div id="rightcontent">
+
+ <div id="footer">
+ <tiles:insertAttribute name="footer" />
</div>
- </div>
-</div>
-
-<div id="footer">
- <tiles:insertAttribute name="footer" />
-</div>
-
-<div id="datetagdiv"
-
style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
-</div>
-</body>
+
+ <div id="datetagdiv"
+
style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
+ </div>
+ </body>
</html>
Modified: roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-tabbedpage.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-tabbedpage.jsp?view=diff&rev=534540&r1=534539&r2=534540
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-tabbedpage.jsp (original)
+++ roller/trunk/web/WEB-INF/jsps/tiles/struts2/tiles-tabbedpage.jsp Wed May 2
09:48:48 2007
@@ -18,51 +18,52 @@
<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title><s:property value="getProp('site.shortName')"/>: <s:property
value="pageTitle" /></title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<tiles:insertAttribute name="head" />
-<style type="text/css">
-<tiles:insertAttribute name="styles" />
-</style>
-</head>
-<body>
-
-<div id="banner">
- <tiles:insertAttribute name="bannerStatus" />
-</div>
-
-<div id="menu">
- <h1><s:property value="pageTitle" /></h1>
- <tiles:insertAttribute name="menu" />
-</div>
-
-<div id="content">
- <div id="leftcontent_wrap">
- <div id="leftcontent">
+ <head>
+ <title><s:property value="getProp('site.shortName')"/>: <s:property
value="pageTitle" /></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <tiles:insertAttribute name="head" />
+ <style type="text/css">
+ <tiles:insertAttribute name="styles" />
+ </style>
+ </head>
+ <body>
+
+ <div id="banner">
+ <tiles:insertAttribute name="bannerStatus" />
</div>
- </div>
-
- <div id="centercontent_wrap">
- <div id="centercontent">
- <tiles:insertAttribute name="messages" />
- <tiles:insertAttribute name="content" />
+
+ <div id="menu">
+ <h1><s:property value="pageTitle" /></h1>
+ <tiles:insertAttribute name="menu" />
</div>
- </div>
-
- <div id="rightcontent_wrap">
- <div id="rightcontent">
- <tiles:insertAttribute name="sidebar" />
+
+ <div id="content">
+ <div id="leftcontent_wrap">
+ <div id="leftcontent">
+ </div>
+ </div>
+
+ <div id="centercontent_wrap">
+ <div id="centercontent">
+ <tiles:insertAttribute name="messages" />
+ <tiles:insertAttribute name="content" />
+ </div>
+ </div>
+
+ <div id="rightcontent_wrap">
+ <div id="rightcontent">
+ <tiles:insertAttribute name="sidebar" />
+ </div>
+ </div>
</div>
- </div>
-</div>
-
-<div id="footer">
- <tiles:insertAttribute name="footer" />
-</div>
-
-<div id="datetagdiv"
-
style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
-</div>
-</body>
+
+ <div id="footer">
+ <tiles:insertAttribute name="footer" />
+ </div>
+
+ <div id="datetagdiv"
+
style="position:absolute;visibility:hidden;background-color:white;layer-background-color:white;">
+ </div>
+ </body>
</html>