[cvs] eforum commit by ppilgrim: Register in CVS

JCorporate Ltd jcorp at jcorporate.com
Sat Jun 18 10:06:50 UTC 2005


Log Message:
-----------
Register in CVS

Added Files:
-----------
    eforum/src/expresso/components/eforum/galaxywarp/templates:
        standardLayout.jsp

Revision Data
-------------
--- /dev/null
+++ src/expresso/components/eforum/galaxywarp/templates/standardLayout.jsp
@@ -0,0 +1,275 @@
+<%--
+===========================================================================
+EFORUM STANDARD LAYOUT  DESIGN
+===========================================================================
+
+Created by Peter Pilgrim, Wed Mar 31 01:34:09 BST 2004
+Unless you know want you are doing ...
+
+		 +-------------------+
+		-+-   DO NOT EDIT!  -+-
+		 +-------------------+
+
+Wed Aug 20 17:45:07 GMT Daylight Time 2003
+
+--%>
+
+<%@ page language="java" errorPage="/expresso/error.jsp" %>
+<%@ page info="eForum Layout Design: A Tiles template" %>
+<%@ taglib uri="/WEB-INF/tld/expresso.tld"     prefix="expresso" %>
+<%@ taglib uri="/WEB-INF/tld/struts-tiles.tld" prefix="tiles" %>
+<%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="purelogic" %>
+<%@ taglib uri="/WEB-INF/tld/struts-bean.tld"  prefix="purebean" %>
+<%@ taglib uri="/WEB-INF/tld/struts-html.tld"  prefix="purehtml" %>
+<%@ taglib uri="/WEB-INF/tld/c.tld"            prefix="c" %>
+<%@ taglib uri="/WEB-INF/tld/c-rt.tld"         prefix="c_rt" %>
+<%@ taglib uri="/WEB-INF/tld/fmt.tld"          prefix="fmt" %>
+
+<!-- $Id: standardLayout.jsp,v 1.1 2005/06/18 10:06:48 ppilgrim Exp $ -->
+<html:html>
+<head>
+<title><tiles:getAsString name="page-title" /></title>
+
+<%-- 
+============================================================
+		Tiles Attributes
+============================================================
+
+`javascript'
+	specifies optional JavaScript that is inserted into the HTML 
+	Head element
+
+`onload-javascript'
+	specifies optional JavaScript that is inserted into the HTML 
+	Head element, specifically to handle webpage onload logic
+
+`bodytaginsert' 
+	specifies optional content to insert into the HTML Body tag. 
+	This attribute allows the `onload' and/or `unload' attribute 
+	to be defined externally of the template.
+
+`header'
+	Specifies the header content of the page
+
+`body-content'
+	Specifies the body content of the page
+
+`footer'
+	Specifies the footer content of the page
+
+`search-content'
+	Specifies the search content of the page
+
+--%>
+
+
+<%-- Optional area to insert arbitary javascript --%>
+<tiles:insert attribute="javascript" ignore="true" />
+
+<%-- Optional area to insert arbitary onload javascript --%>
+<tiles:insert attribute="onload-javascript" ignore="true" />
+
+<%-- Include the stylesheets --%>
+<expresso:stylesheet />
+<%-- <expresso:stylesheet component="eforum" /> --%>
+
+<%-- Redirect to the correct skin LAF stylesheet --%>
+<c:url value="/eforum/Skinner.do" var="eforumStylesheetUrl" >
+    <c:param name="state" value="dispatchInclude" />
+    <c:param name="page" value="/expresso/components/eforum/@SKIN_FOLDER@/eforum.css" />
+<c:url/>
+<link rel="StyleSheet" href='<c:out value="${eforumStylesheetUrl}">' type="text/css" media="screen, print">
+
+<%-- Load Jim Salyer's open source DHTML Menu --%>
+
+<script type="text/javascript" src='<c:url value="/expresso/components/eforum/javascript/jimmenu-v5.3/includes/browser.jsp" />' >
+
+/***********************************************
+* Jim's DHTML Menu v5.3- © Jim Salyer (jsalyer at REMOVETHISmchsi.com)
+* Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
+* This notice must stay intact for use
+***********************************************/
+
+</script>
+<%-- Load the DHTML Menu configuration --%>
+<script type="text/javascript" src='<c:url value="/expresso/components/eforum/javascript/menu-config.jsp" />'></script>
+<html:base/> 
+
+</head>
+
+<%-- The tiles "bodytaginsert" is a hook to allow "onPageLoad()" javascript to be entered --%>
+<body class="eforum-portalBackground" marginwidth="0" marginheight="0" leftmargin="10" rightmargin="10" topmargin="10" bottommargin="10"  <tiles:getAsString name="bodytaginsert" ignore="true" /> >
+
+
+
+<!-- ================================================================================ -->
+<!-- BEGIN OF GALAXY WARP LOOK AND FEEL                                               -->
+<!-- ================================================================================ -->
+
+<table width="100%" border="1" cellpadding="0" cellspacing="0">
+	<tr>
+ 		<td rowspan="9" width="49" >AA
+			<img src="images/spacer.gif" width="49" height="1" alt=""></td>
+		<td colspan="2" width="87" >
+			<img src="images/StarTrek_Look_and_Feel_02.gif" width=87 height=13 alt=""></td>
+		<td colspan="4" rowspan="6" align="left" valign="middle" >
+			<img src="images/spacer.gif" width="100%" height="1" alt="">
+			<!-- ============================================== -->
+			<!-- BEGINNING OF THE TOP TEXT AREA!                -->
+			<!-- ============================================== -->
+			     <%-- <tiles:insert attribute="bodytaginsert" ignore="true"/> --%>
+			<table border="1" cellspacing="0" cellpadding="0" width="100%" >
+			  <tr class="eforum-portalHeader" >
+			    <td align="left" valign="top" >
+			      <!-- Template: Header Page -->
+			      <tiles:insert attribute="header" />
+			    </td>
+			    <td align="left" valign="top"> &nbsp; <!-- Reserved for future --> </td>
+			    <td width="100%" align="left" valign="top"> &nbsp; <!-- Extendable Area  --> </td>
+			    <td align="right" valign="top" >
+			      <!-- Template: Search Content Page -->
+			      <tiles:insert attribute="search-content" />
+			    </td>
+			  </tr>
+			  <tr>
+			    <td colspan="4" height="24" >
+			      <!-- Template: Menu Page -->
+			      <tiles:insert attribute="menu" />
+			    </td>
+			  </tr>
+			  <tr>
+			</table>
+			<!-- ============================================== -->
+			<!-- END OF THE TOP TEXT AREA!                      -->
+			<!-- ============================================== -->
+
+		</td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" >
+			<img src="images/StarTrek_Look_and_Feel_04.gif" width=87 height=28 alt=""></td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" >
+			<img src="images/StarTrek_Look_and_Feel_05.gif" width=87 height=11 alt=""></td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" >
+			<img src="images/StarTrek_Look_and_Feel_06.gif" width=87 height=10 alt=""></td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" >
+			<img src="images/StarTrek_Look_and_Feel_07.gif" width=87 height=19 alt=""></td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" background="images/StarTrek_Look_and_Feel_08.gif" height="19" >
+			<img src="images/spacer.gif" width="87" height="1" alt="" ></td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" height="26" >
+			<img src="images/StarTrek_Look_and_Feel_09.gif" width=87 height=26 alt=""></td>
+		<td width="25" height="26" >
+			<img src="images/StarTrek_Look_and_Feel_10.gif" width=25 height=26 alt=""></td>
+		<td colspan="3" height="26" >
+			<img src="images/StarTrek_Look_and_Feel_11.gif" width="100%" height=26 alt=""></td>
+	</tr>
+	<tr>
+		<td width="44" height="36" >
+			<img src="images/StarTrek_Look_and_Feel_12.gif" width=44 height=36 alt=""></td>
+		<td width="43" height="36" >
+			<img src="images/StarTrek_Look_and_Feel_13.gif" width=43 height=36 alt=""></td>
+		<td width="25" height="36" >
+			<img src="images/StarTrek_Look_and_Feel_14.gif" width=25 height=36 alt=""></td>
+		<td height="36" >
+			<img src="images/StarTrek_Look_and_Feel_15.gif" width="100%" height=36 alt=""></td>
+		<td width="23" height="36" >
+			<img src="images/StarTrek_Look_and_Feel_16.gif" width=23 height=36 alt=""></td>
+		<td width="23" rowspan="2">BB
+			<img src="images/spacer.gif" width="23" height="1" alt=""></td>
+	</tr>
+	<tr>
+		<td colspan=5 height="19" >
+			<img src="images/StarTrek_Look_and_Feel_18.gif" width="100%" height=19 alt=""></td>
+	</tr>
+</table>
+
+
+<table width="100%" border="1" cellpadding="0" cellspacing="0">
+	<tr height="41" >
+ 		<td rowspan="9" width="49" >CC
+			<img src="images/spacer.gif" width="49" height="1" alt=""></td>
+		<td width="44" height="41" >
+			<img src="images/StarTrek_Look_and_Feel_19.gif" width=44 height=41 alt=""></td>
+		<td width="43" height="41" >
+			<img src="images/StarTrek_Look_and_Feel_20.gif" width=43 height=41 alt=""></td>
+		<td width="25" height="41" >
+			<img src="images/StarTrek_Look_and_Feel_21.gif" width=25 height=41 alt=""></td>
+		<td >
+			<img src="images/StarTrek_Look_and_Feel_22.gif" width="100%" height=41 alt=""></td>
+		<td width="23" height="41" >
+			<img src="images/StarTrek_Look_and_Feel_23.gif" width=23 height=41 alt=""></td>
+		<td width="23" rowspan="9">DD
+			<img src="images/spacer.gif" width="23" height="1" alt=""></td>
+	</tr>
+	<tr height="25">
+		<td width="44" height="25">
+			<img src="images/StarTrek_Look_and_Feel_24.gif" width=44 height=25 alt=""></td>
+		<td width="43" height="25">
+			<img src="images/StarTrek_Look_and_Feel_25.gif" width=43 height=25 alt=""></td>
+		<td width="25" height="25">
+			<img src="images/StarTrek_Look_and_Feel_26.gif" width=25 height=25 alt=""></td>
+		<td colspan="2" rowspan="1" align="left" valign="top" >EE
+			<img src="images/spacer.gif" width="100%" height=1 alt=""></td>
+	</tr>
+	<tr>
+		<td colspan="2" width="87" background="images/StarTrek_Look_and_Feel_28.gif" style="height: 100%; " >FF
+			<img src="images/spacer.gif" width="87" height="100%" alt=""></td>
+		<td rowspan="1" width="25" >AA
+			<img SRC="images/spacer.gif" width="25" height="100%" alt=""></td>
+		<td colspan="2" rowspan="1" align="left" valign="top" >GG
+			<img src="images/spacer.gif" width="100%" height=1 alt="">
+			<!-- ============================================== -->
+			<!-- BEGINNING OF THE BOTTOM TEXT AREA!             -->
+			<!-- ============================================== -->
+
+			<br>
+			<!-- Template: Body Content Page -->
+			<tiles:insert attribute="body-content" />
+			<br>
+
+			<!-- ============================================== -->
+			<!-- END OF THE BOTTOM TEXT AREA!                   -->
+			<!-- ============================================== -->
+                        </td>
+	</tr>
+	<tr height="33">
+		<td colspan=2 width="87" height="33" >
+			<img src="images/StarTrek_Look_and_Feel_30.gif" width=87 height=33 alt=""></TD>
+		<td><img src="images/spacer.gif" width="25" height="100%" alt=""></td>
+		<td colspan="2"><img src="images/spacer.gif" width="100%" height="1" alt=""></td>
+	</tr>
+	<tr height="18" >
+		<TD colspan=2 width="87" height="18" >
+			<img src="images/StarTrek_Look_and_Feel_31.gif" width=87 height=18 alt=""></TD>
+		<td><img src="images/spacer.gif" width="25" height="100%" alt=""></td>
+		<td colspan="2"><img src="images/spacer.gif" width="100%" height="1" alt=""></td>
+	</tr>
+</table>
+
+
+<table border="0" cellspacing="0" cellpadding="0" width="100%" >
+  <tr>
+    <td>
+      <!-- Template: Footer Page -->
+      <tiles:insert attribute="footer" />
+    </td>
+  </tr>
+</table>
+
+<!-- ================================================================================ -->
+<!-- END -->
+<!-- ================================================================================ -->
+
+</body>
+</html:html>
+<!-- Template: End -->


More information about the cvs mailing list