activities_add.jsp
来自「主要实现管理客户以及客户信息和其公司的服务管理」· JSP 代码 · 共 47 行
JSP
47 行
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>jb-aptech毕业设计项目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/style.css" rel="stylesheet" type="text/css">
<script src="../../script/common.js"></script>
</head>
<body>
<div class="page_title">客户信息管理 > 客户信息 > 交往记录 > 新建交往记录</div>
<div class="button_bar">
<button class="common_button" onclick="help('');">帮助</button>
<button class="common_button" onclick="back();">返回</button>
<button class="common_button" onclick="add('activities.html');">保存</button>
</div>
<table class="query_form_table">
<tr>
<th>时间</th>
<td><input /><span class="red_star">*</span></td>
<th>地点</th>
<td>
<input name="T1" size="20" /><span class="red_star">*</span></td>
</tr>
<tr>
<th>概要</th>
<td><input /><span class="red_star">*</span></td>
<th>备注</th>
<td><input /></td>
</tr>
<tr>
<th>详细信息</th>
<td colspan="3">
<textarea cols="50" rows="6"> </textarea>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?