BF [2979336] - Improve ADempiere Web Applications

https://sourceforge.net/tracker/?func=detail&aid=2979336&group_id=176962&atid=883808
This commit is contained in:
trifonnt 2010-03-30 12:52:00 +00:00
parent 39c25d4e26
commit ffec67fc43
5 changed files with 14 additions and 14 deletions

View File

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

View File

@ -4,14 +4,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4"> version="2.4">
<display-name>Adempiere Root</display-name> <display-name>ADempiere Root</display-name>
<description>$Id: web.xml,v 1.1 2006/04/21 18:04:14 jjanke Exp $</description> <description></description>
<context-param> <context-param>
<param-name>ServerRoot</param-name> <param-name>ServerRoot</param-name>
<param-value>1</param-value> <param-value>1</param-value>
</context-param> </context-param>
<filter> <filter>
<display-name>Adempiere Monitor Filter</display-name> <display-name>ADempiere Monitor Filter</display-name>
<filter-name>AdempiereMonitorFilter</filter-name> <filter-name>AdempiereMonitorFilter</filter-name>
<filter-class>org.compiere.web.AdempiereMonitorFilter</filter-class> <filter-class>org.compiere.web.AdempiereMonitorFilter</filter-class>
</filter> </filter>
@ -30,14 +30,14 @@
<load-on-startup>1</load-on-startup> <load-on-startup>1</load-on-startup>
</servlet> </servlet>
<servlet> <servlet>
<description>Adempiere Server Status Info</description> <description>ADempiere Server Status Info</description>
<display-name>Server Status</display-name> <display-name>Server Status</display-name>
<servlet-name>StatusInfo</servlet-name> <servlet-name>StatusInfo</servlet-name>
<servlet-class>org.compiere.web.StatusInfo</servlet-class> <servlet-class>org.compiere.web.StatusInfo</servlet-class>
</servlet> </servlet>
<servlet> <servlet>
<description>Adempiere Server Monitor</description> <description>ADempiere Server Monitor</description>
<display-name>Adempiere Monitor</display-name> <display-name>ADempiere Monitor</display-name>
<servlet-name>AdempiereMonitor</servlet-name> <servlet-name>AdempiereMonitor</servlet-name>
<servlet-class>org.compiere.web.AdempiereMonitor</servlet-class> <servlet-class>org.compiere.web.AdempiereMonitor</servlet-class>
<load-on-startup>1</load-on-startup> <load-on-startup>1</load-on-startup>

View File

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Adempiere Client Applet Start</title> <title>ADempiere Client Applet Start</title>
<link href="standard.css" rel="stylesheet" type="text/css" /> <link href="standard.css" rel="stylesheet" type="text/css" />
<style type="text/css"> <style type="text/css">
<!-- <!--
@ -14,12 +14,12 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Adempiere Client Applet Start</h1> <h1>ADempiere Client Applet Start</h1>
<p> Due to Browser incompatibilities, here is a list of different ways to start the Adempiere Java Client from a Browser. <p> Due to Browser incompatibilities, here is a list of different ways to start the Adempiere Java Client from a Browser.
This requires that your browser supports Java. <br/> This requires that your browser supports Java. <br/>
<a href="http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html" target="_blank">Applet Start Details</a> <a href="http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html" target="_blank">Applet Start Details</a>
</p> </p>
<p class="warning">After the Adempiere Client started DO NOT close/use this window as that will crash the application!</p> <p class="warning">After the ADempiere Client started DO NOT close/use this window as that will crash the application!</p>
<table width="*" border="1" cellspacing="5" cellpadding="5"> <table width="*" border="1" cellspacing="5" cellpadding="5">
<tr> <tr>
<td> Microsoft IE <br /> <td> Microsoft IE <br />

View File

@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Adempiere Server Error</title> <title>ADempiere Server Error</title>
<link href="/standard.css" rel="stylesheet"/> <link href="/standard.css" rel="stylesheet"/>
</head> </head>
<body> <body>
<h1>Adempiere Server Error </h1> <h1>ADempiere Server Error </h1>
<p>The Adempiere Server encountered a unrecoverable error.</p> <p>The ADempiere Server encountered a unrecoverable error.</p>
<h2>Please notify the administrator.</h2> <h2>Please notify the administrator.</h2>
</body> </body>
</html> </html>

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Adempiere</title> <title>ADempiere</title>
<meta name="description" content="Adempiere Root Page"> <meta name="description" content="Adempiere Root Page">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head> </head>