Author: agilliland
Date: Tue May 22 16:37:44 2007
New Revision: 540792

URL: http://svn.apache.org/viewvc?view=rev&rev=540792
Log:
something seems to have gotten out of wack with the previous revision and some 
files were deleted when they were supposed to be moved.


Added:
    roller/trunk/web/WEB-INF/jsps/tiles/banner.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/bannerStatus.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/css-nosidebar.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/css-sidebar.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/empty.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/footer.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/head.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/messages.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/search.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/tiles-errorpage.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/tiles-simplepage.jsp
    roller/trunk/web/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp

Added: roller/trunk/web/WEB-INF/jsps/tiles/banner.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/banner.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/banner.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/banner.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,17 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
\ No newline at end of file

Added: roller/trunk/web/WEB-INF/jsps/tiles/bannerStatus.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/bannerStatus.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/bannerStatus.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/bannerStatus.jsp Tue May 22 16:37:44 
2007
@@ -0,0 +1,66 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
+
+<div class="bannerStatusBox">
+    
+    <table class="bannerStatusBox" cellpadding="0" cellspacing="0">
+        <tr>
+            <td class="bannerLeft">
+                
+                <s:if test="authenticatedUser != null">
+                    <s:text name="mainPage.loggedInAs" />
+                    <a href="<s:url action="profile" namespace="/roller-ui" 
/>"><s:property value="authenticatedUser.userName"/></a>
+                </s:if>
+                
+                
+                <s:if test="actionWeblog != null">
+                    - <s:text name="mainPage.currentWebsite" />
+                    <b><a href='<s:property value="actionWeblog.absoluteURL" 
/>'>
+                            <s:property value="actionWeblog.handle" />
+                    </a></b>
+                    
+                </s:if>
+                
+            </td>
+            
+            <td class="bannerRight">
+                
+                <a href="<s:url value="/"/>"><s:property 
value="getProp('site.shortName')"/></a>
+                
+                | <a href="<s:url action="menu" namespace="/roller-ui" 
/>"><s:text name="mainPage.mainMenu" /></a>
+                
+                <s:if test="authenticatedUser != null">
+                    | <a href="<s:url action="logout" namespace="/roller-ui" 
/>"><s:text name="navigationBar.logout"/></a>
+                </s:if>
+                <s:else>
+                    | <a href="<s:url action="login-redirect" 
namespace="/roller-ui" />"><s:text name="navigationBar.login"/></a>
+                    
+                    <s:if test="getBooleanProp('users.registration.enabled')">
+                        | <a href="<s:url action="register" 
namespace="/roller-ui" />"><s:text name="navigationBar.register"/></a>
+                    </s:if>
+                    <s:elseif test="getProp('users.registration.url') != null">
+                        | <a href="<s:property 
value="getProp('users.registration.url')"/>"><s:text 
name="navigationBar.register"/></a>
+                    </s:elseif>
+                </s:else>
+                
+            </td>
+        </tr>
+    </table>
+    
+</div>

Added: roller/trunk/web/WEB-INF/jsps/tiles/css-nosidebar.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/css-nosidebar.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/css-nosidebar.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/css-nosidebar.jsp Tue May 22 16:37:44 
2007
@@ -0,0 +1,20 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+#centercontent_wrap {
+    width: 100%;
+}
\ No newline at end of file

Added: roller/trunk/web/WEB-INF/jsps/tiles/css-sidebar.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/css-sidebar.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/css-sidebar.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/css-sidebar.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,23 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+#centercontent_wrap {
+    width: 70%;
+}
+#rightcontent_wrap {
+    width: 29%;
+}
\ No newline at end of file

Added: roller/trunk/web/WEB-INF/jsps/tiles/empty.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/empty.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/empty.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/empty.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,17 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
\ No newline at end of file

Added: roller/trunk/web/WEB-INF/jsps/tiles/footer.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/footer.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/footer.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/footer.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,30 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
+
+Powered by <a href="http://www.rollerweblogger.org";>Apache Roller</a> 
+<%= org.apache.roller.business.RollerFactory.getRoller().getVersion() %> |
+
+<a href="http://opensource2.atlassian.com/projects/roller/";>
+    <s:text name="footer.reportIssue" /></a> | 
+
+<a 
href="http://cwiki.apache.org/confluence/display/ROLLER/Roller+User+Documentation";>
+    <s:text name="footer.userGuide" /></a> | 
+
+<a 
href="http://cwiki.apache.org/confluence/display/ROLLER/Roller+Mailing+Lists";>
+    <s:text name="footer.mailingLists" /></a>

Added: roller/trunk/web/WEB-INF/jsps/tiles/head.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/head.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/head.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/head.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,26 @@
+<%-- 
+This default stuff goes in the HTML head element of each page
+You can override it with your own file via WEB-INF/tiles-def.xml
+--%>
+<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
+
+<link rel="stylesheet" type="text/css" media="all" 
+    href='<s:url value="/roller-ui/styles/layout.css"/>'>
+<link rel="stylesheet" type="text/css" media="all" 
+    href='<s:url value="/roller-ui/styles/roller.css"/>'>   
+<link rel="stylesheet" type="text/css" media="all" 
+    href='<s:url value="/roller-ui/styles/menu.css"/>'>
+<link rel="stylesheet" type="text/css" media="all" 
+    href='<s:url value="/roller-ui/styles/calendar.css"/>'>
+
+<link rel="stylesheet" type="text/css" media="all" 
+    href="<%= request.getContextPath() %>/roller-ui/theme/<s:property 
value="getProp('editor.theme')"/>/colors.css" />
+
+<script type="text/javascript" 
+    src="<%= request.getContextPath() %>/theme/scripts/roller.js"></script>
+<script type="text/javascript" 
+    src='<s:url value="/roller-ui/scripts/calendar.js"/>'></script>
+<script type="text/javascript" 
+    src='<s:url value="/roller-ui/scripts/overlib.js"/>'>
+    <!-- overLIB (c) Erik Bosrup -->
+</script>

Added: roller/trunk/web/WEB-INF/jsps/tiles/messages.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/messages.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/messages.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/messages.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,49 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
+
+<script type="text/javascript">
+<!--
+function dirty() {
+    messages = document.getElementById("messages");
+    if (messages != null) {
+           messages.className = "warnings";
+           var n1 = messages.childNodes[0];
+           var n2 = document.createTextNode("Unsaved changes");
+           messages.replaceChild(n2, n1);
+    }
+}
+-->
+</script>
+
+<%-- Success Messages --%>
+<s:if test="!actionMessages.isEmpty">
+    <div id="messages" class="messages">
+        <s:actionmessage />
+    </div>
+</s:if>
+
+<%-- Error Messages --%>
+<s:if test="!actionErrors.isEmpty || !fieldErrors.isEmpty">
+    <div id="errors" class="errors">
+        <s:actionerror />
+        <s:iterator id="key" value="fieldErrors">
+            <s:property value="#key.value" />
+        </s:iterator>
+    </div>
+</s:if>

Added: roller/trunk/web/WEB-INF/jsps/tiles/search.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/search.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/search.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/search.jsp Tue May 22 16:37:44 2007
@@ -0,0 +1,53 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
+
+<div class="searchSidebarHead">
+    <div class="menu-tr">
+        <div class="menu-tl">
+           <h3>&nbsp;</h3>
+        </div>
+    </div>
+</div>
+
+<div class="searchSidebarBody">
+
+     <h3><s:text name="mainPage.searchWeblogs" /></h3>
+
+     <form id="searchForm" method="get"
+        action="<c:out value="${baseURL}" />/sitesearch.do"
+        style="margin: 0; padding: 0" onsubmit="return validateSearch(this)">
+        <input type="text" id="q" name="q" size="20"
+            maxlength="255" value="<c:out value="${param.q}" />" />
+        <input value="&nbsp;ยป&nbsp;" class="searchButton" type="submit">
+     </form>
+     <script type="text/javascript"> 
+        // <!--
+        function validateSearch(form) {
+            if (form.q.value == "") {
+                alert("Please enter a search term to continue.");
+                form.q.focus();
+                return false;
+            }
+            return true;
+        } 
+        // -->
+     </script>
+
+</div>
+

Added: roller/trunk/web/WEB-INF/jsps/tiles/tiles-errorpage.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/tiles-errorpage.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/tiles-errorpage.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/tiles-errorpage.jsp Tue May 22 16:37:44 
2007
@@ -0,0 +1,55 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ 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:text name="error" /></title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+        <tiles:insertAttribute name="head" />
+    </head>
+    <body>
+        
+        <div id="wrapper"> 
+            <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"> 
+                </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>
+</html>

Added: roller/trunk/web/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp Tue May 22 
16:37:44 2007
@@ -0,0 +1,65 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ 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"> 
+                </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 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>

Added: roller/trunk/web/WEB-INF/jsps/tiles/tiles-simplepage.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/tiles-simplepage.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/tiles-simplepage.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/tiles-simplepage.jsp Tue May 22 
16:37:44 2007
@@ -0,0 +1,65 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ 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"> 
+                </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 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>

Added: roller/trunk/web/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp?view=auto&rev=540792
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp (added)
+++ roller/trunk/web/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp Tue May 22 
16:37:44 2007
@@ -0,0 +1,69 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  under the Apache License, Version 2.0 (the "License"); you may not
+  use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+<%@ 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"> 
+                </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 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>


Reply via email to