2
2
< html >
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title data-i18n ="resources.title_SummaryRegionJobService "> 区域汇总分析 </ title >
5
+ < title data-i18n ="resources.title_SummaryRegionJobService "> </ title >
6
6
< style >
7
7
.control {
8
8
position : absolute;
20
20
< div id ="control " class ="control " style ='width:500px '>
21
21
< div class ="panel panel-default ">
22
22
< div class ="panel-heading ">
23
- < h3 class ="panel-title " data-i18n ="resources.title_SummaryRegionJobService "> 区域汇总分析 </ h3 >
23
+ < h3 class ="panel-title " data-i18n ="resources.title_SummaryRegionJobService "> </ h3 >
24
24
</ div >
25
25
< div class ="panel-body ">
26
26
< div class ="input-group ">
27
- < span class ="input-group-addon "> < span data-i18n ="resources.text_inputData "> 输入数据 </ span > < span
27
+ < span class ="input-group-addon "> < span data-i18n ="resources.text_inputData "> </ span > < span
28
28
data-i18n ="[title]resources.text_requiredField " style ="color: red; "> * </ span > </ span >
29
29
< input id ="datasetName " type ="text " class ="form-control "
30
30
value ="samples_processing_newyorkZone_R "/>
31
31
</ div >
32
32
< p >
33
33
< div class ="input-group ">
34
- < span class ="input-group-addon "> < span data-i18n ="resources.text_summaryType "> 汇总类型 </ span > < span
34
+ < span class ="input-group-addon "> < span data-i18n ="resources.text_summaryType "> </ span > < span
35
35
data-i18n ="[title]resources.text_requiredField " style ="color: red; "> * </ span > </ span >
36
36
< div >
37
37
< select class ="form-control " id ="type " name ="clientType ">
38
- < option value ="SUMMARYMESH " data-i18n ="resources.text_summaryMesh " selected ="selected "> 网格面汇总
38
+ < option value ="SUMMARYMESH " data-i18n ="resources.text_summaryMesh " selected ="selected ">
39
39
</ option >
40
- < option value ="SUMMARYREGION " data-i18n ="resources.text_summaryRegion "> 多边形汇总 </ option >
40
+ < option value ="SUMMARYREGION " data-i18n ="resources.text_summaryRegion "> </ option >
41
41
</ select >
42
42
</ div >
43
43
</ div >
44
44
< p >
45
45
< div id ="meshTypeS " class ="input-group ">
46
- < span class ="input-group-addon "> < span data-i18n ="resources.text_meshSurfaceType "> 网格面汇总类型 </ span > < span
46
+ < span class ="input-group-addon "> < span data-i18n ="resources.text_meshSurfaceType "> </ span > < span
47
47
data-i18n ="[title]resources.text_requiredField " style ="color: red; "> * </ span > </ span >
48
48
< select class ="form-control " id ="meshType " name ="clientType ">
49
- < option value ="0 " data-i18n ="resources.text_4grid " selected ="selected "> 四边形网格 </ option >
50
- < option value ="1 " data-i18n ="resources.text_6grid "> 六边形网格 </ option >
49
+ < option value ="0 " data-i18n ="resources.text_4grid " selected ="selected "> </ option >
50
+ < option value ="1 " data-i18n ="resources.text_6grid "> </ option >
51
51
</ select >
52
52
</ div >
53
53
< p >
54
54
< div id ="regionDatasetS " class ="input-group ">
55
- < span class ="input-group-addon " data-i18n ="resources.text_summaryDataset "> 汇总数据集 < span
55
+ < span class ="input-group-addon " data-i18n ="resources.text_summaryDataset "> < span
56
56
data-i18n ="[title]resources.text_requiredField " style ="color: red; "> * </ span > </ span >
57
57
< input id ="regionDataset " type ="text " class ="form-control "
58
58
value ="samples_processing_newyorkZone_R "/>
59
59
</ div >
60
60
< p >
61
61
< div class ="input-group ">
62
- < span class ="input-group-addon " data-i18n ="resources.text_analysisRange "> 分析范围 </ span >
62
+ < span class ="input-group-addon " data-i18n ="resources.text_analysisRange "> </ span >
63
63
< input id ="query " type ="text " class ="form-control " value ="-74.050,40.650,-73.850,40.850 "/>
64
64
</ div >
65
65
< p >
66
66
< p >
67
67
< div class ="input-group ">
68
- < span class ="input-group-addon " data-i18n ="resources.text_statisticStandardField "> 以标准属性字段统计 </ span >
68
+ < span class ="input-group-addon " data-i18n ="resources.text_statisticStandardField "> </ span >
69
69
< span class ="form-control ">
70
70
< input id ="standardSummaryFields " type ="checkbox ">
71
71
</ span >
72
- < span class ="input-group-addon " data-i18n ="resources.text_statisticWeightField "> 以权重字段统计 </ span >
72
+ < span class ="input-group-addon " data-i18n ="resources.text_statisticWeightField "> </ span >
73
73
< span class ="form-control ">
74
74
< input id ="weightedSummaryFields " type ="checkbox ">
75
75
</ span >
@@ -78,15 +78,15 @@ <h3 class="panel-title" data-i18n="resources.title_SummaryRegionJobService">区
78
78
< div id ="standardS " style ="display: none ">
79
79
< div class ="input-group ">
80
80
< span class ="input-group-addon "> < span
81
- data-i18n ="resources.text_statisticAttrFieldMode "> 属性字段统计模式 </ span > < span
81
+ data-i18n ="resources.text_statisticAttrFieldMode "> </ span > < span
82
82
data-i18n ="[title]resources.text_requiredField "
83
83
style ="color: red; "> * </ span > </ span >
84
84
< input id ="standardStatisticModes " type ="text " class ="form-control "
85
85
value ="max "/>
86
86
</ div >
87
87
< p >
88
88
< div class ="input-group ">
89
- < span class ="input-group-addon "> < span data-i18n ="resources.text_AttrFieldName "> 属性字段名 </ span > < span
89
+ < span class ="input-group-addon "> < span data-i18n ="resources.text_AttrFieldName "> </ span > < span
90
90
data-i18n ="[title]resources.text_requiredField "
91
91
style ="color: red; "> * </ span > </ span >
92
92
< input id ="standardFields " type ="text " class ="form-control "
@@ -97,15 +97,15 @@ <h3 class="panel-title" data-i18n="resources.title_SummaryRegionJobService">区
97
97
< div id ="weightS " style ="display: none ">
98
98
< div class ="input-group ">
99
99
< span class ="input-group-addon "> < span
100
- data-i18n ="resources.text_statisticWeightFieldMode "> 权重字段统计模式 </ span > < span
100
+ data-i18n ="resources.text_statisticWeightFieldMode "> </ span > < span
101
101
data-i18n ="[title]resources.text_requiredField "
102
102
style ="color: red; "> * </ span > </ span >
103
103
< input id ="weightedStatisticModes " type ="text " class ="form-control "
104
104
value ="max "/>
105
105
</ div >
106
106
< p >
107
107
< div class ="input-group ">
108
- < span class ="input-group-addon "> < span data-i18n ="resources.text_weightFieldName "> 权重字段名 </ span > < span
108
+ < span class ="input-group-addon "> < span data-i18n ="resources.text_weightFieldName "> </ span > < span
109
109
data-i18n ="[title]resources.text_requiredField "
110
110
style ="color: red; "> * </ span > </ span >
111
111
< input id ="weightedFields " type ="text " class ="form-control "
@@ -115,12 +115,12 @@ <h3 class="panel-title" data-i18n="resources.title_SummaryRegionJobService">区
115
115
</ div >
116
116
117
117
< div id ="resolutionS " class ="input-group ">
118
- < span class ="input-group-addon " data-i18n ="resources.text_gridSize "> 网格大小 </ span >
118
+ < span class ="input-group-addon " data-i18n ="resources.text_gridSize "> </ span >
119
119
< input id ="resolution " type ="text " class ="form-control " value ="100 "/>
120
120
</ div >
121
121
< p >
122
122
< div id ="meshSizeUnitS " class ="input-group ">
123
- < span class ="input-group-addon " data-i18n ="resources.text_gridSizeUnit "> 网格大小单位 </ span >
123
+ < span class ="input-group-addon " data-i18n ="resources.text_gridSizeUnit "> </ span >
124
124
< select class ="form-control " id ="meshSizeUnit " name ="clientType ">
125
125
< option value ="Meter " selected ="selected "> Meter</ option >
126
126
< option value ="Kilometer "> Kilometer</ option >
@@ -131,7 +131,7 @@ <h3 class="panel-title" data-i18n="resources.title_SummaryRegionJobService">区
131
131
</ div >
132
132
< p >
133
133
< div class ="input-group ">
134
- < span class ="input-group-addon " data-i18n ="resources.text_lengthAndArea "> 是否统计长度或面积 </ span >
134
+ < span class ="input-group-addon " data-i18n ="resources.text_lengthAndArea "> </ span >
135
135
< span class ="form-control ">
136
136
< input id ="sumShape " type ="checkbox " checked >
137
137
</ span >
0 commit comments