Commit 3afbc7d8886f0f69af94afca714af01b41c7584d
Merge branch 'pudong_jdk8_wvp' of http://192.168.168.245:8888/panzhaov5/bsth_con…
…trol into pudong_jdk8_wvp
Showing
19 changed files
with
848 additions
and
835 deletions
src/main/resources/message_en_US.properties
| ... | ... | @@ -2081,7 +2081,7 @@ txt-2080=Shift entry and exit |
| 2081 | 2081 | txt-2081=No shift information |
| 2082 | 2082 | txt-2082=Fuel tank and bracket |
| 2083 | 2083 | txt-2083=Undervoltage alarm |
| 2084 | -txt-2084=[1] First exit [2] Re-entry in the middle [3] A certain entry [?]Normal [?]Repair [�]Not yet repair | |
| 2084 | +txt-2084=[1] First exit [2] Re-entry in the middle [3] A certain entry [4]Normal [5]Repair [�]Not yet repair | |
| 2085 | 2085 | txt-2085=Re-entry in the middle, |
| 2086 | 2086 | txt-2086=All branches |
| 2087 | 2087 | txt-2087=Total operating shifts (including normal, interval, and amplified stations and the shift time is greater than zero shifts |
| ... | ... | @@ -3216,7 +3216,7 @@ txt-3215=Road sign number |
| 3216 | 3216 | txt-3216=Old terminal number |
| 3217 | 3217 | txt-3217=Rule information |
| 3218 | 3218 | txt-3218=Updater: |
| 3219 | -txt-3219=branch: | |
| 3219 | +txt-3219=Branch: | |
| 3220 | 3220 | txt-3220=Shift type |
| 3221 | 3221 | txt-3221=Shift format |
| 3222 | 3222 | txt-3222=Shift code | ... | ... |
src/main/resources/static/pages/base/lineinformation/edit.html
| 1 | -<!-- 片段标题 START --> | |
| 2 | -<div class="page-head"> | |
| 3 | - <div class="page-title"> | |
| 4 | - <h1>$$$$$${txt-731}</h1> | |
| 5 | - </div> | |
| 6 | -</div> | |
| 7 | -<!-- 片段标题 END --> | |
| 8 | - | |
| 9 | -<!-- 线路标准信息导航栏组件 START --> | |
| 10 | -<ul class="page-breadcrumb breadcrumb"> | |
| 11 | - <li><a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> <i class="fa fa-circle"></i></li> | |
| 12 | - <li><span class="active">$$$$$${txt-2398}</span> <i class="fa fa-circle"></i></li> | |
| 13 | - <li><a href="/pages/base/line/list.html" data-pjax>$$$$$${txt-2941}</a> <i class="fa fa-circle"></i></li> | |
| 14 | - <li><a href="/pages/base/line/lineinformation/lineinformation.html" class="back-up" data-pjax>$$$$$${txt-1307}</a> <i class="fa fa-circle"></i></li> | |
| 15 | - <li><span class="active">$$$$$${txt-731}</span></li> | |
| 16 | -</ul> | |
| 17 | -<!-- 线路标准信息导航栏组件 START --> | |
| 18 | - | |
| 19 | -<!-- 信息容器组件 START --> | |
| 20 | -<div class="portlet light bordered"> | |
| 21 | - | |
| 22 | - <!-- 信息容器组件标题 START --> | |
| 23 | - <div class="portlet-title"> | |
| 24 | - <div class="caption"> | |
| 25 | - <i class="icon-equalizer font-red-sunglo"></i> | |
| 26 | - <span class="caption-subject font-red-sunglo bold uppercase">$$$$$${txt-731}</span> | |
| 27 | - </div> | |
| 28 | - </div> | |
| 29 | - <!-- 信息容器组件标题 END --> | |
| 30 | - | |
| 31 | - <!-- 表单容器组件 START --> | |
| 32 | - <div class="portlet-body form"> | |
| 33 | - | |
| 34 | - <!-- START FORM --> | |
| 35 | - <form action="/lineinformation" class="form-horizontal" id="lineinformation_edit_form" > | |
| 36 | - | |
| 37 | - <!-- 错误提示 --> | |
| 38 | - <div class="alert alert-danger display-hide"> | |
| 39 | - <button class="close" data-close="alert"></button> | |
| 40 | - $$$$$${txt-135} | |
| 41 | - </div> | |
| 42 | - | |
| 43 | - <!-- 线路信息ID --> | |
| 44 | - <input type="hidden" name="id" id="lineinformationId"> | |
| 45 | - | |
| 46 | - <!-- 表单字段内容 START --> | |
| 47 | - <div class="form-body"> | |
| 48 | - <!-- 表单分组组件 form-group START --> | |
| 49 | - <div class="form-group"> | |
| 50 | - <!-- 线路名称 (* 必填项) START --> | |
| 51 | - <div class="col-md-6"> | |
| 52 | - <label class="control-label col-md-5"> | |
| 53 | - <span class="required"> * </span> | |
| 54 | - $$$$$${txt-3347} : | |
| 55 | - </label> | |
| 56 | - <div class="col-md-4"> | |
| 57 | - <select name="line" class="form-control" style="width:100%" id="lineSelect"></select> | |
| 58 | - </div> | |
| 59 | - </div> | |
| 60 | - <!-- 线路名称 END --> | |
| 61 | - | |
| 62 | - <!-- 线路标准信息类型 (* 必填项) START (因为options值基本固定,所以在页面固定。【以后可以根具需求修改成使用字典表实现】) --> | |
| 63 | - <div class="col-md-6"> | |
| 64 | - <label class="control-label col-md-5"> | |
| 65 | - <span class="required"> * </span>$$$$$${txt-3888} : | |
| 66 | - </label> | |
| 67 | - <div class="col-md-4"> | |
| 68 | - <select name="type" class="form-control" id="typeInput"> | |
| 69 | - <option value="">$$$$$${txt-2035}</option> | |
| 70 | - <option value="zc">$$$$$${txt-3979}</option> | |
| 71 | - <option value="qj">$$$$$${txt-3980}</option> | |
| 72 | - <option value="fk">$$$$$${txt-3981}</option> | |
| 73 | - </select> | |
| 74 | - </div> | |
| 75 | - </div> | |
| 76 | - <!-- 线路标准信息类型 END --> | |
| 77 | - </div> | |
| 78 | - <!-- 表单分组组件 form-group END --> | |
| 79 | - | |
| 80 | - <!-- 表单分组组件 form-group START --> | |
| 81 | - <div class="form-group"> | |
| 82 | - <!-- 标准总里程 START --> | |
| 83 | - <div class="col-md-6"> | |
| 84 | - <label class="control-label col-md-5"> | |
| 85 | - $$$$$${txt-1978} : | |
| 86 | - </label> | |
| 87 | - <div class="col-md-4"> | |
| 88 | - <input type="text" class="form-control" name="totalMileage" id="totalMileageInput" placeholder="$$$$$${txt-1978}"> | |
| 89 | - <span class="help-block"> $$$$$${txt-4137} </span> | |
| 90 | - </div> | |
| 91 | - </div> | |
| 92 | - <!-- 标准总里程 END --> | |
| 93 | - | |
| 94 | - <!-- 空放里程 START --> | |
| 95 | - <div class="col-md-6"> | |
| 96 | - <label class="control-label col-md-5"> | |
| 97 | - $$$$$${txt-2653} : | |
| 98 | - </label> | |
| 99 | - <div class="col-md-4"> | |
| 100 | - <input type="text" class="form-control" name="emptyMileage" id="emptyMileageInput" placeholder="$$$$$${txt-2653}"> | |
| 101 | - <span class="help-block"> $$$$$${txt-4137} </span> | |
| 102 | - </div> | |
| 103 | - </div> | |
| 104 | - <!-- 空放里程 END --> | |
| 105 | - </div> | |
| 106 | - <!-- 表单分组组件 form-group END --> | |
| 107 | - | |
| 108 | - <!-- 表单分组组件 form-group START --> | |
| 109 | - <div class="form-group"> | |
| 110 | - <!-- 上行里程 (* 必填项) START --> | |
| 111 | - <div class="col-md-6"> | |
| 112 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 113 | - $$$$$${txt-2652} : | |
| 114 | - </label> | |
| 115 | - <div class="col-md-4"> | |
| 116 | - <input type="text" class="form-control" name="upMileage" id="upMileageInput" placeholder="$$$$$${txt-2652}"> | |
| 117 | - <span class="help-block"> $$$$$${txt-4137} </span> | |
| 118 | - </div> | |
| 119 | - </div> | |
| 120 | - <!-- 上行里程 END --> | |
| 121 | - | |
| 122 | - <!-- 下行里程 (* 必填项) START --> | |
| 123 | - <div class="col-md-6"> | |
| 124 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 125 | - $$$$$${txt-2646} : | |
| 126 | - </label> | |
| 127 | - <div class="col-md-4"> | |
| 128 | - <input type="text" class="form-control" name="downMileage" id="downMileageInput" placeholder="$$$$$${txt-2646}"> | |
| 129 | - <span class="help-block"> $$$$$${txt-4137} </span> | |
| 130 | - </div> | |
| 131 | - </div> | |
| 132 | - <!-- 下行里程 END --> | |
| 133 | - </div> | |
| 134 | - <!-- 表单分组组件 form-group END --> | |
| 135 | - | |
| 136 | - <!-- 表单分组组件 form-group START --> | |
| 137 | - <div class="form-group"> | |
| 138 | - <!-- 上行行驶时间 (* 必填项) START --> | |
| 139 | - <div class="col-md-6"> | |
| 140 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 141 | - $$$$$${txt-1464} : | |
| 142 | - </label> | |
| 143 | - <div class="col-md-4"> | |
| 144 | - <input type="text" class="form-control" name="upTravelTime" id="upTravelTimeInput" placeholder="$$$$$${txt-1464}"> | |
| 145 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 146 | - </div> | |
| 147 | - </div> | |
| 148 | - <!-- 上行行驶时间 END --> | |
| 149 | - | |
| 150 | - <!-- 下行行驶时间 (* 必填项) START --> | |
| 151 | - <div class="col-md-6"> | |
| 152 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 153 | - $$$$$${txt-1457} : | |
| 154 | - </label> | |
| 155 | - <div class="col-md-4"> | |
| 156 | - <input type="text" class="form-control" name="downTravelTime" id="downTravelTimeInput" placeholder="$$$$$${txt-1457}"> | |
| 157 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 158 | - </div> | |
| 159 | - </div> | |
| 160 | - <!-- 下行行驶时间 END --> | |
| 161 | - </div> | |
| 162 | - <!-- 表单分组组件 form-group END --> | |
| 163 | - | |
| 164 | - <!-- 表单分组组件 form-group START --> | |
| 165 | - <div class="form-group"> | |
| 166 | - <!-- 早高峰开始时间 START --> | |
| 167 | - <div class="col-md-6"> | |
| 168 | - <label class="control-label col-md-5"> | |
| 169 | - $$$$$${txt-1049} : | |
| 170 | - </label> | |
| 171 | - <div class="col-md-4"> | |
| 172 | - <input type="text" class="form-control" name="earlyStartTime" id="earlyStartTimeInput" placeholder="$$$$$${txt-1049}"> | |
| 173 | - <span class="help-block"> 格式:00:00 </span> | |
| 174 | - </div> | |
| 175 | - </div> | |
| 176 | - <!-- 早高峰开始时间 END --> | |
| 177 | - | |
| 178 | - <!-- 早高峰结束时间 START --> | |
| 179 | - <div class="col-md-6"> | |
| 180 | - <label class="control-label col-md-5"> | |
| 181 | - $$$$$${txt-1050} : | |
| 182 | - </label> | |
| 183 | - <div class="col-md-4"> | |
| 184 | - <input type="text" class="form-control" name="earlyEndTime" id="earlyEndTimeInput" placeholder="$$$$$${txt-1050}"> | |
| 185 | - <span class="help-block"> 格式:00:00 </span> | |
| 186 | - </div> | |
| 187 | - </div> | |
| 188 | - <!-- 早高峰结束时间 END --> | |
| 189 | - </div> | |
| 190 | - <!-- 表单分组组件 form-group END --> | |
| 191 | - | |
| 192 | - <!-- 表单分组组件 form-group START --> | |
| 193 | - <div class="form-group"> | |
| 194 | - <!-- $$$$$${txt-586} START --> | |
| 195 | - <div class="col-md-6"> | |
| 196 | - <label class="control-label col-md-5"> | |
| 197 | - $$$$$${txt-586} : | |
| 198 | - </label> | |
| 199 | - <div class="col-md-4"> | |
| 200 | - <input type="text" class="form-control" name="earlyUpTime" id="earlyUpTimeInput" placeholder="$$$$$${txt-586}"> | |
| 201 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 202 | - </div> | |
| 203 | - </div> | |
| 204 | - <!-- $$$$$${txt-586} END --> | |
| 205 | - | |
| 206 | - <!-- $$$$$${txt-585} START --> | |
| 207 | - <div class="col-md-6"> | |
| 208 | - <label class="control-label col-md-5"> | |
| 209 | - $$$$$${txt-585} : | |
| 210 | - </label> | |
| 211 | - <div class="col-md-4"> | |
| 212 | - <input type="text" class="form-control" name="earlyDownTime" id="earlyDownTimeInput" placeholder="$$$$$${txt-585}"> | |
| 213 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 214 | - </div> | |
| 215 | - </div> | |
| 216 | - <!-- $$$$$${txt-585} END --> | |
| 217 | - </div> | |
| 218 | - <!-- 表单分组组件 form-group END --> | |
| 219 | - | |
| 220 | - <!-- 表单分组组件 form-group START --> | |
| 221 | - <div class="form-group"> | |
| 222 | - <!-- 晚高峰开始时间 START --> | |
| 223 | - <div class="col-md-6"> | |
| 224 | - <label class="control-label col-md-5"> | |
| 225 | - $$$$$${txt-1051} : | |
| 226 | - </label> | |
| 227 | - <div class="col-md-4"> | |
| 228 | - <input type="text" class="form-control" name="lateStartTime" id="lateStartTimeInput" placeholder="$$$$$${txt-1051}"> | |
| 229 | - <span class="help-block"> 格式:00:00 </span> | |
| 230 | - </div> | |
| 231 | - </div> | |
| 232 | - <!-- 晚高峰开始时间 END --> | |
| 233 | - | |
| 234 | - <!-- 晚高峰结束时间 START --> | |
| 235 | - <div class="col-md-6"> | |
| 236 | - <label class="control-label col-md-5"> | |
| 237 | - $$$$$${txt-1052} : | |
| 238 | - </label> | |
| 239 | - <div class="col-md-4"> | |
| 240 | - <input type="text" class="form-control" name="lateEndTime" id="lateEndTimeInput" placeholder="$$$$$${txt-1052}"> | |
| 241 | - <span class="help-block"> 格式:00:00 </span> | |
| 242 | - </div> | |
| 243 | - </div> | |
| 244 | - <!-- 晚高峰结束时间 END --> | |
| 245 | - </div> | |
| 246 | - <!-- 表单分组组件 form-group END --> | |
| 247 | - | |
| 248 | - <!-- 表单分组组件 form-group START --> | |
| 249 | - <div class="form-group"> | |
| 250 | - <!-- $$$$$${txt-581} START --> | |
| 251 | - <div class="col-md-6"> | |
| 252 | - <label class="control-label col-md-5"> $$$$$${txt-581} : </label> | |
| 253 | - <div class="col-md-4"> | |
| 254 | - <input type="text" class="form-control" name="lateUpTime" id="lateUpTimeInput" placeholder="$$$$$${txt-581}"> | |
| 255 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 256 | - </div> | |
| 257 | - </div> | |
| 258 | - <!-- $$$$$${txt-581} END --> | |
| 259 | - | |
| 260 | - <!-- $$$$$${txt-580} START --> | |
| 261 | - <div class="col-md-6"> | |
| 262 | - <label class="control-label col-md-5"> $$$$$${txt-580} : </label> | |
| 263 | - <div class="col-md-4"> | |
| 264 | - <input type="text" class="form-control" name="lateDownTime" id="lateDownTimeInput" placeholder="$$$$$${txt-580}"> | |
| 265 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 266 | - </div> | |
| 267 | - </div> | |
| 268 | - <!-- $$$$$${txt-580} END --> | |
| 269 | - </div> | |
| 270 | - <!-- 表单分组组件 form-group END --> | |
| 271 | - | |
| 272 | - | |
| 273 | - <!-- 表单分组组件 form-group START --> | |
| 274 | - <div class="form-group"> | |
| 275 | - <!-- 小夜高峰开始时间 START --> | |
| 276 | - <div class="col-md-6"> | |
| 277 | - <label class="control-label col-md-5"> | |
| 278 | - $$$$$${txt-780} : | |
| 279 | - </label> | |
| 280 | - <div class="col-md-4"> | |
| 281 | - <input type="text" class="form-control" name="xygfkssj" id="xygfkssjInput" placeholder="$$$$$${txt-780}"> | |
| 282 | - <span class="help-block"> 格式:00:00 </span> | |
| 283 | - </div> | |
| 284 | - </div> | |
| 285 | - <!-- 小夜高峰开始时间 END --> | |
| 286 | - | |
| 287 | - <!-- 小夜高峰结束时间 START --> | |
| 288 | - <div class="col-md-6"> | |
| 289 | - <label class="control-label col-md-5"> | |
| 290 | - $$$$$${txt-781} : | |
| 291 | - </label> | |
| 292 | - <div class="col-md-4"> | |
| 293 | - <input type="text" class="form-control" name="xygfjssj" id="xygfjssjInput" placeholder="$$$$$${txt-781}"> | |
| 294 | - <span class="help-block"> 格式:00:00 </span> | |
| 295 | - </div> | |
| 296 | - </div> | |
| 297 | - <!-- 小夜高峰结束时间 END --> | |
| 298 | - </div> | |
| 299 | - <!-- 表单分组组件 form-group END --> | |
| 300 | - | |
| 301 | - <!-- 表单分组组件 form-group START --> | |
| 302 | - <div class="form-group"> | |
| 303 | - <!-- $$$$$${txt-426} START --> | |
| 304 | - <div class="col-md-6"> | |
| 305 | - <label class="control-label col-md-5"> $$$$$${txt-426}: </label> | |
| 306 | - <div class="col-md-4"> | |
| 307 | - <input type="text" class="form-control" name="nightStartTime" id="nightStartTimeInput" placeholder="$$$$$${txt-426}"> | |
| 308 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 309 | - </div> | |
| 310 | - </div> | |
| 311 | - <!-- $$$$$${txt-426} END --> | |
| 312 | - | |
| 313 | - <!-- $$$$$${txt-425} START --> | |
| 314 | - <div class="col-md-6"> | |
| 315 | - <label class="control-label col-md-5"> $$$$$${txt-425}: </label> | |
| 316 | - <div class="col-md-4"> | |
| 317 | - <input type="text" class="form-control" name="nightEndTime" id="nightEndTimeInput" placeholder="$$$$$${txt-580}"> | |
| 318 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 319 | - </div> | |
| 320 | - </div> | |
| 321 | - <!-- $$$$$${txt-425} END --> | |
| 322 | - </div> | |
| 323 | - <!-- 表单分组组件 form-group END --> | |
| 324 | - | |
| 325 | - <!-- 表单分组组件 form-group START --> | |
| 326 | - <div class="form-group"> | |
| 327 | - <!-- 低谷上行行驶时间 START --> | |
| 328 | - <div class="col-md-6"> | |
| 329 | - <label class="control-label col-md-5"> $$$$$${txt-777} : </label> | |
| 330 | - <div class="col-md-4"> | |
| 331 | - <input type="text" class="form-control" name="troughUpTime" id="troughUpTimeInput" placeholder="$$$$$${txt-777}"> | |
| 332 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 333 | - </div> | |
| 334 | - </div> | |
| 335 | - <!-- 低谷上行行驶时间 END --> | |
| 336 | - | |
| 337 | - <!-- 低谷下行行驶时间 START --> | |
| 338 | - <div class="col-md-6"> | |
| 339 | - <label class="control-label col-md-5"> $$$$$${txt-776} : </label> | |
| 340 | - <div class="col-md-4"> | |
| 341 | - <input type="text" class="form-control" name="troughDownTime" id="troughDownTimeInput" placeholder="$$$$$${txt-776}"> | |
| 342 | - <span class="help-block"> $$$$$${txt-4487} </span> | |
| 343 | - </div> | |
| 344 | - </div> | |
| 345 | - <!-- 低谷下行行驶时间 END --> | |
| 346 | - </div> | |
| 347 | - <!-- 表单分组组件 form-group END --> | |
| 348 | - | |
| 349 | - <!-- 表单分组组件 form-group START --> | |
| 350 | - <div class="form-group"> | |
| 351 | - <!-- 停车场 START --> | |
| 352 | - <div class="col-md-6"> | |
| 353 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 354 | - 停车场 : | |
| 355 | - </label> | |
| 356 | - <div class="col-md-4"> | |
| 357 | - <select name="carPark" class="form-control" id="carParkSelect"></select> | |
| 358 | - <!-- <input type="text" class="form-control" name="carPark" id="carParkInput" placeholder="停车场"> --> | |
| 359 | - </div> | |
| 360 | - </div> | |
| 361 | - <!-- 停车场 END --> | |
| 362 | - | |
| 363 | - <!-- 限速(平时)START --> | |
| 364 | - <div class="col-md-6"> | |
| 365 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 366 | - $$$$$${txt-1454} : | |
| 367 | - </label> | |
| 368 | - <div class="col-md-4"> | |
| 369 | - <input type="text" class="form-control" name="speedLimit" id="speedLimitInput" placeholder="$$$$$${txt-1454}"> | |
| 370 | - </div> | |
| 371 | - </div> | |
| 372 | - <!-- 限速(平时)END --> | |
| 373 | - </div> | |
| 374 | - <!-- 表单分组组件 form-group END --> | |
| 375 | - | |
| 376 | - <!-- 表单分组组件 form-group START --> | |
| 377 | - <div class="form-group"> | |
| 378 | - <!-- 进场时间 START --> | |
| 379 | - <div class="col-md-6"> | |
| 380 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 381 | - $$$$$${txt-1462} : | |
| 382 | - </label> | |
| 383 | - <div class="col-md-4"> | |
| 384 | - <input type="text" class="form-control" name="upInTimer" id="upInTimerInput" placeholder="$$$$$${txt-1462}"> | |
| 385 | - <span class="help-block"> $$$$$${txt-276} </span> | |
| 386 | - </div> | |
| 387 | - </div> | |
| 388 | - <!-- 进场时间 END --> | |
| 389 | - | |
| 390 | - <!-- 出场时间 START --> | |
| 391 | - <div class="col-md-6"> | |
| 392 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 393 | - $$$$$${txt-1465} : | |
| 394 | - </label> | |
| 395 | - <div class="col-md-4"> | |
| 396 | - <input type="text" class="form-control" name="upOutTimer" id="upOutTimerInput" placeholder="$$$$$${txt-1465}"> | |
| 397 | - <span class="help-block"> $$$$$${txt-303} </span> | |
| 398 | - </div> | |
| 399 | - </div> | |
| 400 | - <!-- 出场时间 END --> | |
| 401 | - </div> | |
| 402 | - <!-- 表单分组组件 form-group END --> | |
| 403 | - | |
| 404 | - <!-- 表单分组组件 form-group START --> | |
| 405 | - <div class="form-group"> | |
| 406 | - <!-- 进场里程 START --> | |
| 407 | - <div class="col-md-6"> | |
| 408 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 409 | - $$$$$${txt-1463} : | |
| 410 | - </label> | |
| 411 | - <div class="col-md-4"> | |
| 412 | - <input type="text" class="form-control" name="upInMileage" id="upInMileageInput" placeholder="$$$$$${txt-1463}"> | |
| 413 | - <span class="help-block"> $$$$$${txt-304} </span> | |
| 414 | - </div> | |
| 415 | - </div> | |
| 416 | - <!-- 进场里程 END --> | |
| 417 | - | |
| 418 | - <!-- 出场里程 START --> | |
| 419 | - <div class="col-md-6"> | |
| 420 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 421 | - $$$$$${txt-1466} : | |
| 422 | - </label> | |
| 423 | - <div class="col-md-4"> | |
| 424 | - <input type="text" class="form-control" name="upOutMileage" id="upOutMileageInput" placeholder="$$$$$${txt-1466}"> | |
| 425 | - <span class="help-block"> $$$$$${txt-275} </span> | |
| 426 | - </div> | |
| 427 | - </div> | |
| 428 | - <!-- 出场里程 END --> | |
| 429 | - </div> | |
| 430 | - <!-- 表单分组组件 form-group END --> | |
| 431 | - | |
| 432 | - <!-- 表单分组组件 form-group START --> | |
| 433 | - <div class="form-group"> | |
| 434 | - <!-- 进场时间2 START --> | |
| 435 | - <div class="col-md-6"> | |
| 436 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 437 | - $$$$$${txt-1455} : | |
| 438 | - </label> | |
| 439 | - <div class="col-md-4"> | |
| 440 | - <input type="text" class="form-control" name="downInTimer" id="downInTimerInput" placeholder="$$$$$${txt-1455}"> | |
| 441 | - <span class="help-block"> $$$$$${txt-272} </span> | |
| 442 | - </div> | |
| 443 | - </div> | |
| 444 | - <!-- 进场时间2 END --> | |
| 445 | - | |
| 446 | - <!-- 出场时间2 START --> | |
| 447 | - <div class="col-md-6"> | |
| 448 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 449 | - $$$$$${txt-1458} : | |
| 450 | - </label> | |
| 451 | - <div class="col-md-4"> | |
| 452 | - <input type="text" class="form-control" name="downOutTimer" id="downOutTimerInput" placeholder="$$$$$${txt-1458}"> | |
| 453 | - <span class="help-block"> $$$$$${txt-274} </span> | |
| 454 | - </div> | |
| 455 | - </div> | |
| 456 | - <!-- 出场时间2 END --> | |
| 457 | - </div> | |
| 458 | - <!-- 表单分组组件 form-group END --> | |
| 459 | - | |
| 460 | - <!-- 表单分组组件 form-group START --> | |
| 461 | - <div class="form-group"> | |
| 462 | - <!-- 进场里程2 START --> | |
| 463 | - <div class="col-md-6"> | |
| 464 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 465 | - $$$$$${txt-1456} : | |
| 466 | - </label> | |
| 467 | - <div class="col-md-4"> | |
| 468 | - <input type="text" class="form-control" name="downInMileage" id="downInMileageInput" placeholder="$$$$$${txt-1456}"> | |
| 469 | - <span class="help-block"> $$$$$${txt-273} </span> | |
| 470 | - </div> | |
| 471 | - </div> | |
| 472 | - <!-- 进场里程2 END --> | |
| 473 | - | |
| 474 | - <!-- 出场里程2 START --> | |
| 475 | - <div class="col-md-6"> | |
| 476 | - <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 477 | - $$$$$${txt-1459} : | |
| 478 | - </label> | |
| 479 | - <div class="col-md-4"> | |
| 480 | - <input type="text" class="form-control" name="downOutMileage" id="downOutMileageInput" placeholder="$$$$$${txt-1459}"> | |
| 481 | - <span class="help-block"> $$$$$${txt-302} </span> | |
| 482 | - </div> | |
| 483 | - </div> | |
| 484 | - <!-- 出场里程2 END --> | |
| 485 | - </div> | |
| 486 | - <!-- 表单分组组件 form-group END --> | |
| 487 | - | |
| 488 | - <!-- 表单分组组件 form-group START --> | |
| 489 | - <div class="form-group"> | |
| 490 | - <!-- 越界 START --> | |
| 491 | - <div class="col-md-6"> | |
| 492 | - <label class="control-label col-md-5"> | |
| 493 | - $$$$$${txt-3895} : | |
| 494 | - </label> | |
| 495 | - <div class="col-md-4"> | |
| 496 | - <input type="text" class="form-control" name="overflights" id="overflightsInput" placeholder="$$$$$${txt-3895}"> | |
| 497 | - </div> | |
| 498 | - </div> | |
| 499 | - <!-- 越界 END --> | |
| 500 | - | |
| 501 | - <!-- 大间隔(平时)START --> | |
| 502 | - <div class="col-md-6"> | |
| 503 | - <label class="control-label col-md-5"> | |
| 504 | - $$$$$${txt-1054} : | |
| 505 | - </label> | |
| 506 | - <div class="col-md-4"> | |
| 507 | - <input type="text" class="form-control" name="intervalLg" id="intervalLgInput" placeholder="$$$$$${txt-2096}"> | |
| 508 | - </div> | |
| 509 | - </div> | |
| 510 | - <!-- 大间隔(平时)END --> | |
| 511 | - </div> | |
| 512 | - <!-- 表单分组组件 form-group END --> | |
| 513 | - | |
| 514 | - <!-- 表单分组组件 form-group START --> | |
| 515 | - <div class="form-group"> | |
| 516 | - <!-- 滞站 START --> | |
| 517 | - <div class="col-md-6"> | |
| 518 | - <label class="control-label col-md-5"> | |
| 519 | - $$$$$${txt-3891} : | |
| 520 | - </label> | |
| 521 | - <div class="col-md-4"> | |
| 522 | - <input type="text" class="form-control" name="lagStation" id="lagStationInput" placeholder="$$$$$${txt-3891}"> | |
| 523 | - </div> | |
| 524 | - </div> | |
| 525 | - <!-- 滞站 END --> | |
| 526 | - | |
| 527 | - <!-- 越站 START --> | |
| 528 | - <div class="col-md-6"> | |
| 529 | - <label class="control-label col-md-5"> | |
| 530 | - $$$$$${txt-3894} : | |
| 531 | - </label> | |
| 532 | - <div class="col-md-4"> | |
| 533 | - <input type="text" class="form-control" name="skip" id="skipInput" placeholder="$$$$$${txt-3894}"> | |
| 534 | - </div> | |
| 535 | - </div> | |
| 536 | - <!-- 越站 END --> | |
| 537 | - </div> | |
| 538 | - <!-- 表单分组组件 form-group END --> | |
| 539 | - | |
| 540 | - <!-- 表单分组组件 form-group START --> | |
| 541 | - <div class="form-group"> | |
| 542 | - <!-- 超速 START --> | |
| 543 | - <div class="col-md-6"> | |
| 544 | - <label class="control-label col-md-5"><span class="required"> * </span> | |
| 545 | - $$$$$${txt-3899} : | |
| 546 | - </label> | |
| 547 | - <div class="col-md-4"> | |
| 548 | - <input type="text" class="form-control" name="speeding" id="speedingInput" placeholder="$$$$$${txt-3899}"> | |
| 549 | - </div> | |
| 550 | - </div> | |
| 551 | - <!-- 超速 END --> | |
| 552 | - | |
| 553 | - <!-- 串线 START --> | |
| 554 | - <div class="col-md-6"> | |
| 555 | - <label class="control-label col-md-5"> | |
| 556 | - $$$$$${txt-3898} : | |
| 557 | - </label> | |
| 558 | - <div class="col-md-4"> | |
| 559 | - <input type="text" class="form-control" name="crossedLine" id="crossedLineInput" placeholder="$$$$$${txt-3898}"> | |
| 560 | - </div> | |
| 561 | - </div> | |
| 562 | - <!-- 串线 END --> | |
| 563 | - </div> | |
| 564 | - <!-- 表单分组组件 form-group END --> | |
| 565 | - | |
| 566 | - <!-- 表单分组组件 form-group START --> | |
| 567 | - <div class="form-group"> | |
| 568 | - <!-- 描述/说明 START --> | |
| 569 | - <div class="col-md-6"> | |
| 570 | - <label class="col-md-5 control-label"> | |
| 571 | - $$$$$${txt-4477} : | |
| 572 | - </label> | |
| 573 | - <div class="col-md-4"> | |
| 574 | - <textarea class="form-control" rows="3" name="descriptions" id="descriptionsInput" placeholder="$$$$$${txt-4477}"></textarea> | |
| 575 | - </div> | |
| 576 | - </div> | |
| 577 | - <!-- 描述/说明 END --> | |
| 578 | - </div> | |
| 579 | - <!-- 表单分组组件 form-group END --> | |
| 580 | - </div> | |
| 581 | - <!-- 表单字段内容 END --> | |
| 582 | - | |
| 583 | - <!-- 表单按钮组件 START --> | |
| 584 | - <div class="form-actions"> | |
| 585 | - <div class="row"> | |
| 586 | - <div class="col-md-offset-3 col-md-4"> | |
| 587 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 588 | - <a type="button" class="btn default back-up" href="lineinformation.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> | |
| 589 | - </div> | |
| 590 | - </div> | |
| 591 | - </div> | |
| 592 | - <!-- 表单按钮组件 END --> | |
| 593 | - </form> | |
| 594 | - <!-- lineinformation_add_form FORM END --> | |
| 595 | - </div> | |
| 596 | - <!-- 表单组件 END --> | |
| 597 | -</div> | |
| 598 | -<!-- 信息容器组件 END --> | |
| 599 | - | |
| 600 | -<!-- 线路标准信息修改片段JS模块 --> | |
| 1 | +<!-- 片段标题 START --> | |
| 2 | +<div class="page-head"> | |
| 3 | + <div class="page-title"> | |
| 4 | + <h1>$$$$$${txt-731}</h1> | |
| 5 | + </div> | |
| 6 | +</div> | |
| 7 | +<!-- 片段标题 END --> | |
| 8 | + | |
| 9 | +<!-- 线路标准信息导航栏组件 START --> | |
| 10 | +<ul class="page-breadcrumb breadcrumb"> | |
| 11 | + <li><a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> <i class="fa fa-circle"></i></li> | |
| 12 | + <li><span class="active">$$$$$${txt-2398}</span> <i class="fa fa-circle"></i></li> | |
| 13 | + <li><a href="/pages/base/line/list.html" data-pjax>$$$$$${txt-2941}</a> <i class="fa fa-circle"></i></li> | |
| 14 | + <li><a href="/pages/base/line/lineinformation/lineinformation.html" class="back-up" data-pjax>$$$$$${txt-1307}</a> <i class="fa fa-circle"></i></li> | |
| 15 | + <li><span class="active">$$$$$${txt-731}</span></li> | |
| 16 | +</ul> | |
| 17 | +<!-- 线路标准信息导航栏组件 START --> | |
| 18 | + | |
| 19 | +<!-- 信息容器组件 START --> | |
| 20 | +<div class="portlet light bordered"> | |
| 21 | + | |
| 22 | + <!-- 信息容器组件标题 START --> | |
| 23 | + <div class="portlet-title"> | |
| 24 | + <div class="caption"> | |
| 25 | + <i class="icon-equalizer font-red-sunglo"></i> | |
| 26 | + <span class="caption-subject font-red-sunglo bold uppercase">$$$$$${txt-731}</span> | |
| 27 | + </div> | |
| 28 | + </div> | |
| 29 | + <!-- 信息容器组件标题 END --> | |
| 30 | + | |
| 31 | + <!-- 表单容器组件 START --> | |
| 32 | + <div class="portlet-body form"> | |
| 33 | + | |
| 34 | + <!-- START FORM --> | |
| 35 | + <form action="/lineinformation" class="form-horizontal" id="lineinformation_edit_form" > | |
| 36 | + | |
| 37 | + <!-- 错误提示 --> | |
| 38 | + <div class="alert alert-danger display-hide"> | |
| 39 | + <button class="close" data-close="alert"></button> | |
| 40 | + $$$$$${txt-135} | |
| 41 | + </div> | |
| 42 | + | |
| 43 | + <!-- 线路信息ID --> | |
| 44 | + <input type="hidden" name="id" id="lineinformationId"> | |
| 45 | + | |
| 46 | + <!-- 表单字段内容 START --> | |
| 47 | + <div class="form-body"> | |
| 48 | + <!-- 表单分组组件 form-group START --> | |
| 49 | + <div class="form-group"> | |
| 50 | + <!-- 线路名称 (* 必填项) START --> | |
| 51 | + <div class="col-md-6"> | |
| 52 | + <label class="control-label col-md-5"> | |
| 53 | + <span class="required"> * </span> | |
| 54 | + $$$$$${txt-3347} : | |
| 55 | + </label> | |
| 56 | + <div class="col-md-4"> | |
| 57 | + <select name="line" class="form-control" style="width:100%" id="lineSelect"></select> | |
| 58 | + </div> | |
| 59 | + </div> | |
| 60 | + <!-- 线路名称 END --> | |
| 61 | + | |
| 62 | + <!-- 线路标准信息类型 (* 必填项) START (因为options值基本固定,所以在页面固定。【以后可以根具需求修改成使用字典表实现】) --> | |
| 63 | + <div class="col-md-6"> | |
| 64 | + <label class="control-label col-md-5"> | |
| 65 | + <span class="required"> * </span>$$$$$${txt-3888} : | |
| 66 | + </label> | |
| 67 | + <div class="col-md-4"> | |
| 68 | + <select name="type" class="form-control" id="typeInput"> | |
| 69 | + <option value="">$$$$$${txt-2035}</option> | |
| 70 | + <option value="zc">$$$$$${txt-3979}</option> | |
| 71 | + <option value="qj">$$$$$${txt-3980}</option> | |
| 72 | + <option value="fk">$$$$$${txt-3981}</option> | |
| 73 | + </select> | |
| 74 | + </div> | |
| 75 | + </div> | |
| 76 | + <!-- 线路标准信息类型 END --> | |
| 77 | + </div> | |
| 78 | + <!-- 表单分组组件 form-group END --> | |
| 79 | + | |
| 80 | + <!-- 表单分组组件 form-group START --> | |
| 81 | + <div class="form-group"> | |
| 82 | + <!-- 标准总里程 START --> | |
| 83 | + <div class="col-md-6"> | |
| 84 | + <label class="control-label col-md-5"> | |
| 85 | + $$$$$${txt-1978} : | |
| 86 | + </label> | |
| 87 | + <div class="col-md-4"> | |
| 88 | + <input type="text" class="form-control" name="totalMileage" id="totalMileageInput" placeholder="$$$$$${txt-1978}"> | |
| 89 | + <span class="help-block"> $$$$$${txt-4137} </span> | |
| 90 | + </div> | |
| 91 | + </div> | |
| 92 | + <!-- 标准总里程 END --> | |
| 93 | + | |
| 94 | + <!-- 空放里程 START --> | |
| 95 | + <div class="col-md-6"> | |
| 96 | + <label class="control-label col-md-5"> | |
| 97 | + $$$$$${txt-2653} : | |
| 98 | + </label> | |
| 99 | + <div class="col-md-4"> | |
| 100 | + <input type="text" class="form-control" name="emptyMileage" id="emptyMileageInput" placeholder="$$$$$${txt-2653}"> | |
| 101 | + <span class="help-block"> $$$$$${txt-4137} </span> | |
| 102 | + </div> | |
| 103 | + </div> | |
| 104 | + <!-- 空放里程 END --> | |
| 105 | + </div> | |
| 106 | + <!-- 表单分组组件 form-group END --> | |
| 107 | + | |
| 108 | + <!-- 表单分组组件 form-group START --> | |
| 109 | + <div class="form-group"> | |
| 110 | + <!-- 上行里程 (* 必填项) START --> | |
| 111 | + <div class="col-md-6"> | |
| 112 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 113 | + $$$$$${txt-2652} : | |
| 114 | + </label> | |
| 115 | + <div class="col-md-4"> | |
| 116 | + <input type="text" class="form-control" name="upMileage" id="upMileageInput" placeholder="$$$$$${txt-2652}"> | |
| 117 | + <span class="help-block"> $$$$$${txt-4137} </span> | |
| 118 | + </div> | |
| 119 | + </div> | |
| 120 | + <!-- 上行里程 END --> | |
| 121 | + | |
| 122 | + <!-- 下行里程 (* 必填项) START --> | |
| 123 | + <div class="col-md-6"> | |
| 124 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 125 | + $$$$$${txt-2646} : | |
| 126 | + </label> | |
| 127 | + <div class="col-md-4"> | |
| 128 | + <input type="text" class="form-control" name="downMileage" id="downMileageInput" placeholder="$$$$$${txt-2646}"> | |
| 129 | + <span class="help-block"> $$$$$${txt-4137} </span> | |
| 130 | + </div> | |
| 131 | + </div> | |
| 132 | + <!-- 下行里程 END --> | |
| 133 | + </div> | |
| 134 | + <!-- 表单分组组件 form-group END --> | |
| 135 | + | |
| 136 | + <!-- 表单分组组件 form-group START --> | |
| 137 | + <div class="form-group"> | |
| 138 | + <!-- 上行行驶时间 (* 必填项) START --> | |
| 139 | + <div class="col-md-6"> | |
| 140 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 141 | + $$$$$${txt-1464} : | |
| 142 | + </label> | |
| 143 | + <div class="col-md-4"> | |
| 144 | + <input type="text" class="form-control" name="upTravelTime" id="upTravelTimeInput" placeholder="$$$$$${txt-1464}"> | |
| 145 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 146 | + </div> | |
| 147 | + </div> | |
| 148 | + <!-- 上行行驶时间 END --> | |
| 149 | + | |
| 150 | + <!-- 下行行驶时间 (* 必填项) START --> | |
| 151 | + <div class="col-md-6"> | |
| 152 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 153 | + $$$$$${txt-1457} : | |
| 154 | + </label> | |
| 155 | + <div class="col-md-4"> | |
| 156 | + <input type="text" class="form-control" name="downTravelTime" id="downTravelTimeInput" placeholder="$$$$$${txt-1457}"> | |
| 157 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 158 | + </div> | |
| 159 | + </div> | |
| 160 | + <!-- 下行行驶时间 END --> | |
| 161 | + </div> | |
| 162 | + <!-- 表单分组组件 form-group END --> | |
| 163 | + | |
| 164 | + <!-- 表单分组组件 form-group START --> | |
| 165 | + <div class="form-group"> | |
| 166 | + <!-- 早高峰开始时间 START --> | |
| 167 | + <div class="col-md-6"> | |
| 168 | + <label class="control-label col-md-5"> | |
| 169 | + $$$$$${txt-1049} : | |
| 170 | + </label> | |
| 171 | + <div class="col-md-4"> | |
| 172 | + <input type="text" class="form-control" name="earlyStartTime" id="earlyStartTimeInput" placeholder="$$$$$${txt-1049}"> | |
| 173 | + <span class="help-block"> 格式:00:00 </span> | |
| 174 | + </div> | |
| 175 | + </div> | |
| 176 | + <!-- 早高峰开始时间 END --> | |
| 177 | + | |
| 178 | + <!-- 早高峰结束时间 START --> | |
| 179 | + <div class="col-md-6"> | |
| 180 | + <label class="control-label col-md-5"> | |
| 181 | + $$$$$${txt-1050} : | |
| 182 | + </label> | |
| 183 | + <div class="col-md-4"> | |
| 184 | + <input type="text" class="form-control" name="earlyEndTime" id="earlyEndTimeInput" placeholder="$$$$$${txt-1050}"> | |
| 185 | + <span class="help-block"> 格式:00:00 </span> | |
| 186 | + </div> | |
| 187 | + </div> | |
| 188 | + <!-- 早高峰结束时间 END --> | |
| 189 | + </div> | |
| 190 | + <!-- 表单分组组件 form-group END --> | |
| 191 | + | |
| 192 | + <!-- 表单分组组件 form-group START --> | |
| 193 | + <div class="form-group"> | |
| 194 | + <!-- $$$$$${txt-586} START --> | |
| 195 | + <div class="col-md-6"> | |
| 196 | + <label class="control-label col-md-5"> | |
| 197 | + $$$$$${txt-586} : | |
| 198 | + </label> | |
| 199 | + <div class="col-md-4"> | |
| 200 | + <input type="text" class="form-control" name="earlyUpTime" id="earlyUpTimeInput" placeholder="$$$$$${txt-586}"> | |
| 201 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 202 | + </div> | |
| 203 | + </div> | |
| 204 | + <!-- $$$$$${txt-586} END --> | |
| 205 | + | |
| 206 | + <!-- $$$$$${txt-585} START --> | |
| 207 | + <div class="col-md-6"> | |
| 208 | + <label class="control-label col-md-5"> | |
| 209 | + $$$$$${txt-585} : | |
| 210 | + </label> | |
| 211 | + <div class="col-md-4"> | |
| 212 | + <input type="text" class="form-control" name="earlyDownTime" id="earlyDownTimeInput" placeholder="$$$$$${txt-585}"> | |
| 213 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 214 | + </div> | |
| 215 | + </div> | |
| 216 | + <!-- $$$$$${txt-585} END --> | |
| 217 | + </div> | |
| 218 | + <!-- 表单分组组件 form-group END --> | |
| 219 | + | |
| 220 | + <!-- 表单分组组件 form-group START --> | |
| 221 | + <div class="form-group"> | |
| 222 | + <!-- 晚高峰开始时间 START --> | |
| 223 | + <div class="col-md-6"> | |
| 224 | + <label class="control-label col-md-5"> | |
| 225 | + $$$$$${txt-1051} : | |
| 226 | + </label> | |
| 227 | + <div class="col-md-4"> | |
| 228 | + <input type="text" class="form-control" name="lateStartTime" id="lateStartTimeInput" placeholder="$$$$$${txt-1051}"> | |
| 229 | + <span class="help-block"> 格式:00:00 </span> | |
| 230 | + </div> | |
| 231 | + </div> | |
| 232 | + <!-- 晚高峰开始时间 END --> | |
| 233 | + | |
| 234 | + <!-- 晚高峰结束时间 START --> | |
| 235 | + <div class="col-md-6"> | |
| 236 | + <label class="control-label col-md-5"> | |
| 237 | + $$$$$${txt-1052} : | |
| 238 | + </label> | |
| 239 | + <div class="col-md-4"> | |
| 240 | + <input type="text" class="form-control" name="lateEndTime" id="lateEndTimeInput" placeholder="$$$$$${txt-1052}"> | |
| 241 | + <span class="help-block"> 格式:00:00 </span> | |
| 242 | + </div> | |
| 243 | + </div> | |
| 244 | + <!-- 晚高峰结束时间 END --> | |
| 245 | + </div> | |
| 246 | + <!-- 表单分组组件 form-group END --> | |
| 247 | + | |
| 248 | + <!-- 表单分组组件 form-group START --> | |
| 249 | + <div class="form-group"> | |
| 250 | + <!-- $$$$$${txt-581} START --> | |
| 251 | + <div class="col-md-6"> | |
| 252 | + <label class="control-label col-md-5"> $$$$$${txt-581} : </label> | |
| 253 | + <div class="col-md-4"> | |
| 254 | + <input type="text" class="form-control" name="lateUpTime" id="lateUpTimeInput" placeholder="$$$$$${txt-581}"> | |
| 255 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 256 | + </div> | |
| 257 | + </div> | |
| 258 | + <!-- $$$$$${txt-581} END --> | |
| 259 | + | |
| 260 | + <!-- $$$$$${txt-580} START --> | |
| 261 | + <div class="col-md-6"> | |
| 262 | + <label class="control-label col-md-5"> $$$$$${txt-580} : </label> | |
| 263 | + <div class="col-md-4"> | |
| 264 | + <input type="text" class="form-control" name="lateDownTime" id="lateDownTimeInput" placeholder="$$$$$${txt-580}"> | |
| 265 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 266 | + </div> | |
| 267 | + </div> | |
| 268 | + <!-- $$$$$${txt-580} END --> | |
| 269 | + </div> | |
| 270 | + <!-- 表单分组组件 form-group END --> | |
| 271 | + | |
| 272 | + | |
| 273 | + <!-- 表单分组组件 form-group START --> | |
| 274 | + <div class="form-group"> | |
| 275 | + <!-- 小夜高峰开始时间 START --> | |
| 276 | + <div class="col-md-6"> | |
| 277 | + <label class="control-label col-md-5"> | |
| 278 | + $$$$$${txt-780} : | |
| 279 | + </label> | |
| 280 | + <div class="col-md-4"> | |
| 281 | + <input type="text" class="form-control" name="xygfkssj" id="xygfkssjInput" placeholder="$$$$$${txt-780}"> | |
| 282 | + <span class="help-block"> 格式:00:00 </span> | |
| 283 | + </div> | |
| 284 | + </div> | |
| 285 | + <!-- 小夜高峰开始时间 END --> | |
| 286 | + | |
| 287 | + <!-- 小夜高峰结束时间 START --> | |
| 288 | + <div class="col-md-6"> | |
| 289 | + <label class="control-label col-md-5"> | |
| 290 | + $$$$$${txt-781} : | |
| 291 | + </label> | |
| 292 | + <div class="col-md-4"> | |
| 293 | + <input type="text" class="form-control" name="xygfjssj" id="xygfjssjInput" placeholder="$$$$$${txt-781}"> | |
| 294 | + <span class="help-block"> 格式:00:00 </span> | |
| 295 | + </div> | |
| 296 | + </div> | |
| 297 | + <!-- 小夜高峰结束时间 END --> | |
| 298 | + </div> | |
| 299 | + <!-- 表单分组组件 form-group END --> | |
| 300 | + | |
| 301 | + <!-- 表单分组组件 form-group START --> | |
| 302 | + <div class="form-group"> | |
| 303 | + <!-- $$$$$${txt-426} START --> | |
| 304 | + <div class="col-md-6"> | |
| 305 | + <label class="control-label col-md-5"> $$$$$${txt-426}: </label> | |
| 306 | + <div class="col-md-4"> | |
| 307 | + <input type="text" class="form-control" name="nightStartTime" id="nightStartTimeInput" placeholder="$$$$$${txt-426}"> | |
| 308 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 309 | + </div> | |
| 310 | + </div> | |
| 311 | + <!-- $$$$$${txt-426} END --> | |
| 312 | + | |
| 313 | + <!-- $$$$$${txt-425} START --> | |
| 314 | + <div class="col-md-6"> | |
| 315 | + <label class="control-label col-md-5"> $$$$$${txt-425}: </label> | |
| 316 | + <div class="col-md-4"> | |
| 317 | + <input type="text" class="form-control" name="nightEndTime" id="nightEndTimeInput" placeholder="$$$$$${txt-580}"> | |
| 318 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 319 | + </div> | |
| 320 | + </div> | |
| 321 | + <!-- $$$$$${txt-425} END --> | |
| 322 | + </div> | |
| 323 | + <!-- 表单分组组件 form-group END --> | |
| 324 | + | |
| 325 | + <!-- 表单分组组件 form-group START --> | |
| 326 | + <div class="form-group"> | |
| 327 | + <!-- 低谷上行行驶时间 START --> | |
| 328 | + <div class="col-md-6"> | |
| 329 | + <label class="control-label col-md-5"> $$$$$${txt-777} : </label> | |
| 330 | + <div class="col-md-4"> | |
| 331 | + <input type="text" class="form-control" name="troughUpTime" id="troughUpTimeInput" placeholder="$$$$$${txt-777}"> | |
| 332 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 333 | + </div> | |
| 334 | + </div> | |
| 335 | + <!-- 低谷上行行驶时间 END --> | |
| 336 | + | |
| 337 | + <!-- 低谷下行行驶时间 START --> | |
| 338 | + <div class="col-md-6"> | |
| 339 | + <label class="control-label col-md-5"> $$$$$${txt-776} : </label> | |
| 340 | + <div class="col-md-4"> | |
| 341 | + <input type="text" class="form-control" name="troughDownTime" id="troughDownTimeInput" placeholder="$$$$$${txt-776}"> | |
| 342 | + <span class="help-block"> $$$$$${txt-4487} </span> | |
| 343 | + </div> | |
| 344 | + </div> | |
| 345 | + <!-- 低谷下行行驶时间 END --> | |
| 346 | + </div> | |
| 347 | + <!-- 表单分组组件 form-group END --> | |
| 348 | + | |
| 349 | + <!-- 表单分组组件 form-group START --> | |
| 350 | + <div class="form-group"> | |
| 351 | + <!-- 停车场 START --> | |
| 352 | + <div class="col-md-6"> | |
| 353 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 354 | + 停车场 : | |
| 355 | + </label> | |
| 356 | + <div class="col-md-4"> | |
| 357 | + <select name="carPark" class="form-control" id="carParkSelect"></select> | |
| 358 | + <!-- <input type="text" class="form-control" name="carPark" id="carParkInput" placeholder="停车场"> --> | |
| 359 | + </div> | |
| 360 | + </div> | |
| 361 | + <!-- 停车场 END --> | |
| 362 | + | |
| 363 | + <!-- 限速(平时)START --> | |
| 364 | + <div class="col-md-6"> | |
| 365 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 366 | + $$$$$${txt-1454} : | |
| 367 | + </label> | |
| 368 | + <div class="col-md-4"> | |
| 369 | + <input type="text" class="form-control" name="speedLimit" id="speedLimitInput" placeholder="$$$$$${txt-1454}"> | |
| 370 | + </div> | |
| 371 | + </div> | |
| 372 | + <!-- 限速(平时)END --> | |
| 373 | + </div> | |
| 374 | + <!-- 表单分组组件 form-group END --> | |
| 375 | + | |
| 376 | + <!-- 表单分组组件 form-group START --> | |
| 377 | + <div class="form-group"> | |
| 378 | + <!-- 进场时间 START --> | |
| 379 | + <div class="col-md-6"> | |
| 380 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 381 | + $$$$$${txt-1462} : | |
| 382 | + </label> | |
| 383 | + <div class="col-md-4"> | |
| 384 | + <input type="text" class="form-control" name="upInTimer" id="upInTimerInput" placeholder="$$$$$${txt-1462}"> | |
| 385 | + <span class="help-block"> $$$$$${txt-276} </span> | |
| 386 | + </div> | |
| 387 | + </div> | |
| 388 | + <!-- 进场时间 END --> | |
| 389 | + | |
| 390 | + <!-- 出场时间 START --> | |
| 391 | + <div class="col-md-6"> | |
| 392 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 393 | + $$$$$${txt-1465} : | |
| 394 | + </label> | |
| 395 | + <div class="col-md-4"> | |
| 396 | + <input type="text" class="form-control" name="upOutTimer" id="upOutTimerInput" placeholder="$$$$$${txt-1465}"> | |
| 397 | + <span class="help-block"> $$$$$${txt-303} </span> | |
| 398 | + </div> | |
| 399 | + </div> | |
| 400 | + <!-- 出场时间 END --> | |
| 401 | + </div> | |
| 402 | + <!-- 表单分组组件 form-group END --> | |
| 403 | + | |
| 404 | + <!-- 表单分组组件 form-group START --> | |
| 405 | + <div class="form-group"> | |
| 406 | + <!-- 进场里程 START --> | |
| 407 | + <div class="col-md-6"> | |
| 408 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 409 | + $$$$$${txt-1463} : | |
| 410 | + </label> | |
| 411 | + <div class="col-md-4"> | |
| 412 | + <input type="text" class="form-control" name="upInMileage" id="upInMileageInput" placeholder="$$$$$${txt-1463}"> | |
| 413 | + <span class="help-block"> $$$$$${txt-304} </span> | |
| 414 | + </div> | |
| 415 | + </div> | |
| 416 | + <!-- 进场里程 END --> | |
| 417 | + | |
| 418 | + <!-- 出场里程 START --> | |
| 419 | + <div class="col-md-6"> | |
| 420 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 421 | + $$$$$${txt-1466} : | |
| 422 | + </label> | |
| 423 | + <div class="col-md-4"> | |
| 424 | + <input type="text" class="form-control" name="upOutMileage" id="upOutMileageInput" placeholder="$$$$$${txt-1466}"> | |
| 425 | + <span class="help-block"> $$$$$${txt-275} </span> | |
| 426 | + </div> | |
| 427 | + </div> | |
| 428 | + <!-- 出场里程 END --> | |
| 429 | + </div> | |
| 430 | + <!-- 表单分组组件 form-group END --> | |
| 431 | + | |
| 432 | + <!-- 表单分组组件 form-group START --> | |
| 433 | + <div class="form-group"> | |
| 434 | + <!-- 进场时间2 START --> | |
| 435 | + <div class="col-md-6"> | |
| 436 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 437 | + $$$$$${txt-1455} : | |
| 438 | + </label> | |
| 439 | + <div class="col-md-4"> | |
| 440 | + <input type="text" class="form-control" name="downInTimer" id="downInTimerInput" placeholder="$$$$$${txt-1455}"> | |
| 441 | + <span class="help-block"> $$$$$${txt-272} </span> | |
| 442 | + </div> | |
| 443 | + </div> | |
| 444 | + <!-- 进场时间2 END --> | |
| 445 | + | |
| 446 | + <!-- 出场时间2 START --> | |
| 447 | + <div class="col-md-6"> | |
| 448 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 449 | + $$$$$${txt-1458} : | |
| 450 | + </label> | |
| 451 | + <div class="col-md-4"> | |
| 452 | + <input type="text" class="form-control" name="downOutTimer" id="downOutTimerInput" placeholder="$$$$$${txt-1458}"> | |
| 453 | + <span class="help-block"> $$$$$${txt-274} </span> | |
| 454 | + </div> | |
| 455 | + </div> | |
| 456 | + <!-- 出场时间2 END --> | |
| 457 | + </div> | |
| 458 | + <!-- 表单分组组件 form-group END --> | |
| 459 | + | |
| 460 | + <!-- 表单分组组件 form-group START --> | |
| 461 | + <div class="form-group"> | |
| 462 | + <!-- 进场里程2 START --> | |
| 463 | + <div class="col-md-6"> | |
| 464 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 465 | + $$$$$${txt-1456} : | |
| 466 | + </label> | |
| 467 | + <div class="col-md-4"> | |
| 468 | + <input type="text" class="form-control" name="downInMileage" id="downInMileageInput" placeholder="$$$$$${txt-1456}"> | |
| 469 | + <span class="help-block"> $$$$$${txt-273} </span> | |
| 470 | + </div> | |
| 471 | + </div> | |
| 472 | + <!-- 进场里程2 END --> | |
| 473 | + | |
| 474 | + <!-- 出场里程2 START --> | |
| 475 | + <div class="col-md-6"> | |
| 476 | + <label class="control-label col-md-5"> <span class="required"> * </span> | |
| 477 | + $$$$$${txt-1459} : | |
| 478 | + </label> | |
| 479 | + <div class="col-md-4"> | |
| 480 | + <input type="text" class="form-control" name="downOutMileage" id="downOutMileageInput" placeholder="$$$$$${txt-1459}"> | |
| 481 | + <span class="help-block"> $$$$$${txt-302} </span> | |
| 482 | + </div> | |
| 483 | + </div> | |
| 484 | + <!-- 出场里程2 END --> | |
| 485 | + </div> | |
| 486 | + <!-- 表单分组组件 form-group END --> | |
| 487 | + | |
| 488 | + <!-- 表单分组组件 form-group START --> | |
| 489 | + <div class="form-group"> | |
| 490 | + <!-- 越界 START --> | |
| 491 | + <div class="col-md-6"> | |
| 492 | + <label class="control-label col-md-5"> | |
| 493 | + $$$$$${txt-3895} : | |
| 494 | + </label> | |
| 495 | + <div class="col-md-4"> | |
| 496 | + <input type="text" class="form-control" name="overflights" id="overflightsInput" placeholder="$$$$$${txt-3895}"> | |
| 497 | + </div> | |
| 498 | + </div> | |
| 499 | + <!-- 越界 END --> | |
| 500 | + | |
| 501 | + <!-- 大间隔(平时)START --> | |
| 502 | + <div class="col-md-6"> | |
| 503 | + <label class="control-label col-md-5"> | |
| 504 | + $$$$$${txt-1054} : | |
| 505 | + </label> | |
| 506 | + <div class="col-md-4"> | |
| 507 | + <input type="text" class="form-control" name="intervalLg" id="intervalLgInput" placeholder="$$$$$${txt-2096}"> | |
| 508 | + </div> | |
| 509 | + </div> | |
| 510 | + <!-- 大间隔(平时)END --> | |
| 511 | + </div> | |
| 512 | + <!-- 表单分组组件 form-group END --> | |
| 513 | + | |
| 514 | + <!-- 表单分组组件 form-group START --> | |
| 515 | + <div class="form-group"> | |
| 516 | + <!-- 滞站 START --> | |
| 517 | + <div class="col-md-6"> | |
| 518 | + <label class="control-label col-md-5"> | |
| 519 | + $$$$$${txt-3891} : | |
| 520 | + </label> | |
| 521 | + <div class="col-md-4"> | |
| 522 | + <input type="text" class="form-control" name="lagStation" id="lagStationInput" placeholder="$$$$$${txt-3891}"> | |
| 523 | + </div> | |
| 524 | + </div> | |
| 525 | + <!-- 滞站 END --> | |
| 526 | + | |
| 527 | + <!-- 越站 START --> | |
| 528 | + <div class="col-md-6"> | |
| 529 | + <label class="control-label col-md-5"> | |
| 530 | + $$$$$${txt-3894} : | |
| 531 | + </label> | |
| 532 | + <div class="col-md-4"> | |
| 533 | + <input type="text" class="form-control" name="skip" id="skipInput" placeholder="$$$$$${txt-3894}"> | |
| 534 | + </div> | |
| 535 | + </div> | |
| 536 | + <!-- 越站 END --> | |
| 537 | + </div> | |
| 538 | + <!-- 表单分组组件 form-group END --> | |
| 539 | + | |
| 540 | + <!-- 表单分组组件 form-group START --> | |
| 541 | + <div class="form-group"> | |
| 542 | + <!-- 超速 START --> | |
| 543 | + <div class="col-md-6"> | |
| 544 | + <label class="control-label col-md-5"><span class="required"> * </span> | |
| 545 | + $$$$$${txt-3899} : | |
| 546 | + </label> | |
| 547 | + <div class="col-md-4"> | |
| 548 | + <input type="text" class="form-control" name="speeding" id="speedingInput" placeholder="$$$$$${txt-3899}"> | |
| 549 | + </div> | |
| 550 | + </div> | |
| 551 | + <!-- 超速 END --> | |
| 552 | + | |
| 553 | + <!-- 串线 START --> | |
| 554 | + <div class="col-md-6"> | |
| 555 | + <label class="control-label col-md-5"> | |
| 556 | + $$$$$${txt-3898} : | |
| 557 | + </label> | |
| 558 | + <div class="col-md-4"> | |
| 559 | + <input type="text" class="form-control" name="crossedLine" id="crossedLineInput" placeholder="$$$$$${txt-3898}"> | |
| 560 | + </div> | |
| 561 | + </div> | |
| 562 | + <!-- 串线 END --> | |
| 563 | + </div> | |
| 564 | + <!-- 表单分组组件 form-group END --> | |
| 565 | + | |
| 566 | + <!-- 表单分组组件 form-group START --> | |
| 567 | + <div class="form-group"> | |
| 568 | + <!-- 描述/说明 START --> | |
| 569 | + <div class="col-md-6"> | |
| 570 | + <label class="col-md-5 control-label"> | |
| 571 | + $$$$$${txt-4477} : | |
| 572 | + </label> | |
| 573 | + <div class="col-md-4"> | |
| 574 | + <textarea class="form-control" rows="3" name="descriptions" id="descriptionsInput" placeholder="$$$$$${txt-4477}"></textarea> | |
| 575 | + </div> | |
| 576 | + </div> | |
| 577 | + <!-- 描述/说明 END --> | |
| 578 | + </div> | |
| 579 | + <!-- 表单分组组件 form-group END --> | |
| 580 | + </div> | |
| 581 | + <!-- 表单字段内容 END --> | |
| 582 | + | |
| 583 | + <!-- 表单按钮组件 START --> | |
| 584 | + <div class="form-actions"> | |
| 585 | + <div class="row"> | |
| 586 | + <div class="col-md-offset-3 col-md-4"> | |
| 587 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 588 | + <a type="button" class="btn default back-up" href="lineinformation.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> | |
| 589 | + </div> | |
| 590 | + </div> | |
| 591 | + </div> | |
| 592 | + <!-- 表单按钮组件 END --> | |
| 593 | + </form> | |
| 594 | + <!-- lineinformation_add_form FORM END --> | |
| 595 | + </div> | |
| 596 | + <!-- 表单组件 END --> | |
| 597 | +</div> | |
| 598 | +<!-- 信息容器组件 END --> | |
| 599 | + | |
| 600 | +<!-- 线路标准信息修改片段JS模块 --> | |
| 601 | 601 | <script src="/pages/base/lineinformation/js/lineinformation-edit-form.js"></script> |
| 602 | 602 | \ No newline at end of file | ... | ... |
src/main/resources/static/pages/base/lineversions/edit.html
| 1 | -<!-- 片段标题 START --> | |
| 2 | -<div class="page-head"> | |
| 3 | - <div class="page-title"> | |
| 4 | - <h1>$$$$$${txt-1340}</h1> | |
| 5 | - </div> | |
| 6 | -</div> | |
| 7 | -<!-- 片段标题 END --> | |
| 8 | - | |
| 9 | -<!-- 线路信息导航栏组件 START --> | |
| 10 | -<ul class="page-breadcrumb breadcrumb"> | |
| 11 | - <li><a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> <i class="fa fa-circle"></i></li> | |
| 12 | - <li><span class="active">$$$$$${txt-2398}</span> <i class="fa fa-circle"></i></li> | |
| 13 | - <li><a href="/pages/base/line/list.html" data-pjax>$$$$$${txt-2941}</a> <i class="fa fa-circle"></i></li> | |
| 14 | - <li><span class="active">$$$$$${txt-1340}</span></li> | |
| 15 | -</ul> | |
| 16 | -<!-- 线路信息导航栏组件 END --> | |
| 17 | - | |
| 18 | -<!-- 信息容器组件 START --> | |
| 19 | -<div class="portlet light bordered"> | |
| 20 | - | |
| 21 | - <!-- 信息容器组件标题 START --> | |
| 22 | - <div class="portlet-title"> | |
| 23 | - <div class="caption"> | |
| 24 | - <i class="icon-equalizer font-red-sunglo"></i> | |
| 25 | - <span class="caption-subject font-red-sunglo bold uppercase">$$$$$${txt-1340}</span> | |
| 26 | - </div> | |
| 27 | - </div> | |
| 28 | - <!-- 信息容器组件标题 END --> | |
| 29 | - | |
| 30 | - <!-- 表单容器组件 START --> | |
| 31 | - <div class="portlet-body form" id="lineEditForm"> | |
| 32 | - | |
| 33 | - <!-- START FORM --> | |
| 34 | - <form action="/lineVersions" class="form-horizontal" id="lineVersions_edit_form" > | |
| 35 | - | |
| 36 | - <!-- 错误提示信息组件 START --> | |
| 37 | - <div class="alert alert-danger display-hide"> | |
| 38 | - <button class="close" data-close="alert"></button> | |
| 39 | - $$$$$${txt-135} | |
| 40 | - </div> | |
| 41 | - <!-- 错误提示信息组件 END --> | |
| 42 | - | |
| 43 | - <!-- 表单内容 START --> | |
| 44 | - <div class="form-body"> | |
| 45 | - <input type="hidden" name="lineId" id="lineIdInput" /> | |
| 46 | - <input type="hidden" name="lineCode" id="lineCodeInput" /> | |
| 47 | - <input type="hidden" name="status" id="statusInput" /> | |
| 48 | - <input type="hidden" name="Id" id="IdInput" /> | |
| 49 | - <!-- 表单分组组件 form-group END --> | |
| 50 | - | |
| 51 | - <div class="form-group"> | |
| 52 | - <label class="control-label col-md-5"> | |
| 53 | - <span class="required"> * </span>$$$$$${txt-4378} : | |
| 54 | - </label> | |
| 55 | - <div class="col-md-4"> | |
| 56 | - <input name="name" class="form-control" style="width:100%" id="nameInput" placeholder="$$$$$${txt-93}" /> | |
| 57 | - </div> | |
| 58 | - </div> | |
| 59 | - | |
| 60 | - <!-- 表单分组组件 form-group START --> | |
| 61 | - <div class="form-group"> | |
| 62 | - <label class="control-label col-md-5"> | |
| 63 | - <span class="required"> * </span>$$$$$${txt-3347} : | |
| 64 | - </label> | |
| 65 | - <div class="col-md-4"> | |
| 66 | - <select name="line" class="form-control" style="width:100%" id="lineSelect" disabled="true"></select> | |
| 67 | - </div> | |
| 68 | - </div> | |
| 69 | - <!-- 表单分组组件 form-group END --> | |
| 70 | - | |
| 71 | - <!-- 表单分组组件 form-group START --> | |
| 72 | - <div class="form-group"> | |
| 73 | - <label class="control-label col-md-5"> | |
| 74 | - <span class="required"> * </span>$$$$$${txt-2711} : | |
| 75 | - </label> | |
| 76 | - <div class="col-md-4"> | |
| 77 | - <input type="text" class="form-control" name="startDate" id="startDateInput" /> | |
| 78 | - </div> | |
| 79 | - </div> | |
| 80 | - <!-- 表单分组组件 form-group END --> | |
| 81 | - | |
| 82 | - <!-- 表单分组组件 form-group START --> | |
| 83 | - <div class="form-group"> | |
| 84 | - <label class="control-label col-md-5"> | |
| 85 | - <span class="required"> * </span>$$$$$${txt-2708} : | |
| 86 | - </label> | |
| 87 | - <div class="col-md-4"> | |
| 88 | - <input type="text" class="form-control" name="endDate" id="endDateInput" /> | |
| 89 | - </div> | |
| 90 | - </div> | |
| 91 | - <!-- 表单分组组件 form-group END --> | |
| 92 | - | |
| 93 | - <!-- 表单分组组件 form-group START --> | |
| 94 | - <div class="form-group"> | |
| 95 | - <label class="control-label col-md-5"> | |
| 96 | - <span class="required"> * </span>$$$$$${txt-2915} : | |
| 97 | - </label> | |
| 98 | - <div class="col-md-4"> | |
| 99 | - <input type="text" class="form-control" name="versions" id="versionsInput" placeholder="$$$$$${txt-2915}" readonly="true" /> | |
| 100 | - </div> | |
| 101 | - </div> | |
| 102 | - <!-- 表单分组组件 form-group END --> | |
| 103 | - | |
| 104 | - <!-- <div class="form-group"> | |
| 105 | - <label class="control-label col-md-5"> | |
| 106 | - <span class="required"> * </span>线路版本状态 : | |
| 107 | - </label> | |
| 108 | - <div class="col-md-4"> | |
| 109 | - <select name="status" class="form-control" id="statusInput"> | |
| 110 | - <option value="">请选择...</option> | |
| 111 | - <option value="1">当前版本</option> | |
| 112 | - <option value="2">待更新版本</option> | |
| 113 | - <option value="0">历史版本</option> | |
| 114 | - </select> | |
| 115 | - </div> | |
| 116 | - </div> --> | |
| 117 | - | |
| 118 | - <!-- 表单分组组件 form-group START --> | |
| 119 | - <div class="form-group"> | |
| 120 | - <label class="control-label col-md-5"> $$$$$${txt-4477} : </label> | |
| 121 | - <div class="col-md-4"> | |
| 122 | - <textarea class="form-control" rows="3" name="remark" id="remarkTextarea" ></textarea> | |
| 123 | - </div> | |
| 124 | - </div> | |
| 125 | - <!-- 表单分组组件 form-group END --> | |
| 126 | - </div> | |
| 127 | - | |
| 128 | - <!-- 表单按钮组件 START --> | |
| 129 | - <div class="form-actions"> | |
| 130 | - <div class="row"> | |
| 131 | - <div class="col-md-offset-5 col-md-7"> | |
| 132 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 133 | - <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> | |
| 134 | - </div> | |
| 135 | - </div> | |
| 136 | - </div> | |
| 137 | - <!-- 表单按钮组件 END --> | |
| 138 | - </form> | |
| 139 | - <!-- END FORM--> | |
| 140 | - </div> | |
| 141 | - <!-- 表单组件 END --> | |
| 142 | -</div> | |
| 143 | -<!-- 信息容器组件 END --> | |
| 144 | - | |
| 145 | -<!-- 线路信息修改片段JS模块 --> | |
| 1 | +<!-- 片段标题 START --> | |
| 2 | +<div class="page-head"> | |
| 3 | + <div class="page-title"> | |
| 4 | + <h1>$$$$$${txt-1340}</h1> | |
| 5 | + </div> | |
| 6 | +</div> | |
| 7 | +<!-- 片段标题 END --> | |
| 8 | + | |
| 9 | +<!-- 线路信息导航栏组件 START --> | |
| 10 | +<ul class="page-breadcrumb breadcrumb"> | |
| 11 | + <li><a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> <i class="fa fa-circle"></i></li> | |
| 12 | + <li><span class="active">$$$$$${txt-2398}</span> <i class="fa fa-circle"></i></li> | |
| 13 | + <li><a href="/pages/base/line/list.html" data-pjax>$$$$$${txt-2941}</a> <i class="fa fa-circle"></i></li> | |
| 14 | + <li><span class="active">$$$$$${txt-1340}</span></li> | |
| 15 | +</ul> | |
| 16 | +<!-- 线路信息导航栏组件 END --> | |
| 17 | + | |
| 18 | +<!-- 信息容器组件 START --> | |
| 19 | +<div class="portlet light bordered"> | |
| 20 | + | |
| 21 | + <!-- 信息容器组件标题 START --> | |
| 22 | + <div class="portlet-title"> | |
| 23 | + <div class="caption"> | |
| 24 | + <i class="icon-equalizer font-red-sunglo"></i> | |
| 25 | + <span class="caption-subject font-red-sunglo bold uppercase">$$$$$${txt-1340}</span> | |
| 26 | + </div> | |
| 27 | + </div> | |
| 28 | + <!-- 信息容器组件标题 END --> | |
| 29 | + | |
| 30 | + <!-- 表单容器组件 START --> | |
| 31 | + <div class="portlet-body form" id="lineEditForm"> | |
| 32 | + | |
| 33 | + <!-- START FORM --> | |
| 34 | + <form action="/lineVersions" class="form-horizontal" id="lineVersions_edit_form" > | |
| 35 | + | |
| 36 | + <!-- 错误提示信息组件 START --> | |
| 37 | + <div class="alert alert-danger display-hide"> | |
| 38 | + <button class="close" data-close="alert"></button> | |
| 39 | + $$$$$${txt-135} | |
| 40 | + </div> | |
| 41 | + <!-- 错误提示信息组件 END --> | |
| 42 | + | |
| 43 | + <!-- 表单内容 START --> | |
| 44 | + <div class="form-body"> | |
| 45 | + <input type="hidden" name="lineId" id="lineIdInput" /> | |
| 46 | + <input type="hidden" name="lineCode" id="lineCodeInput" /> | |
| 47 | + <input type="hidden" name="status" id="statusInput" /> | |
| 48 | + <input type="hidden" name="Id" id="IdInput" /> | |
| 49 | + <!-- 表单分组组件 form-group END --> | |
| 50 | + | |
| 51 | + <div class="form-group"> | |
| 52 | + <label class="control-label col-md-5"> | |
| 53 | + <span class="required"> * </span>$$$$$${txt-4378} : | |
| 54 | + </label> | |
| 55 | + <div class="col-md-4"> | |
| 56 | + <input name="name" class="form-control" style="width:100%" id="nameInput" placeholder="$$$$$${txt-93}" /> | |
| 57 | + </div> | |
| 58 | + </div> | |
| 59 | + | |
| 60 | + <!-- 表单分组组件 form-group START --> | |
| 61 | + <div class="form-group"> | |
| 62 | + <label class="control-label col-md-5"> | |
| 63 | + <span class="required"> * </span>$$$$$${txt-3347} : | |
| 64 | + </label> | |
| 65 | + <div class="col-md-4"> | |
| 66 | + <select name="line" class="form-control" style="width:100%" id="lineSelect" disabled="true"></select> | |
| 67 | + </div> | |
| 68 | + </div> | |
| 69 | + <!-- 表单分组组件 form-group END --> | |
| 70 | + | |
| 71 | + <!-- 表单分组组件 form-group START --> | |
| 72 | + <div class="form-group"> | |
| 73 | + <label class="control-label col-md-5"> | |
| 74 | + <span class="required"> * </span>$$$$$${txt-2711} : | |
| 75 | + </label> | |
| 76 | + <div class="col-md-4"> | |
| 77 | + <input type="text" class="form-control" name="startDate" id="startDateInput" /> | |
| 78 | + </div> | |
| 79 | + </div> | |
| 80 | + <!-- 表单分组组件 form-group END --> | |
| 81 | + | |
| 82 | + <!-- 表单分组组件 form-group START --> | |
| 83 | + <div class="form-group"> | |
| 84 | + <label class="control-label col-md-5"> | |
| 85 | + <span class="required"> * </span>$$$$$${txt-2708} : | |
| 86 | + </label> | |
| 87 | + <div class="col-md-4"> | |
| 88 | + <input type="text" class="form-control" name="endDate" id="endDateInput" /> | |
| 89 | + </div> | |
| 90 | + </div> | |
| 91 | + <!-- 表单分组组件 form-group END --> | |
| 92 | + | |
| 93 | + <!-- 表单分组组件 form-group START --> | |
| 94 | + <div class="form-group"> | |
| 95 | + <label class="control-label col-md-5"> | |
| 96 | + <span class="required"> * </span>$$$$$${txt-2915} : | |
| 97 | + </label> | |
| 98 | + <div class="col-md-4"> | |
| 99 | + <input type="text" class="form-control" name="versions" id="versionsInput" placeholder="$$$$$${txt-2915}" readonly="true" /> | |
| 100 | + </div> | |
| 101 | + </div> | |
| 102 | + <!-- 表单分组组件 form-group END --> | |
| 103 | + | |
| 104 | + <!-- <div class="form-group"> | |
| 105 | + <label class="control-label col-md-5"> | |
| 106 | + <span class="required"> * </span>线路版本状态 : | |
| 107 | + </label> | |
| 108 | + <div class="col-md-4"> | |
| 109 | + <select name="status" class="form-control" id="statusInput"> | |
| 110 | + <option value="">请选择...</option> | |
| 111 | + <option value="1">当前版本</option> | |
| 112 | + <option value="2">待更新版本</option> | |
| 113 | + <option value="0">历史版本</option> | |
| 114 | + </select> | |
| 115 | + </div> | |
| 116 | + </div> --> | |
| 117 | + | |
| 118 | + <!-- 表单分组组件 form-group START --> | |
| 119 | + <div class="form-group"> | |
| 120 | + <label class="control-label col-md-5"> $$$$$${txt-4477} : </label> | |
| 121 | + <div class="col-md-4"> | |
| 122 | + <textarea class="form-control" rows="3" name="remark" id="remarkTextarea" ></textarea> | |
| 123 | + </div> | |
| 124 | + </div> | |
| 125 | + <!-- 表单分组组件 form-group END --> | |
| 126 | + </div> | |
| 127 | + | |
| 128 | + <!-- 表单按钮组件 START --> | |
| 129 | + <div class="form-actions"> | |
| 130 | + <div class="row"> | |
| 131 | + <div class="col-md-offset-5 col-md-7"> | |
| 132 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 133 | + <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> | |
| 134 | + </div> | |
| 135 | + </div> | |
| 136 | + </div> | |
| 137 | + <!-- 表单按钮组件 END --> | |
| 138 | + </form> | |
| 139 | + <!-- END FORM--> | |
| 140 | + </div> | |
| 141 | + <!-- 表单组件 END --> | |
| 142 | +</div> | |
| 143 | +<!-- 信息容器组件 END --> | |
| 144 | + | |
| 145 | +<!-- 线路信息修改片段JS模块 --> | |
| 146 | 146 | <script src="/pages/base/lineversions/js/lineversions-edit-from.js"></script> |
| 147 | 147 | \ No newline at end of file | ... | ... |
src/main/resources/static/pages/base/stationroute/js/routes-operation.js
| ... | ... | @@ -611,7 +611,7 @@ var RoutesOperation = (function () { |
| 611 | 611 | var html2 = '<div style="position: absolute; margin: 0pt; padding: 0pt; width: 160px; height: 26px; left: -10px; top: -35px; overflow: hidden;">' |
| 612 | 612 | + '<img class="rm3_image" style="border:none;left:0px; top:0px; position:absolute;" src="/pages/base/stationroute/css/img/back160.png">' |
| 613 | 613 | + '</div>' |
| 614 | - + '<label class=" BMapLabel" unselectable="on" style="position: absolute; -moz-user-select: none; display: inline; cursor: inherit; border: 0px none; padding: 2px 1px 1px; white-space: nowrap; font: 12px arial,simsun; z-index: 80; color: rgb(255, 102, 0); left: 15px; top: -35px;"><span style="float: left; color: #fdfdfd; margin-left: -22px; font-size: 6px;">' + seq + '</span>' + stationName + '</label>'; | |
| 614 | + + '<label class=" BMapLabel" unselectable="on" style="position: absolute; -moz-user-select: none; display: inline; cursor: inherit; border: 0px none; padding: 2px 1px 1px; white-space: nowrap; font: 12px arial,simsun; z-index: 80; color: rgb(255, 102, 0); left: 15px; top: -35px;"><span style="float: left; color: #fdfdfd; margin-left: -22px; font-size: 11px;">' + seq + '</span>' + stationName + '</label>'; | |
| 615 | 615 | |
| 616 | 616 | var myRichMarker1 = new BMapLib.RichMarker(html2, center, { |
| 617 | 617 | "title": stationName, | ... | ... |
src/main/resources/static/pages/dsm/list.html
| ... | ... | @@ -40,8 +40,8 @@ |
| 40 | 40 | <link rel="stylesheet" href="/assets/plugins/uk3.0/uikit.min.css"/>--> |
| 41 | 41 | <script src="/real_control_v2/mapmonitor/js/playback.js"></script> |
| 42 | 42 | <ul class="page-breadcrumb breadcrumb"> |
| 43 | - <li><a href="/pages/home.html" data-pjax>首页</a> <i class="fa fa-circle"></i></li> | |
| 44 | - <li><span class="active">安全驾驶管理</span> <i class="fa fa-circle"></i></li> | |
| 43 | + <li><a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> <i class="fa fa-circle"></i></li> | |
| 44 | + <li><span class="active">$$$$$${txt-4524}</span> <i class="fa fa-circle"></i></li> | |
| 45 | 45 | <li><span class="active">$$$$$${txt-4524}</span></li> |
| 46 | 46 | </ul> |
| 47 | 47 | |
| ... | ... | @@ -143,7 +143,7 @@ |
| 143 | 143 | {{/each}} |
| 144 | 144 | {{if list.length == 0}} |
| 145 | 145 | <tr> |
| 146 | - <td colspan=8><h6 class="muted">没有找到相关数据</h6></td> | |
| 146 | + <td colspan=8><h6 class="muted">$$$$$${txt-750}</h6></td> | |
| 147 | 147 | </tr> |
| 148 | 148 | {{/if}} |
| 149 | 149 | </script> |
| ... | ... | @@ -258,9 +258,9 @@ $(function(){ |
| 258 | 258 | totalPages: data.totalPages, |
| 259 | 259 | visiblePages: 6, |
| 260 | 260 | currentPage: page + 1, |
| 261 | - first: '<li class="first"><a href="javascript:void(0);">首页<\/a><\/li>', | |
| 262 | - prev: '<li class="prev"><a href="javascript:void(0);">上一页<\/a><\/li>', | |
| 263 | - next: '<li class="next"><a href="javascript:void(0);">下一页<\/a><\/li>', | |
| 261 | + first: '<li class="first"><a href="javascript:void(0);">' + i18n('txt-4430') + '<\/a><\/li>', | |
| 262 | + prev: '<li class="prev"><a href="javascript:void(0);">' + i18n('txt-3613') + '<\/a><\/li>', | |
| 263 | + next: '<li class="next"><a href="javascript:void(0);">' + i18n('txt-3614') + '<\/a><\/li>', | |
| 264 | 264 | last: '<li class="last"><a href="javascript:void(0);">' + i18n('txt-4068') + '<\/a><\/li>', |
| 265 | 265 | page: '<li class="page"><a href="javascript:void(0);">{{page}}<\/a><\/li>', |
| 266 | 266 | onPageChange: function (num, type) { | ... | ... |
src/main/resources/static/pages/electricity/cdl/cdlAdd.html
| ... | ... | @@ -61,7 +61,7 @@ |
| 61 | 61 | <div class="form-actions"> |
| 62 | 62 | <div class="row"> |
| 63 | 63 | <div class="col-md-offset-3 col-md-4"> |
| 64 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 64 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 65 | 65 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 66 | 66 | </div> |
| 67 | 67 | </div> | ... | ... |
src/main/resources/static/pages/electricity/list/add.html
| ... | ... | @@ -167,7 +167,7 @@ |
| 167 | 167 | <div class="form-actions"> |
| 168 | 168 | <div class="row"> |
| 169 | 169 | <div class="col-md-offset-3 col-md-4"> |
| 170 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 170 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 171 | 171 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 172 | 172 | </div> |
| 173 | 173 | </div> | ... | ... |
src/main/resources/static/pages/forecast/sample/modal.html
| ... | ... | @@ -116,7 +116,7 @@ |
| 116 | 116 | <div class="form-actions"> |
| 117 | 117 | <div class="row"> |
| 118 | 118 | <div class="col-md-offset-5 col-md-7"> |
| 119 | - <button type="button" class="btn green confirm" data-form="#addSampleForm"><i class="fa fa-check"></i> 提交</button> | |
| 119 | + <button type="button" class="btn green confirm" data-form="#addSampleForm"><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 120 | 120 | </div> |
| 121 | 121 | </div> |
| 122 | 122 | </div> | ... | ... |
src/main/resources/static/pages/hydrogen/list/add.html
| ... | ... | @@ -167,7 +167,7 @@ |
| 167 | 167 | <div class="form-actions"> |
| 168 | 168 | <div class="row"> |
| 169 | 169 | <div class="col-md-offset-3 col-md-4"> |
| 170 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 170 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 171 | 171 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 172 | 172 | </div> |
| 173 | 173 | </div> | ... | ... |
src/main/resources/static/pages/kl/list.html
| ... | ... | @@ -29,7 +29,7 @@ |
| 29 | 29 | <script src="/real_control_v2/mapmonitor/js/playback.js"></script> |
| 30 | 30 | <ul class="page-breadcrumb breadcrumb"> |
| 31 | 31 | <li><a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> <i class="fa fa-circle"></i></li> |
| 32 | - <li><span class="active">客流管理</span> <i class="fa fa-circle"></i></li> | |
| 32 | + <li><span class="active">$$$$$${txt-4522}</span> <i class="fa fa-circle"></i></li> | |
| 33 | 33 | <li><span class="active">$$$$$${txt-4522}</span></li> |
| 34 | 34 | </ul> |
| 35 | 35 | |
| ... | ... | @@ -133,7 +133,7 @@ |
| 133 | 133 | {{/each}} |
| 134 | 134 | {{if list.length == 0}} |
| 135 | 135 | <tr> |
| 136 | - <td colspan=8><h6 class="muted">没有找到相关数据</h6></td> | |
| 136 | + <td colspan=8><h6 class="muted">$$$$$${txt-750}</h6></td> | |
| 137 | 137 | </tr> |
| 138 | 138 | {{/if}} |
| 139 | 139 | </script> | ... | ... |
src/main/resources/static/pages/permission/dictionary/add.html
| ... | ... | @@ -53,7 +53,7 @@ |
| 53 | 53 | <div class="form-actions"> |
| 54 | 54 | <div class="row"> |
| 55 | 55 | <div class="col-md-offset-3 col-md-4"> |
| 56 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 56 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 57 | 57 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 58 | 58 | </div> |
| 59 | 59 | </div> | ... | ... |
src/main/resources/static/pages/permission/resource/add.html
| ... | ... | @@ -80,7 +80,7 @@ |
| 80 | 80 | <div class="form-actions"> |
| 81 | 81 | <div class="row"> |
| 82 | 82 | <div class="col-md-offset-3 col-md-4"> |
| 83 | - <button type="submit" class="btn green"><i class="fa fa-check"></i> 提交</button> | |
| 83 | + <button type="submit" class="btn green"><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 84 | 84 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> |
| 85 | 85 | $$$$$${txt-3817}</a> |
| 86 | 86 | </div> | ... | ... |
src/main/resources/static/pages/permission/role/add.html
| ... | ... | @@ -59,7 +59,7 @@ |
| 59 | 59 | <div class="form-actions"> |
| 60 | 60 | <div class="row"> |
| 61 | 61 | <div class="col-md-offset-3 col-md-4"> |
| 62 | - <button type="submit" class="btn green" id="addRoleButton"><i class="fa fa-check"></i> 提交</button> | |
| 62 | + <button type="submit" class="btn green" id="addRoleButton"><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 63 | 63 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 64 | 64 | </div> |
| 65 | 65 | </div> | ... | ... |
src/main/resources/static/pages/permission/user/add.html
| ... | ... | @@ -83,7 +83,7 @@ |
| 83 | 83 | <div class="form-actions"> |
| 84 | 84 | <div class="row"> |
| 85 | 85 | <div class="col-md-offset-3 col-md-4"> |
| 86 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 86 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 87 | 87 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 88 | 88 | </div> |
| 89 | 89 | </div> | ... | ... |
src/main/resources/static/pages/permission/user/edit.html
| ... | ... | @@ -74,7 +74,7 @@ |
| 74 | 74 | <div class="row"> |
| 75 | 75 | <div class="col-md-offset-3 col-md-4"> |
| 76 | 76 | <!--<a href="main.html" class="btn green" id="nextStep" ><i class="fa fa-check"></i> 下一步</a>--> |
| 77 | - <button type="submit" class="btn green" ><i class="fa fa-check"></i> 提交</button> | |
| 77 | + <button type="submit" class="btn green" ><i class="fa fa-check"></i> $$$$$${txt-4173}</button> | |
| 78 | 78 | <a type="button" class="btn default" href="list.html" data-pjax><i class="fa fa-times"></i> $$$$$${txt-3817}</a> |
| 79 | 79 | </div> |
| 80 | 80 | </div> | ... | ... |
src/main/resources/static/pages/summary/destory_sch_detail/list.html
| ... | ... | @@ -127,29 +127,29 @@ |
| 127 | 127 | <div uk-spinner></div> |
| 128 | 128 | </div> |
| 129 | 129 | <div class="ct_page" style="display: none;"> |
| 130 | - <h3 class="uk-heading-line uk-heading-bullet"><span style="color: #ff5353;">$$$$$${txt-1612}</span></h3> | |
| 130 | + <h3 class="uk-heading-line uk-heading-bullet"><span style="color: #ff5353;" data-i18n="">$$$$$${txt-1612}</span></h3> | |
| 131 | 131 | <div class="ct_cont" > |
| 132 | 132 | <div class="ct_search_form_wrap"> |
| 133 | 133 | <form> |
| 134 | 134 | <div class="ct_field"> |
| 135 | - <label>$$$$$${txt-3694} | |
| 135 | + <label><span data-i18n="">$$$$$${txt-3694}</span> | |
| 136 | 136 | <select class="uk-select" name="gsBm_eq"> |
| 137 | 137 | </select> |
| 138 | 138 | </label> |
| 139 | 139 | </div> |
| 140 | 140 | <div class="ct_field"> |
| 141 | - <label>$$$$$${txt-3219} | |
| 141 | + <label><span data-i18n="">$$$$$${txt-3219}</span> | |
| 142 | 142 | <select class="uk-select" name="fgsBm_eq"> |
| 143 | 143 | </select> |
| 144 | 144 | </label> |
| 145 | 145 | </div> |
| 146 | 146 | <div class="ct_field"> |
| 147 | - <label>$$$$$${txt-3429} | |
| 147 | + <label><span data-i18n="">$$$$$${txt-3429}</span> | |
| 148 | 148 | <select class="uk-select" name="lineCode_eq"> |
| 149 | 149 | </select> |
| 150 | 150 | </label> |
| 151 | 151 | </div> |
| 152 | - <div class="ct_field"> | |
| 152 | + <div class="ct_field" id="reason"> | |
| 153 | 153 | <label>$$$$$${txt-3693} |
| 154 | 154 | <select class="uk-select" name="reason_eq"> |
| 155 | 155 | <option value="">$$$$$${txt-3854}</option> |
| ... | ... | @@ -172,18 +172,18 @@ |
| 172 | 172 | </label> |
| 173 | 173 | </div> |
| 174 | 174 | <div class="ct_field"> |
| 175 | - <label>$$$$$${txt-3470} | |
| 175 | + <label><span data-i18n="">$$$$$${txt-3470}</span> | |
| 176 | 176 | <input class="uk-input" name="rq" style="width: 220px;"> |
| 177 | 177 | </label> |
| 178 | 178 | </div> |
| 179 | 179 | <div class="ct_field"> |
| 180 | - <button class="uk-button uk-button-primary search"><i uk-icon="icon: search"></i>$$$$$${txt-4001}</button> | |
| 180 | + <button class="uk-button uk-button-primary search"><i uk-icon="icon: search"></i><span data-i18n="">$$$$$${txt-4001}</span></button> | |
| 181 | 181 | </div> |
| 182 | 182 | <div class="ct_field ct_field_bottom"> |
| 183 | - <button class="uk-button uk-button-text export_excel" style="padding: 0 5px;">$$$$$${txt-3342}</button> | |
| 183 | + <button class="uk-button uk-button-text export_excel" style="padding: 0 5px;" data-i18n="">$$$$$${txt-3342}</button> | |
| 184 | 184 | </div> |
| 185 | 185 | <div class="ct_field ct_field_bottom"> |
| 186 | - <span uk-icon="icon: question" title="$$$$$${txt-1214}" uk-tooltip="pos: bottom"></span> | |
| 186 | + <span uk-icon="icon: question" title="$$$$$${txt-1214}" data-i18n="title"></span> | |
| 187 | 187 | </div> |
| 188 | 188 | </form> |
| 189 | 189 | </div> |
| ... | ... | @@ -191,16 +191,16 @@ |
| 191 | 191 | <table class="uk-table uk-table-small ct_destroy_sch_table_width" style="margin-bottom: 0;"> |
| 192 | 192 | <thead> |
| 193 | 193 | <tr> |
| 194 | - <th>$$$$$${txt-3835}</th> | |
| 195 | - <th>$$$$$${txt-3815}</th> | |
| 196 | - <th>$$$$$${txt-3836}</th> | |
| 197 | - <th>$$$$$${txt-3950}</th> | |
| 198 | - <th>$$$$$${txt-3567}</th> | |
| 199 | - <th>$$$$$${txt-3920}</th> | |
| 200 | - <th>$$$$$${txt-3872}</th> | |
| 201 | - <th>$$$$$${txt-2468}</th> | |
| 202 | - <th>$$$$$${txt-3158}</th> | |
| 203 | - <th>$$$$$${txt-4027}</th> | |
| 194 | + <th data-i18n="">$$$$$${txt-3835}</th> | |
| 195 | + <th data-i18n="">$$$$$${txt-3815}</th> | |
| 196 | + <th data-i18n="">$$$$$${txt-3836}</th> | |
| 197 | + <th data-i18n="">$$$$$${txt-3950}</th> | |
| 198 | + <th data-i18n="">$$$$$${txt-3567}</th> | |
| 199 | + <th data-i18n="">$$$$$${txt-3920}</th> | |
| 200 | + <th data-i18n="">$$$$$${txt-3872}</th> | |
| 201 | + <th data-i18n="">$$$$$${txt-2468}</th> | |
| 202 | + <th data-i18n="">$$$$$${txt-3158}</th> | |
| 203 | + <th data-i18n="">$$$$$${txt-4027}</th> | |
| 204 | 204 | </tr> |
| 205 | 205 | </thead> |
| 206 | 206 | </table> |
| ... | ... | @@ -237,6 +237,8 @@ |
| 237 | 237 | <script src="/real_control_v2/assets/plugins/perfect-scrollbar/perfect-scrollbar.jquery.js" ></script> |
| 238 | 238 | <!-- EventProxy --> |
| 239 | 239 | <script src="/assets/js/eventproxy.js"></script> |
| 240 | +<!-- i18n --> | |
| 241 | +<script src="/assets/js/common.js"></script> | |
| 240 | 242 | <!-- art-template 模版引擎 --> |
| 241 | 243 | <script src="/assets/plugins/template.js"></script> |
| 242 | 244 | <script src="/real_control_v2/assets/plugins/moment/moment.min.js"></script> |
| ... | ... | @@ -256,6 +258,8 @@ |
| 256 | 258 | |
| 257 | 259 | $('.loading').remove(); |
| 258 | 260 | $('.ct_page').show(); |
| 261 | + i18n4dom(); | |
| 262 | + $('#reason').html(i18n4txt($('#reason').html())); | |
| 259 | 263 | }); |
| 260 | 264 | |
| 261 | 265 | //点击搜索 |
| ... | ... | @@ -330,7 +334,7 @@ |
| 330 | 334 | subs=this.children; |
| 331 | 335 | }); |
| 332 | 336 | |
| 333 | - var opts='<option value="">$$$$$${txt-3854}</option>'; | |
| 337 | + var opts='<option value="">' + i18n('txt-3854') +'</option>'; | |
| 334 | 338 | $.each(subs, function () { |
| 335 | 339 | opts += '<option value="'+this.code+'">'+this.name+'</option>'; |
| 336 | 340 | }); |
| ... | ... | @@ -340,7 +344,7 @@ |
| 340 | 344 | $('[name=fgsBm_eq]', f).on('change', function () { |
| 341 | 345 | var k = $('[name=gsBm_eq]', f).val() + '_' + $(this).val(); |
| 342 | 346 | var array = lineMapps[k]; |
| 343 | - var opts = '<option value="">$$$$$${txt-3854}</option>'; | |
| 347 | + var opts = '<option value="">' + i18n('txt-3854') +'</option>'; | |
| 344 | 348 | if(array){ |
| 345 | 349 | $.each(array, function () { |
| 346 | 350 | opts += '<option value="'+this.lineCode+'">'+this.name+'</option>'; | ... | ... |
src/main/resources/static/pages/summary/fast_and_slow/main.html
| ... | ... | @@ -221,45 +221,45 @@ |
| 221 | 221 | </div> |
| 222 | 222 | <div class="ct_page" style="display: none;"> |
| 223 | 223 | <div class="ct_fixed_header"> |
| 224 | - <h3 class="uk-heading-line uk-heading-bullet"><span>$$$$$${txt-1640}</span></h3> | |
| 224 | + <h3 class="uk-heading-line uk-heading-bullet"><span data-i18n="">$$$$$${txt-1640}</span></h3> | |
| 225 | 225 | <div class="ct_search_form_wrap"> |
| 226 | 226 | <form> |
| 227 | 227 | <div class="ct_field"> |
| 228 | - <label>$$$$$${txt-3694} | |
| 228 | + <label><span data-i18n="">$$$$$${txt-3694}</span> | |
| 229 | 229 | <select class="uk-select" name="companyId_eq"> |
| 230 | 230 | </select> |
| 231 | 231 | </label> |
| 232 | 232 | </div> |
| 233 | 233 | <div class="ct_field"> |
| 234 | - <label>$$$$$${txt-3219} | |
| 234 | + <label><span data-i18n="">$$$$$${txt-3219}</span> | |
| 235 | 235 | <select class="uk-select" name="subCompanyId_eq"> |
| 236 | 236 | </select> |
| 237 | 237 | </label> |
| 238 | 238 | </div> |
| 239 | 239 | <div class="ct_field"> |
| 240 | - <label>$$$$$${txt-3429} | |
| 240 | + <label><span data-i18n="">$$$$$${txt-3429}</span> | |
| 241 | 241 | <select class="uk-select" name="lineCode_eq"> |
| 242 | 242 | </select> |
| 243 | 243 | </label> |
| 244 | 244 | </div> |
| 245 | 245 | <div class="ct_field"> |
| 246 | - <label>$$$$$${txt-2238} | |
| 246 | + <label><span data-i18n="">$$$$$${txt-2238}</span> | |
| 247 | 247 | <input class="uk-input" name="rq" style="width: 200px;" > |
| 248 | 248 | </label> |
| 249 | 249 | </div> |
| 250 | 250 | <div class="ct_field"> |
| 251 | - <label><input class="uk-radio" type="radio" name="type" value="0" checked> 全部</label> | |
| 252 | - <label><input class="uk-radio" type="radio" name="type" value="1"> $$$$$${txt-4127}</label> | |
| 253 | - <label><input class="uk-radio" type="radio" name="type" value="-1"> $$$$$${txt-4126}</label> | |
| 251 | + <label><input class="uk-radio" type="radio" name="type" value="0" checked> <span data-i18n="">$$$$$${txt-3854}</span></label> | |
| 252 | + <label><input class="uk-radio" type="radio" name="type" value="1"> <span data-i18n="">$$$$$${txt-4127}</span></label> | |
| 253 | + <label><input class="uk-radio" type="radio" name="type" value="-1"> <span data-i18n="">$$$$$${txt-4126}</span></label> | |
| 254 | 254 | </div> |
| 255 | 255 | <div class="ct_field"> |
| 256 | - <button class="uk-button uk-button-primary search"><i uk-icon="icon: search" ></i>$$$$$${txt-4001}</button> | |
| 256 | + <button class="uk-button uk-button-primary search"><i uk-icon="icon: search" ></i><span data-i18n="">$$$$$${txt-4001}</span></button> | |
| 257 | 257 | </div> |
| 258 | 258 | <div class="ct_field ct_field_bottom"> |
| 259 | - <button class="uk-button uk-button-text export_excel" style="padding: 0 5px;">$$$$$${txt-3342}</button> | |
| 259 | + <button class="uk-button uk-button-text export_excel" style="padding: 0 5px;" data-i18n="">$$$$$${txt-3342}</button> | |
| 260 | 260 | </div> |
| 261 | 261 | <div class="ct_field ct_field_bottom"> |
| 262 | - <span uk-icon="icon: question" title="$$$$$${txt-127}" uk-tooltip="pos: bottom"></span> | |
| 262 | + <span uk-icon="icon: question" title="$$$$$${txt-127}" data-i18n="title"></span> | |
| 263 | 263 | </div> |
| 264 | 264 | </form> |
| 265 | 265 | </div> |
| ... | ... | @@ -276,6 +276,8 @@ |
| 276 | 276 | <script src="/real_control_v2/assets/plugins/perfect-scrollbar/perfect-scrollbar.jquery.js" ></script> |
| 277 | 277 | <!-- EventProxy --> |
| 278 | 278 | <script src="/assets/js/eventproxy.js"></script> |
| 279 | +<!-- i18n --> | |
| 280 | +<script src="/assets/js/common.js"></script> | |
| 279 | 281 | <!-- art-template 模版引擎 --> |
| 280 | 282 | <script src="/assets/plugins/template.js"></script> |
| 281 | 283 | <script src="/real_control_v2/assets/plugins/moment/moment.min.js"></script> |
| ... | ... | @@ -295,6 +297,7 @@ |
| 295 | 297 | |
| 296 | 298 | $('.loading').remove(); |
| 297 | 299 | $('.ct_page').show(); |
| 300 | + i18n4dom(); | |
| 298 | 301 | }); |
| 299 | 302 | |
| 300 | 303 | i18n4get('/pages/summary/fast_and_slow/data.html', function (rs) { | ... | ... |
src/main/resources/static/pages/summary/temp_sch_detail/list.html
| ... | ... | @@ -124,41 +124,41 @@ |
| 124 | 124 | <div uk-spinner></div> |
| 125 | 125 | </div> |
| 126 | 126 | <div class="ct_page" style="display: none;"> |
| 127 | - <h3 class="uk-heading-line uk-heading-bullet"><span>$$$$$${txt-1611}</span></h3> | |
| 127 | + <h3 class="uk-heading-line uk-heading-bullet"><span data-i18n="">$$$$$${txt-1611}</span></h3> | |
| 128 | 128 | <div class="ct_cont" > |
| 129 | 129 | <div class="ct_search_form_wrap"> |
| 130 | 130 | <form> |
| 131 | 131 | <div class="ct_field"> |
| 132 | - <label>$$$$$${txt-3694} | |
| 132 | + <label><span data-i18n="">$$$$$${txt-3694}</span> | |
| 133 | 133 | <select class="uk-select" name="gsBm_eq"> |
| 134 | 134 | </select> |
| 135 | 135 | </label> |
| 136 | 136 | </div> |
| 137 | 137 | <div class="ct_field"> |
| 138 | - <label>$$$$$${txt-3219} | |
| 138 | + <label><span data-i18n="">$$$$$${txt-3219}</span> | |
| 139 | 139 | <select class="uk-select" name="fgsBm_eq"> |
| 140 | 140 | </select> |
| 141 | 141 | </label> |
| 142 | 142 | </div> |
| 143 | 143 | <div class="ct_field"> |
| 144 | - <label>$$$$$${txt-3429} | |
| 144 | + <label><span data-i18n="">$$$$$${txt-3429}</span> | |
| 145 | 145 | <select class="uk-select" name="lineCode_eq"> |
| 146 | 146 | </select> |
| 147 | 147 | </label> |
| 148 | 148 | </div> |
| 149 | 149 | <div class="ct_field"> |
| 150 | - <label>$$$$$${txt-3470} | |
| 150 | + <label><span data-i18n="">$$$$$${txt-3470}</span> | |
| 151 | 151 | <input class="uk-input" name="rq" style="width: 220px;"> |
| 152 | 152 | </label> |
| 153 | 153 | </div> |
| 154 | 154 | <div class="ct_field"> |
| 155 | - <button class="uk-button uk-button-primary search"><i uk-icon="icon: search"></i>$$$$$${txt-4001}</button> | |
| 155 | + <button class="uk-button uk-button-primary search"><i uk-icon="icon: search"></i><span data-i18n="">$$$$$${txt-4001}</span></button> | |
| 156 | 156 | </div> |
| 157 | 157 | <div class="ct_field ct_field_bottom"> |
| 158 | - <button class="uk-button uk-button-text export_excel" style="padding: 0 5px;">$$$$$${txt-3342}</button> | |
| 158 | + <button class="uk-button uk-button-text export_excel" style="padding: 0 5px;" data-i18n="">$$$$$${txt-3342}</button> | |
| 159 | 159 | </div> |
| 160 | 160 | <div class="ct_field ct_field_bottom"> |
| 161 | - <span uk-icon="icon: question" title="$$$$$${txt-1214}" uk-tooltip="pos: bottom"></span> | |
| 161 | + <span uk-icon="icon: question" title="$$$$$${txt-1214}" data-i18n="title"></span> | |
| 162 | 162 | </div> |
| 163 | 163 | </form> |
| 164 | 164 | </div> |
| ... | ... | @@ -166,15 +166,15 @@ |
| 166 | 166 | <table class="uk-table uk-table-small ct_destroy_sch_table_width" style="margin-bottom: 0;"> |
| 167 | 167 | <thead> |
| 168 | 168 | <tr> |
| 169 | - <th>$$$$$${txt-3835}</th> | |
| 170 | - <th>$$$$$${txt-3815}</th> | |
| 171 | - <th>$$$$$${txt-3836}</th> | |
| 172 | - <th>$$$$$${txt-3950}</th> | |
| 173 | - <th>$$$$$${txt-3567}</th> | |
| 174 | - <th>$$$$$${txt-3872}</th> | |
| 175 | - <th>$$$$$${txt-2781}</th> | |
| 176 | - <th>$$$$$${txt-3157}</th> | |
| 177 | - <th>$$$$$${txt-4027}</th> | |
| 169 | + <th data-i18n="">$$$$$${txt-3835}</th> | |
| 170 | + <th data-i18n="">$$$$$${txt-3815}</th> | |
| 171 | + <th data-i18n="">$$$$$${txt-3836}</th> | |
| 172 | + <th data-i18n="">$$$$$${txt-3950}</th> | |
| 173 | + <th data-i18n="">$$$$$${txt-3567}</th> | |
| 174 | + <th data-i18n="">$$$$$${txt-3872}</th> | |
| 175 | + <th data-i18n="">$$$$$${txt-2781}</th> | |
| 176 | + <th data-i18n="">$$$$$${txt-3157}</th> | |
| 177 | + <th data-i18n="">$$$$$${txt-4027}</th> | |
| 178 | 178 | </tr> |
| 179 | 179 | </thead> |
| 180 | 180 | </table> |
| ... | ... | @@ -210,6 +210,8 @@ |
| 210 | 210 | <script src="/real_control_v2/assets/plugins/perfect-scrollbar/perfect-scrollbar.jquery.js" ></script> |
| 211 | 211 | <!-- EventProxy --> |
| 212 | 212 | <script src="/assets/js/eventproxy.js"></script> |
| 213 | +<!-- i18n --> | |
| 214 | +<script src="/assets/js/common.js"></script> | |
| 213 | 215 | <!-- art-template 模版引擎 --> |
| 214 | 216 | <script src="/assets/plugins/template.js"></script> |
| 215 | 217 | <script src="/real_control_v2/assets/plugins/moment/moment.min.js"></script> |
| ... | ... | @@ -229,6 +231,7 @@ |
| 229 | 231 | |
| 230 | 232 | $('.loading').remove(); |
| 231 | 233 | $('.ct_page').show(); |
| 234 | + i18n4dom(); | |
| 232 | 235 | }); |
| 233 | 236 | |
| 234 | 237 | //点击搜索 |
| ... | ... | @@ -313,7 +316,7 @@ |
| 313 | 316 | $('[name=fgsBm_eq]', f).on('change', function () { |
| 314 | 317 | var k = $('[name=gsBm_eq]', f).val() + '_' + $(this).val(); |
| 315 | 318 | var array = lineMapps[k]; |
| 316 | - var opts = '<option value="">$$$$$${txt-3854}</option>'; | |
| 319 | + var opts = '<option value="">' + i18n('txt-3854') + '</option>'; | |
| 317 | 320 | if(array){ |
| 318 | 321 | $.each(array, function () { |
| 319 | 322 | opts += '<option value="'+this.lineCode+'">'+this.name+'</option>'; | ... | ... |
src/main/resources/static/pages/summary/work_hours/list.html
| ... | ... | @@ -122,46 +122,46 @@ |
| 122 | 122 | <div uk-spinner></div> |
| 123 | 123 | </div> |
| 124 | 124 | <div class="ct_page" style="display: none;"> |
| 125 | - <h3 class="uk-heading-line uk-heading-bullet"><span>$$$$$${txt-2942}</span></h3> | |
| 125 | + <h3 class="uk-heading-line uk-heading-bullet"><span data-i18n="">$$$$$${txt-2942}</span></h3> | |
| 126 | 126 | <div class="ct_cont" > |
| 127 | 127 | <div class="ct_search_form_wrap"> |
| 128 | 128 | <form> |
| 129 | 129 | <div class="ct_field"> |
| 130 | - <label>$$$$$${txt-3694} | |
| 130 | + <label data-i18n="">$$$$$${txt-3694} | |
| 131 | 131 | <select class="uk-select" name="companyId_eq"> |
| 132 | 132 | </select> |
| 133 | 133 | </label> |
| 134 | 134 | </div> |
| 135 | 135 | <div class="ct_field"> |
| 136 | - <label>$$$$$${txt-3219} | |
| 136 | + <label data-i18n="">$$$$$${txt-3219} | |
| 137 | 137 | <select class="uk-select" name="subCompanyId_eq"> |
| 138 | 138 | </select> |
| 139 | 139 | </label> |
| 140 | 140 | </div> |
| 141 | 141 | <div class="ct_field"> |
| 142 | - <label>$$$$$${txt-3429} | |
| 142 | + <label data-i18n="">$$$$$${txt-3429} | |
| 143 | 143 | <select class="uk-select" name="lineCode_eq"> |
| 144 | 144 | </select> |
| 145 | 145 | </label> |
| 146 | 146 | </div> |
| 147 | 147 | <div class="ct_field"> |
| 148 | - <label>$$$$$${txt-3470} | |
| 148 | + <label data-i18n="">$$$$$${txt-3470} | |
| 149 | 149 | <input class="uk-input" name="rq_eq" > |
| 150 | 150 | </label> |
| 151 | 151 | </div> |
| 152 | 152 | <div class="ct_field"> |
| 153 | - <label>$$$$$${txt-2579} | |
| 154 | - <input class="uk-input" name="jsy_eq" placeholder="$$$$$${txt-3940}"> | |
| 153 | + <label data-i18n="">$$$$$${txt-2579} | |
| 154 | + <input class="uk-input" name="jsy_eq" placeholder="$$$$$${txt-3940}" data-i18n="placeholder"> | |
| 155 | 155 | </label> |
| 156 | 156 | </div> |
| 157 | 157 | <div class="ct_field"> |
| 158 | - <label>$$$$$${txt-3469} | |
| 158 | + <label data-i18n="">$$$$$${txt-3469} | |
| 159 | 159 | <input class="uk-input" name="nbbm_eq" > |
| 160 | 160 | </label> |
| 161 | 161 | </div> |
| 162 | 162 | <div class="ct_field"> |
| 163 | - <button class="uk-button uk-button-primary search"><i uk-icon="icon: search"></i>$$$$$${txt-4001}</button> | |
| 164 | - <span id="add_hours_icon" uk-icon="icon: plus" style="vertical-align: bottom;margin-left: 5px;" title="$$$$$${txt-480}" uk-tooltip></span> | |
| 163 | + <button class="uk-button uk-button-primary search"><i uk-icon="icon: search"></i><span data-i18n="">$$$$$${txt-4001}</span></button> | |
| 164 | + <span id="add_hours_icon" uk-icon="icon: plus" style="vertical-align: bottom;margin-left: 5px;" title="$$$$$${txt-480}" data-i18n="title"></span> | |
| 165 | 165 | </div> |
| 166 | 166 | </form> |
| 167 | 167 | </div> |
| ... | ... | @@ -169,16 +169,16 @@ |
| 169 | 169 | <table class="uk-table uk-table-small" style="margin-bottom: 0;"> |
| 170 | 170 | <thead> |
| 171 | 171 | <tr> |
| 172 | - <th>$$$$$${txt-3835}</th> | |
| 173 | - <th>$$$$$${txt-3694}</th> | |
| 174 | - <th>$$$$$${txt-3777}</th> | |
| 175 | - <th>$$$$$${txt-3815}</th> | |
| 176 | - <th>$$$$$${txt-4022}</th> | |
| 177 | - <th>$$$$$${txt-3568}</th> | |
| 178 | - <th>$$$$$${txt-4009}</th> | |
| 179 | - <th>$$$$$${txt-3159} <i uk-icon="icon: question; ratio:.7" title="$$$$$${txt-2221}" uk-tooltip></i ></th> | |
| 180 | - <th>$$$$$${txt-3156}</th> | |
| 181 | - <th>$$$$$${txt-4027}</th> | |
| 172 | + <th data-i18n="">$$$$$${txt-3835}</th> | |
| 173 | + <th data-i18n="">$$$$$${txt-3694}</th> | |
| 174 | + <th data-i18n="">$$$$$${txt-3777}</th> | |
| 175 | + <th data-i18n="">$$$$$${txt-3815}</th> | |
| 176 | + <th data-i18n="">$$$$$${txt-4022}</th> | |
| 177 | + <th data-i18n="">$$$$$${txt-3568}</th> | |
| 178 | + <th data-i18n="">$$$$$${txt-4009}</th> | |
| 179 | + <th><span data-i18n="">$$$$$${txt-3159}</span> <i uk-icon="icon: question; ratio:.7" title="$$$$$${txt-2221}" data-i18n="title"></i ></th> | |
| 180 | + <th data-i18n="">$$$$$${txt-3156}</th> | |
| 181 | + <th data-i18n="">$$$$$${txt-4027}</th> | |
| 182 | 182 | </tr> |
| 183 | 183 | </thead> |
| 184 | 184 | </table> |
| ... | ... | @@ -223,6 +223,8 @@ |
| 223 | 223 | <script src="/real_control_v2/assets/plugins/perfect-scrollbar/perfect-scrollbar.jquery.js" ></script> |
| 224 | 224 | <!-- EventProxy --> |
| 225 | 225 | <script src="/assets/js/eventproxy.js"></script> |
| 226 | +<!-- i18n --> | |
| 227 | +<script src="/assets/js/common.js"></script> | |
| 226 | 228 | <!-- art-template 模版引擎 --> |
| 227 | 229 | <script src="/assets/plugins/template.js"></script> |
| 228 | 230 | <script src="/real_control_v2/assets/plugins/moment/moment.min.js"></script> |
| ... | ... | @@ -242,6 +244,7 @@ |
| 242 | 244 | |
| 243 | 245 | $('.loading').remove(); |
| 244 | 246 | $('.ct_page').show(); |
| 247 | + i18n4dom(); | |
| 245 | 248 | }); |
| 246 | 249 | |
| 247 | 250 | //点击搜索 | ... | ... |