File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
src/main/webapp/WEB-INF/jsp Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
22
<!-- 编译jdk版本 -->
23
23
<jdk .version>1.6</jdk .version>
24
24
<!-- 依赖版本 -->
25
- <mapper .version>3.2.2 </mapper .version>
25
+ <mapper .version>3.2.3-SNAPSHOT </mapper .version>
26
26
<pagehelper .version>4.0.0</pagehelper .version>
27
27
<mysql .version>5.1.29</mysql .version>
28
28
<spring .version>4.1.2.RELEASE</spring .version>
Original file line number Diff line number Diff line change 26
26
<body >
27
27
<div class =" wrapper" >
28
28
<div class =" middle" >
29
- <h1 style =" padding : 50px 0 20px ;" >国家列表 </h1 >
29
+ <h1 style =" padding : 50px 0 20px ;" >国家(地区)列表 </h1 >
30
30
31
31
<form action =" ${ pageContext. request. contextPath } /list" method =" post" >
32
32
<table class =" gridtable" style =" width :100% ;" >
33
33
<tr >
34
- <th >国家名称 :</th >
34
+ <th >国家(地区)名称 :</th >
35
35
<td ><input type =" text" name =" countryname" value =" ${ queryParam. countryname } " /></td >
36
- <th >国家代码 :</th >
36
+ <th >国家(地区)代码 :</th >
37
37
<td ><input type =" text" name =" countrycode" value =" ${ queryParam. countrycode } " /></td >
38
38
<td rowspan =" 2" ><input type =" submit" value =" 查询" /></td >
39
39
</tr >
110
110
<table class =" gridtable" style =" width :100% ;" >
111
111
<thead >
112
112
<tr >
113
- <th colspan =" 4" >查询结果 - [<a href =" ${ pageContext. request. contextPath } /view" >新增国家</a >]</th >
113
+ <th colspan =" 4" >查询结果 - [<a href =" ${ pageContext. request. contextPath } /view" >新增国家(地区) </a >]</th >
114
114
</tr >
115
115
<tr >
116
116
<th >ID</th >
117
- <th >国家名 </th >
118
- <th >国家代码 </th >
117
+ <th >国家(地区)名 </th >
118
+ <th >国家(地区)代码 </th >
119
119
<th >操作</th >
120
120
</tr >
121
121
</thead >
Original file line number Diff line number Diff line change 1
1
<%@ page contentType =" text/html;charset=UTF-8" language =" java" %>
2
2
<html >
3
3
<head >
4
- <title >国家信息 </title >
4
+ <title >国家(地区)信息 </title >
5
5
<link href =" ${ pageContext. request. contextPath } /static/css/style.css" rel =" stylesheet" type =" text/css" />
6
6
</head >
7
7
<body style =" margin-top :50px ;overflow : hidden ;" >
8
8
<form action =" ${ pageContext. request. contextPath } /save" method =" post" >
9
9
<input type =" hidden" name =" id" value =" ${ country. id } " />
10
10
<table class =" gridtable" style =" width :600px ;" >
11
11
<tr >
12
- <th colspan =" 5" >国家信息 - [<a href =" ${ pageContext. request. contextPath } /list" >返回</a >]</th >
12
+ <th colspan =" 5" >国家(地区)信息 - [<a href =" ${ pageContext. request. contextPath } /list" >返回</a >]</th >
13
13
</tr >
14
14
<tr >
15
- <th >国家名称 :</th >
15
+ <th >国家(地区)名称 :</th >
16
16
<td ><input type =" text" name =" countryname" value =" ${ country. countryname } " /></td >
17
- <th >国家代码 :</th >
17
+ <th >国家(地区)代码 :</th >
18
18
<td ><input type =" text" name =" countrycode" value =" ${ country. countrycode } " /></td >
19
19
<td ><input type =" submit" value =" 保存" /></td >
20
20
</tr >
You can’t perform that action at this time.
0 commit comments