Revert revision 11855 as called on march 30 / dropping credits is not proper on open source

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979336
This commit is contained in:
Carlos Ruiz 2010-06-13 23:39:45 +00:00
parent b2739ece5a
commit 74d125cdaa
44 changed files with 295 additions and 11 deletions

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
version="5">
<display-name>ADempiere Web Store</display-name>
<display-name>Adempiere Web Store</display-name>
<module>
<java>AdempiereSLib.jar</java>

View File

@ -1,3 +1,10 @@
<%--
- Author: Jorg Janke
- Version: $Id: footer.jspf,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
- - -
- Web Store Footer
--%>
<div id="footer">
<div id="footerParam4"><c:out value='${ctx.webParam4}' escapeXml='false'/>&nbsp;</div>
<div id="footerParam5"><c:out value='${ctx.webParam5}' escapeXml='false'/>&nbsp;</div>

View File

@ -1,3 +1,10 @@
<%--
- Author: Jorg Janke
- Version: $Id: head.jspf,v 1.4 2006/05/09 01:04:19 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
- - -
- Web Store Head
--%>
<link href="<c:out value='${ctx.Stylesheet}.css'/>" rel="stylesheet" type="text/css"/>
<!--[if IE 6]>
<link href="<c:out value='${ctx.Stylesheet}-ie6.css'/>" rel="stylesheet" type="text/css"/>
@ -10,4 +17,4 @@
<script src="/adempiere/wstore.js" language="JavaScript" type="text/JavaScript"></script>
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="description" content="ADempiere Web Store"/>
<meta name="description" content="Adempiere Web Store"/>

View File

@ -1,7 +1,14 @@
<%--
- Author: Jorg Janke
- Version: $Id: header.jspf,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2005 Jorg Janke
- - -
- Web Store Header
--%>
<div id="header">
<div id="headerIcon">
<a href="http://<c:out value='${pageContext.request.serverName}'/>/">
<img src="<c:out value='${ctx.webParam1}' default='AdempiereERP.gif'/>" alt="ADempiere - 2005-2010" /></a>
<img src="<c:out value='${ctx.webParam1}' default='AdempiereERP.gif'/>" alt="Adempiere - 1999-2007" /></a>
</div>
<div id="headerMenu">
<a class="menuMain" href="help.jsp">

View File

@ -1,5 +1,12 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: addressInfo.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Address Info
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Address Info</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=advertisements.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: advertisements.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Advertisements
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Advertisements</title>

View File

@ -1,5 +1,12 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: allAds.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Advertisements
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - All Ads</title>

View File

@ -10,6 +10,13 @@
<%--<c:redirect url='emailVerify.jsp?ForwardTo=assets.jsp'/>--%>
<%--</c:if>--%>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: assets.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Assets
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Assets</title>

View File

@ -1,5 +1,12 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: basket.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Basket
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Basket</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=invoices.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: commissionRuns.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Invoices
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Commissions</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=invoices.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: commissionedInvoices.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Invoices
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Commissioned Invoices</title>

View File

@ -3,6 +3,14 @@
<c:redirect url='loginServlet'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: confirm.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Confirmation
- webOrder, webUser, payment
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Payment Confirmation</title>

View File

@ -1,12 +1,12 @@
<html>
<head>
<title>ADempiere Web Store Customize</title>
<title>Adempiere Web Store Custimize</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>Customize your Web Store</h1>
<p><font size="1">
<h1>Custimize your Web Store</h1>
<p><font size="1">$Id: customize.html,v 1.1 2006/04/21 18:07:56 jjanke Exp $
</font></p>
<p>This application creates the web store for AD_Client_ID=11 (GardenWorld)

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=emailVerify.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: emailVerify.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Assets
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Verify EMail</title>

View File

@ -1,12 +1,12 @@
<%@ page isErrorPage="true" %>
<html>
<head>
<title>ADempiere Error</title>
<title>Adempiere Error</title>
<link href="standard.css" rel="stylesheet" type="text/css"/>
</head>
<body><div id="page">
<h1>ADempiere System Error</h1>
<p>Sorry, an error occurred. If the error persists, please inform us.</p>
<h1>Adempiere System Error</h1>
<p>Sorry, an error occured. If the error persists, please inform us.</p>
<p>Error Message:</p>
<pre><font color="red">
<%= exception.getMessage() %>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=expenses.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id$
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
- - -
- Web Store Expenses
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Expense</title>

View File

@ -6,6 +6,13 @@
<c:redirect url='expenses.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id$
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
- - -
- Web Store Expenses
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Expense</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=expenses.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: expenses.jsp,v 1.9 2006/05/26 20:06:25 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
- - -
- Web Store Expenses
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Expenses</title>

View File

@ -1,6 +1,13 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<cws:priceList priceList_ID="0"/>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: help.jsp,v 1.3 2006/05/09 22:20:00 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Help
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Welcome</title>

View File

@ -1,7 +1,7 @@
<html>
<head>
<title>ADempiere Web Store</title>
<meta name="description" content="ADempiere Web Store Page" />
<title>Adempiere Web Store</title>
<meta name="description" content="Adempiere Web Store Page" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="pragma" content="no-cache" />
<link href="/standard.css" rel="stylesheet" type="text/css"/>

View File

@ -1,6 +1,13 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<cws:priceList priceList_ID="0"/>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: index.jsp,v 1.3 2006/05/19 22:17:32 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Index
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Welcome</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=info.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: info.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Interest Area
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Interest Areas</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=invoices.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: invoiceLines.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Invoices
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Invoice Details</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=invoices.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: invoices.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Invoices
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Invoices</title>

View File

@ -1,5 +1,13 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: login.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Login
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Login</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=notes.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: notes.jsp,v 1.3 2006/05/19 22:04:03 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Notes / Workflow
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Notices</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=orders.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: orderDetails.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Orders
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Order Details</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=orders.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: orders.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Orders
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Orders</title>

View File

@ -6,6 +6,14 @@
<c:redirect url='index.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: paymentInfo.jsp,v 1.3 2006/05/06 02:13:56 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Payment Info
- Variables: webOrder, webUser, payment
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Payment Info</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=payments.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: payments.jsp,v 1.3 2006/05/19 22:04:55 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Payments
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Payments</title>

View File

@ -4,6 +4,13 @@
<c:redirect url='loginServlet?ForwardTo=registrations.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: registration.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Registration
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Registration</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=registrations.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: registrations.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Registration
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Registrations</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=request.jsp&SalesRep_ID=${param.SalesRep_ID}'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: request.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Request
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Request</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=requests.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: requestDetails.jsp,v 1.3 2006/05/06 03:58:37 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Request Details
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Request Details</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=requestTypes.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: requestTypes.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Request Types
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title>Request Types</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=requests.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: requests.jsp,v 1.6 2006/05/25 17:16:58 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Request Summary
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Requests</title>

View File

@ -14,6 +14,13 @@
<c:redirect url='requestTypes.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: requestsAll.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Type all Requests (Summary)
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title>- Requests: <c:out value='${requestType.name}'/></title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=requests.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: requests_sr.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Orders
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Assigned Requests</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=rfqs.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: rfqDetails.jsp,v 1.2 2006/05/06 00:41:32 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store RfQ Dateils
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My RfQ Details</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=rfqs.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: rfqs.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
- - -
- Web Store RfQs
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My RfQs</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=shipments.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: shipments.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Orders
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Shipments</title>

View File

@ -3,6 +3,13 @@
<c:redirect url='loginServlet?ForwardTo=template.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: template.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Template
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - My Template</title>

View File

@ -1,5 +1,12 @@
<%@ include file="/WEB-INF/jspf/page.jspf" %>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: test_1.jsp,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Store Interest Area
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/>- My Test Area</title>

View File

@ -3,6 +3,14 @@
<c:redirect url='loginServlet?ForwardTo=update.jsp'/>
</c:if>
<html>
<!--
- Author: Jorg Janke
- Version: $Id: update.jsp,v 1.3 2006/05/07 18:11:51 jjanke Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
- - -
- Web Update
-->
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Update</title>