⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.jsp

📁 Java写的ERP系统
💻 JSP
字号:
<!--
  - Author:  Jorg Janke
  - Version: $Id: help.jsp,v 1.2 2003/05/04 06:48:23 jjanke Exp $
  - Compiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2003 Jorg Janke
  - - -
  - Web Store Index
  -->
<%@ page session="true" contentType="text/html; charset=iso-8859-1" errorPage="errorPage.jsp" %>
<%@ taglib uri="webStore.tld" prefix="cws" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
<cws:priceList priceList_ID="0"/> 
<html>
<head>
<%@ include file="/WEB-INF/jspf/head.jspf" %>
<title><c:out value='${ctx.name}'/> - Welcome</title>
</head>
<body>
<%@ include file="/WEB-INF/jspf/header.jspf" %>
<script language="JavaScript" type="text/JavaScript">
;
</script>
<noscript>
Please enable Java Script to continue. 
</noscript>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="130" align="left" valign="top"> <%@ include file="/WEB-INF/jspf/left.jspf" %></td>
    <td> 
	<h1>Web Store Help</h1>
      <h3>New User</h3>
      <p>You create your new account when you create the order or when you click 
        on the Login button or Welcome link. After entering your email address 
        and a password displays the New User Login dialog. Enter your password 
        twice and the other mandatory and optional information.</p>
      <h3>Changing Password, Name, Address, etc.</h3>
      <p>To change your password log in with your old password. Then click on 
        the Welcome link to get the User Update screen. Enter your old and new 
        password and update the other information if required.</p>
	</td>
    <td align="right" valign="top"> <%@ include file="/WEB-INF/jspf/right.jspf" %></td>
  </tr>
</table>
<%@ include file="/WEB-INF/jspf/footer.jspf" %>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -