user_success.jsp

来自「这是一个物流管理系统」· JSP 代码 · 共 37 行

JSP
37
字号
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>

<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<base href="<%=basePath%>">

	<title>My JSF 'user_success.jsp' starting page</title>
	
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

</head>
  
<body>
	    <strong><font size="5" color="#00a0be">xSofa物流系统<div align="right"><html:link href="../goodbye.jsp">登出</html:link></font></strong><hr>
	    <div style="background-color: rgb(0, 160, 190);" ><font color="00a0be">您的位置--&gt;选择操作</font></div>
		<br><br>
		<p  align="center">
		  <html:link page="/addOrder.do"><font color="yellow">填写配送通知单&gt;&gt;</font></html:link>
		  <font face="黑体" color="#00A0BE">选择商品,填写数量</font></p>	
		<p align="center"><input type="button" value="退出"/></p>
</body>
</html>

⌨️ 快捷键说明

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