set_charging.php 83 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749
  1. <?php
  2. ini_set('error_reporting', E_ALL | E_STRICT);
  3. $tag_header = 'set';
  4. include 'head.php';
  5. $obj = json_decode(trim($output[1]),true);//var_dump($obj);
  6. $system = json_decode(trim($output[0]),true);//var_dump($obj);
  7. $RatingCurrent = $system['RatingCurrent'];
  8. $AcRatingCurrent = $system['AcRatingCurrent'];
  9. $ModelName = $system['ModelName'];
  10. $RatingPower = substr($ModelName,4,2)*pow(10,-1+substr($ModelName,6,1));
  11. $Connector1=substr($ModelName,7,1);
  12. $Connector2=substr($ModelName,9,1);
  13. $Connector3=substr($ModelName,8,1);
  14. if(substr($ModelName,0,2)!="DO"){
  15. $connectorType1=ConnectorType($Connector1);
  16. $connectorType2=ConnectorType($Connector2);
  17. $connectorType3=ConnectorType($Connector3);
  18. }
  19. $idx=0;
  20. if($obj['ChargingInfo1']){
  21. switch ($obj['ChargingInfo1']['SystemStatus']){
  22. case 0:
  23. $SystemStatus1='booting';
  24. break;
  25. case 1:
  26. $SystemStatus1='idle';
  27. break;
  28. case 2:
  29. $SystemStatus1='authorizing';
  30. break;
  31. case 3:
  32. $SystemStatus1='reassign check';
  33. break;
  34. case 4:
  35. $SystemStatus1='reassign';
  36. break;
  37. case 5:
  38. $SystemStatus1='preparing';
  39. break;
  40. case 6:
  41. $SystemStatus1='preparing for EV';
  42. break;
  43. case 7:
  44. $SystemStatus1='preparing for evse';
  45. break;
  46. case 8:
  47. $SystemStatus1='charging';
  48. break;
  49. case 9:
  50. $SystemStatus1='terminating';
  51. break;
  52. case 10:
  53. $SystemStatus1='complete';
  54. break;
  55. case 11:
  56. $SystemStatus1='alarm';
  57. break;
  58. case 12:
  59. $SystemStatus1='fault';
  60. break;
  61. case 13:
  62. $SystemStatus1='reservation';
  63. break;
  64. case 14:
  65. $SystemStatus1='booking';
  66. break;
  67. case 15:
  68. $SystemStatus1='maintain';
  69. break;
  70. case 16:
  71. $SystemStatus1='debug';
  72. break;
  73. case 17:
  74. $SystemStatus1='precharge step 0';
  75. break;
  76. case 18:
  77. $SystemStatus1='precharge step 1';
  78. break;
  79. case 19:
  80. $SystemStatus1='update';
  81. break;
  82. default:
  83. $SystemStatus1='unknown';
  84. break;
  85. }
  86. }
  87. if($obj['ChargingInfo2']){
  88. switch ($obj['ChargingInfo2']['SystemStatus']){
  89. case 0:
  90. $SystemStatus2='booting';
  91. break;
  92. case 1:
  93. $SystemStatus2='idle';
  94. break;
  95. case 2:
  96. $SystemStatus2='authorizing';
  97. break;
  98. case 3:
  99. $SystemStatus2='reassign check';
  100. break;
  101. case 4:
  102. $SystemStatus2='reassign';
  103. break;
  104. case 5:
  105. $SystemStatus2='preparing';
  106. break;
  107. case 6:
  108. $SystemStatus2='preparing for EV';
  109. break;
  110. case 7:
  111. $SystemStatus2='preparing for evse';
  112. break;
  113. case 8:
  114. $SystemStatus2='charging';
  115. break;
  116. case 9:
  117. $SystemStatus2='terminating';
  118. break;
  119. case 10:
  120. $SystemStatus2='complete';
  121. break;
  122. case 11:
  123. $SystemStatus2='alarm';
  124. break;
  125. case 12:
  126. $SystemStatus2='fault';
  127. break;
  128. case 13:
  129. $SystemStatus2='reservation';
  130. break;
  131. case 14:
  132. $SystemStatus2='booking';
  133. break;
  134. case 15:
  135. $SystemStatus2='maintain';
  136. break;
  137. case 16:
  138. $SystemStatus2='debug';
  139. break;
  140. case 17:
  141. $SystemStatus2='precharge step 0';
  142. break;
  143. case 18:
  144. $SystemStatus2='precharge step 1';
  145. break;
  146. case 19:
  147. $SystemStatus2='update';
  148. break;
  149. default:
  150. $SystemStatus2='unknown';
  151. break;
  152. }
  153. }
  154. if($obj['ChargingInfo3']){
  155. switch ($obj['ChargingInfo3']['SystemStatus']){
  156. case 0:
  157. $SystemStatus3='booting';
  158. break;
  159. case 1:
  160. $SystemStatus3='idle';
  161. break;
  162. case 2:
  163. $SystemStatus3='authorizing';
  164. break;
  165. case 3:
  166. $SystemStatus3='reassign check';
  167. break;
  168. case 4:
  169. $SystemStatus3='reassign';
  170. break;
  171. case 5:
  172. $SystemStatus3='preparing';
  173. break;
  174. case 6:
  175. $SystemStatus3='preparing for EV';
  176. break;
  177. case 7:
  178. $SystemStatus3='preparing for evse';
  179. break;
  180. case 8:
  181. $SystemStatus3='charging';
  182. break;
  183. case 9:
  184. $SystemStatus3='terminating';
  185. break;
  186. case 10:
  187. $SystemStatus3='complete';
  188. break;
  189. case 11:
  190. $SystemStatus3='alarm';
  191. break;
  192. case 12:
  193. $SystemStatus3='fault';
  194. break;
  195. case 13:
  196. $SystemStatus3='reservation';
  197. break;
  198. case 14:
  199. $SystemStatus3='booking';
  200. break;
  201. case 15:
  202. $SystemStatus3='maintain';
  203. break;
  204. case 16:
  205. $SystemStatus3='debug';
  206. break;
  207. case 17:
  208. $SystemStatus3='precharge step 0';
  209. break;
  210. case 18:
  211. $SystemStatus3='precharge step 1';
  212. break;
  213. case 19:
  214. $SystemStatus3='update';
  215. break;
  216. default:
  217. $SystemStatus3='unknown';
  218. break;
  219. }
  220. }
  221. if($obj['DDChargingInfo1']){
  222. switch ($obj['DDChargingInfo1']['DDSystemStatus']){
  223. case 0:
  224. $DDSystemStatus1='booting';
  225. break;
  226. case 1:
  227. $DDSystemStatus1='idle';
  228. break;
  229. case 2:
  230. $DDSystemStatus1='authorizing';
  231. break;
  232. case 3:
  233. $DDSystemStatus1='reassign check';
  234. break;
  235. case 4:
  236. $DDSystemStatus1='reassign';
  237. break;
  238. case 5:
  239. $DDSystemStatus1='preparing';
  240. break;
  241. case 6:
  242. $DDSystemStatus1='preparing for EV';
  243. break;
  244. case 7:
  245. $DDSystemStatus1='preparing for evse';
  246. break;
  247. case 8:
  248. $DDSystemStatus1='charging';
  249. break;
  250. case 9:
  251. $DDSystemStatus1='terminating';
  252. break;
  253. case 10:
  254. $DDSystemStatus1='complete';
  255. break;
  256. case 11:
  257. $DDSystemStatus1='alarm';
  258. break;
  259. case 12:
  260. $DDSystemStatus1='fault';
  261. break;
  262. case 13:
  263. $DDSystemStatus1='reservation';
  264. break;
  265. case 14:
  266. $DDSystemStatus1='booking';
  267. break;
  268. case 15:
  269. $DDSystemStatus1='maintain';
  270. break;
  271. case 16:
  272. $DDSystemStatus1='debug';
  273. break;
  274. case 17:
  275. $DDSystemStatus1='precharge step 0';
  276. break;
  277. case 18:
  278. $DDSystemStatus1='precharge step 1';
  279. break;
  280. case 19:
  281. $DDSystemStatus1='update';
  282. break;
  283. default:
  284. $DDSystemStatus1='unknown';
  285. break;
  286. }
  287. }
  288. if($obj['DDChargingInfo2']){
  289. switch ($obj['DDChargingInfo2']['DDSystemStatus']){
  290. case 0:
  291. $DDSystemStatus2='booting';
  292. break;
  293. case 1:
  294. $DDSystemStatus2='idle';
  295. break;
  296. case 2:
  297. $DDSystemStatus2='authorizing';
  298. break;
  299. case 3:
  300. $DDSystemStatus2='reassign check';
  301. break;
  302. case 4:
  303. $DDSystemStatus2='reassign';
  304. break;
  305. case 5:
  306. $DDSystemStatus2='preparing';
  307. break;
  308. case 6:
  309. $DDSystemStatus2='preparing for EV';
  310. break;
  311. case 7:
  312. $DDSystemStatus2='preparing for evse';
  313. break;
  314. case 8:
  315. $DDSystemStatus2='charging';
  316. break;
  317. case 9:
  318. $DDSystemStatus2='terminating';
  319. break;
  320. case 10:
  321. $DDSystemStatus2='complete';
  322. break;
  323. case 11:
  324. $DDSystemStatus2='alarm';
  325. break;
  326. case 12:
  327. $DDSystemStatus2='fault';
  328. break;
  329. case 13:
  330. $DDSystemStatus2='reservation';
  331. break;
  332. case 14:
  333. $DDSystemStatus2='booking';
  334. break;
  335. case 15:
  336. $DDSystemStatus2='maintain';
  337. break;
  338. case 16:
  339. $DDSystemStatus2='debug';
  340. break;
  341. case 17:
  342. $DDSystemStatus2='precharge step 0';
  343. break;
  344. case 18:
  345. $DDSystemStatus2='precharge step 1';
  346. break;
  347. case 19:
  348. $DDSystemStatus2='update';
  349. break;
  350. default:
  351. $DDSystemStatus2='unknown';
  352. break;
  353. }
  354. }
  355. if($obj['DDChargingInfo3']){
  356. switch ($obj['DDChargingInfo3']['DDSystemStatus']){
  357. case 0:
  358. $DDSystemStatus3='booting';
  359. break;
  360. case 1:
  361. $DDSystemStatus3='idle';
  362. break;
  363. case 2:
  364. $DDSystemStatus3='authorizing';
  365. break;
  366. case 3:
  367. $DDSystemStatus3='reassign check';
  368. break;
  369. case 4:
  370. $DDSystemStatus3='reassign';
  371. break;
  372. case 5:
  373. $DDSystemStatus3='preparing';
  374. break;
  375. case 6:
  376. $DDSystemStatus3='preparing for EV';
  377. break;
  378. case 7:
  379. $DDSystemStatus3='preparing for evse';
  380. break;
  381. case 8:
  382. $DDSystemStatus3='charging';
  383. break;
  384. case 9:
  385. $DDSystemStatus3='terminating';
  386. break;
  387. case 10:
  388. $DDSystemStatus3='complete';
  389. break;
  390. case 11:
  391. $DDSystemStatus3='alarm';
  392. break;
  393. case 12:
  394. $DDSystemStatus3='fault';
  395. break;
  396. case 13:
  397. $DDSystemStatus3='reservation';
  398. break;
  399. case 14:
  400. $DDSystemStatus3='booking';
  401. break;
  402. case 15:
  403. $DDSystemStatus3='maintain';
  404. break;
  405. case 16:
  406. $DDSystemStatus3='debug';
  407. break;
  408. case 17:
  409. $DDSystemStatus3='precharge step 0';
  410. break;
  411. case 18:
  412. $DDSystemStatus3='precharge step 1';
  413. break;
  414. case 19:
  415. $DDSystemStatus3='update';
  416. break;
  417. default:
  418. $DDSystemStatus3='unknown';
  419. break;
  420. }
  421. }
  422. if($obj['DDChargingInfo4']){
  423. switch ($obj['DDChargingInfo4']['DDSystemStatus']){
  424. case 0:
  425. $DDSystemStatus4='booting';
  426. break;
  427. case 1:
  428. $DDSystemStatus4='idle';
  429. break;
  430. case 2:
  431. $DDSystemStatus4='authorizing';
  432. break;
  433. case 3:
  434. $DDSystemStatus4='reassign check';
  435. break;
  436. case 4:
  437. $DDSystemStatus4='reassign';
  438. break;
  439. case 5:
  440. $DDSystemStatus4='preparing';
  441. break;
  442. case 6:
  443. $DDSystemStatus4='preparing for EV';
  444. break;
  445. case 7:
  446. $DDSystemStatus4='preparing for evse';
  447. break;
  448. case 8:
  449. $DDSystemStatus4='charging';
  450. break;
  451. case 9:
  452. $DDSystemStatus4='terminating';
  453. break;
  454. case 10:
  455. $DDSystemStatus4='complete';
  456. break;
  457. case 11:
  458. $DDSystemStatus4='alarm';
  459. break;
  460. case 12:
  461. $DDSystemStatus4='fault';
  462. break;
  463. case 13:
  464. $DDSystemStatus4='reservation';
  465. break;
  466. case 14:
  467. $DDSystemStatus4='booking';
  468. break;
  469. case 15:
  470. $DDSystemStatus4='maintain';
  471. break;
  472. case 16:
  473. $DDSystemStatus4='debug';
  474. break;
  475. case 17:
  476. $DDSystemStatus4='precharge step 0';
  477. break;
  478. case 18:
  479. $DDSystemStatus4='precharge step 1';
  480. break;
  481. case 19:
  482. $DDSystemStatus4='update';
  483. break;
  484. default:
  485. $DDSystemStatus4='unknown';
  486. break;
  487. }
  488. }
  489. function ConnectorType($connector){
  490. $result="";
  491. if($connector == "0"){
  492. $result= "";
  493. }
  494. else if($connector == "U" || $connector == "V" || $connector == "E" || $connector == "F" || $connector == "T" || $connector == "D" || $connector == "M" || $connector == "N" || $connector == "P" || $connector == "R"){
  495. $result= "CCS";
  496. }
  497. else if($connector == "G"){
  498. $result= "GB";
  499. }
  500. else if($connector == "J" || $connector == "K"){
  501. $result= "CHAdeMO";
  502. }
  503. else if($connector == "1" || $connector == "2" || $connector == "3" || $connector == "4" || $connector == "5" || $connector == "6" || $connector == "7" || $connector == "8"){
  504. $result= "AC";
  505. }
  506. else{
  507. $result= "";
  508. }
  509. return $result;
  510. }
  511. ?>
  512. <style>
  513. img {
  514. display: block;
  515. margin-left: auto;
  516. margin-right: auto;
  517. }
  518. </style>
  519. <div class="envor-content">
  520. <!--
  521. Page Title start
  522. //-->
  523. <section class="envor-page-title-1" data-stellar-background-ratio="0.5">
  524. <div class="container">
  525. <div class="row">
  526. <div class="col-lg-9 col-md-9 col-sm-9">
  527. <h1><?php echo $lang->showWord("charging"); ?></h1>
  528. </div>
  529. </div>
  530. </div>
  531. <!--
  532. Page Title end
  533. //-->
  534. </section>
  535. <!--
  536. Main Content start
  537. //-->
  538. <a id="loadinghref"><div id="loading" style="display:none;"><input type="hidden" name="ModelName" id="ModelName" value="<?php echo $ModelName;?>"><img src="img/giphy.gif"/></div></a>
  539. <section class="envor-section">
  540. <div class="container">
  541. <div class="row">
  542. <div class="col-lg-12">
  543. <div class="envor-sorting" id="faq-sorting">
  544. <div class="envor-toggle">
  545. <!--Charging relevant parameters-->
  546. <article class="envor-sorting-item css">
  547. <header><?php echo $lang->showWord("charging_relevant_parameters"); ?><i class="fa fa-plus"></i></header>
  548. <section>
  549. <div class="form-group" style="display:<?php echo $am111;?>">
  550. <label id="MaxChargingEnergyLbl">Max Charging Energy</label>
  551. <small class="form-text text-muted-red">kWh</small>
  552. <input type="text" name="MaxChargingEnergy" id="MaxChargingEnergy" class="form-control" value="<?php echo $obj['MaxChargingEnergy'];?>" placeholder="<?php echo ($obj['MaxChargingEnergy']==0||$obj['MaxChargingEnergy']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  553. <small class="form-text text-muted-red"><label id="MaxChargingEnergyText" style="display:none;">'0' means unlimit</label></small>
  554. </div>
  555. <div class="form-group" style="display:<?php echo $am001;?>">
  556. <label id="MaxChargingPowerLbl">Max Charging Power</label>
  557. <small class="form-text text-muted-red">kW</small>
  558. <input type="text" name="MaxChargingPower" id="MaxChargingPower" class="form-control" value="<?php echo $obj['MaxChargingPower'];?>" placeholder="<?php echo ($obj['MaxChargingPower']==0||$obj['MaxChargingPower']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  559. <input type="hidden" name="RatingPower" id="RatingPower" value="<?php echo $RatingPower;?>">
  560. <small class="form-text text-muted-red"><label id="MaxChargingPowerText" style="display:none;">'0' means unlimit</label></small>
  561. </div>
  562. <div class="form-group" style="display:<?php echo $am111;?>">
  563. <label id="MaxChargingCurrentLbl">Max Charging Current</label>
  564. <small class="form-text text-muted-red">amp</small>
  565. <input type="text" name="MaxChargingCurrent" id="MaxChargingCurrent" class="form-control" value="<?php echo $obj['MaxChargingCurrent'];?>" placeholder="<?php echo ($obj['MaxChargingCurrent']==0||$obj['MaxChargingCurrent']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  566. <input type="hidden" name="RatingCurrent" id="RatingCurrent" value="<?php echo $RatingCurrent;?>">
  567. <small class="form-text text-muted-red"><label id="MaxChargingCurrentText" style="display:none;">'0' means unlimit</label></small>
  568. </div>
  569. <div class="form-group" style="display:<?php echo $am111;?>">
  570. <label id="MaxChargingDurationLbl">Max Charging Duration</label>
  571. <small class="form-text text-muted-red">minutes</small>
  572. <input type="text" name="MaxChargingDuration" id="MaxChargingDuration" class="form-control" value="<?php echo $obj['MaxChargingDuration'];?>" placeholder="<?php echo ($obj['MaxChargingDuration']==0||$obj['MaxChargingDuration']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  573. <small class="form-text text-muted-red"><label id="MaxChargingDurationText" style="display:none;">'0' means unlimit</label></small>
  574. </div>
  575. <div class="form-group" id="AcMaxChargingCurrentDiv">
  576. <label>AC Max Charging Current</label>
  577. <small class="form-text text-muted-red">amp</small>
  578. <input type="text" name="AcMaxChargingCurrent" id="AcMaxChargingCurrent" class="form-control" value="<?php echo $obj['AcMaxChargingCurrent'];?>" placeholder="<?php echo ($obj['AcMaxChargingCurrent']==0||$obj['AcMaxChargingCurrent']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
  579. <input type="hidden" name="AcRatingCurrent" id="AcRatingCurrent" value="<?php echo $AcRatingCurrent;?>">
  580. <small class="form-text text-muted-red"><label id="AcMaxChargingCurrentText" style="display:none;">'0' means unlimit</label></small>
  581. </div>
  582. <div class="form-group" style="display:<?php echo $am111;?>">
  583. <label>Local White Card0</label>
  584. <input type="text" name="LocalWhiteCard0" id="LocalWhiteCard0" class="form-control" value="<?php echo $obj['LocalWhiteCard'][0];?>">
  585. </div>
  586. <div class="form-group" style="display:<?php echo $am111;?>">
  587. <label>Local White Card1</label>
  588. <input type="text" name="LocalWhiteCard1" id="LocalWhiteCard1" class="form-control" value="<?php echo $obj['LocalWhiteCard'][1];?>">
  589. </div>
  590. <div class="form-group" style="display:<?php echo $am111;?>">
  591. <label>Local White Card2</label>
  592. <input type="text" name="LocalWhiteCard2" id="LocalWhiteCard2" class="form-control" value="<?php echo $obj['LocalWhiteCard'][2];?>">
  593. </div>
  594. <div class="form-group" style="display:<?php echo $am111;?>">
  595. <label>Local White Card3</label>
  596. <input type="text" name="LocalWhiteCard3" id="LocalWhiteCard3" class="form-control" value="<?php echo $obj['LocalWhiteCard'][3];?>">
  597. </div>
  598. <div class="form-group" style="display:<?php echo $am111;?>">
  599. <label>Local White Card4</label>
  600. <input type="text" name="LocalWhiteCard4" id="LocalWhiteCard4" class="form-control" value="<?php echo $obj['LocalWhiteCard'][4];?>">
  601. </div>
  602. <div class="form-group" style="display:<?php echo $am111;?>">
  603. <label>Local White Card5</label>
  604. <input type="text" name="LocalWhiteCard5" id="LocalWhiteCard5" class="form-control" value="<?php echo $obj['LocalWhiteCard'][5];?>">
  605. </div>
  606. <div class="form-group" style="display:<?php echo $am111;?>">
  607. <label>Local White Card6</label>
  608. <input type="text" name="LocalWhiteCard6" id="LocalWhiteCard6" class="form-control" value="<?php echo $obj['LocalWhiteCard'][6];?>">
  609. </div>
  610. <div class="form-group" style="display:<?php echo $am111;?>">
  611. <label>Local White Card7</label>
  612. <input type="text" name="LocalWhiteCard7" id="LocalWhiteCard7" class="form-control" value="<?php echo $obj['LocalWhiteCard'][7];?>">
  613. </div>
  614. <div class="form-group" style="display:<?php echo $am111;?>">
  615. <label>Local White Card8</label>
  616. <input type="text" name="LocalWhiteCard8" id="LocalWhiteCard8" class="form-control" value="<?php echo $obj['LocalWhiteCard'][8];?>">
  617. </div>
  618. <div class="form-group" style="display:<?php echo $am111;?>">
  619. <label>Local White Card9</label>
  620. <input type="text" name="LocalWhiteCard9" id="LocalWhiteCard9" class="form-control" value="<?php echo $obj['LocalWhiteCard'][9];?>">
  621. </div>
  622. <div class="form-group" id="isBillingDiv">
  623. <label>
  624. <input type="checkbox" id="isBilling" name="isBilling" <?php echo $obj['isBilling']==1?"checked":"";?> onclick="isBilling_clicked()">
  625. Billing</label>
  626. </div>
  627. <div class="form-group" id="CurrencyDiv">
  628. <label>Currency</label>
  629. <select class="form-control" id="Currency" name="Currency">
  630. <option value="0" <?php echo $obj['Currency']=="0"?"selected":""?>>AED - Emirati Dirham</option>
  631. <option value="1" <?php echo $obj['Currency']=="1"?"selected":""?>>ARS - Argentine Peso</option>
  632. <option value="2" <?php echo $obj['Currency']=="2"?"selected":""?>>AUD - Australian Dollar</option>
  633. <option value="3" <?php echo $obj['Currency']=="3"?"selected":""?>>BGN - Bulgarian Lev</option>
  634. <option value="4" <?php echo $obj['Currency']=="4"?"selected":""?>>BHD - Bahraini Dinar</option>
  635. <option value="5" <?php echo $obj['Currency']=="5"?"selected":""?>>BND - Bruneian Dollar</option>
  636. <option value="6" <?php echo $obj['Currency']=="6"?"selected":""?>>BRL - Brazilian Real</option>
  637. <option value="7" <?php echo $obj['Currency']=="7"?"selected":""?>>BWP - Botswana Pula</option>
  638. <option value="8" <?php echo $obj['Currency']=="8"?"selected":""?>>CAD - Canadian Dollar</option>
  639. <option value="9" <?php echo $obj['Currency']=="9"?"selected":""?>>CHF - Swiss Franc</option>
  640. <option value="10" <?php echo $obj['Currency']=="10"?"selected":""?>>CLP - Chilean Peso</option>
  641. <option value="11" <?php echo $obj['Currency']=="11"?"selected":""?>>CNY - Chinese Yuan Renminbi</option>
  642. <option value="12" <?php echo $obj['Currency']=="12"?"selected":""?>>COP - Colombian Peso</option>
  643. <option value="13" <?php echo $obj['Currency']=="13"?"selected":""?>>CZK - Czech Koruna</option>
  644. <option value="14" <?php echo $obj['Currency']=="14"?"selected":""?>>DKK - Danish Krone</option>
  645. <option value="15" <?php echo $obj['Currency']=="15"?"selected":""?>>EUR - Euro</option>
  646. <option value="16" <?php echo $obj['Currency']=="16"?"selected":""?>>GBP - British Pound</option>
  647. <option value="17" <?php echo $obj['Currency']=="17"?"selected":""?>>HKD - Hong Kong Dollar</option>
  648. <option value="18" <?php echo $obj['Currency']=="18"?"selected":""?>>HRK - Croatian Kuna</option>
  649. <option value="19" <?php echo $obj['Currency']=="19"?"selected":""?>>HUF - Hungarian Forint</option>
  650. <option value="20" <?php echo $obj['Currency']=="20"?"selected":""?>>IDR - Indonesian Rupiah</option>
  651. <option value="21" <?php echo $obj['Currency']=="21"?"selected":""?>>ILS - Israeli Shekel</option>
  652. <option value="22" <?php echo $obj['Currency']=="22"?"selected":""?>>INR - Indian Rupee</option>
  653. <option value="23" <?php echo $obj['Currency']=="23"?"selected":""?>>IRR - Iranian Rial</option>
  654. <option value="24" <?php echo $obj['Currency']=="24"?"selected":""?>>ISK - Icelandic Krona</option>
  655. <option value="25" <?php echo $obj['Currency']=="25"?"selected":""?>>JPY - Japanese Yen</option>
  656. <option value="26" <?php echo $obj['Currency']=="26"?"selected":""?>>KRW - South Korean Won</option>
  657. <option value="27" <?php echo $obj['Currency']=="27"?"selected":""?>>KWD - Kuwaiti Dinar</option>
  658. <option value="28" <?php echo $obj['Currency']=="28"?"selected":""?>>KZT - Kazakhstani Tenge</option>
  659. <option value="29" <?php echo $obj['Currency']=="29"?"selected":""?>>LKR - Sri Lankan Rupee</option>
  660. <option value="30" <?php echo $obj['Currency']=="30"?"selected":""?>>LYD - Libyan Dinar</option>
  661. <option value="31" <?php echo $obj['Currency']=="31"?"selected":""?>>MUR - Mauritian Rupee</option>
  662. <option value="32" <?php echo $obj['Currency']=="32"?"selected":""?>>MXN - Mexican Peso</option>
  663. <option value="33" <?php echo $obj['Currency']=="33"?"selected":""?>>MYR - Malaysian Ringgit</option>
  664. <option value="34" <?php echo $obj['Currency']=="34"?"selected":""?>>NOK - Norwegian Krone</option>
  665. <option value="35" <?php echo $obj['Currency']=="35"?"selected":""?>>NPR - Nepalese Rupee</option>
  666. <option value="36" <?php echo $obj['Currency']=="36"?"selected":""?>>NZD - New Zealand Dollar</option>
  667. <option value="37" <?php echo $obj['Currency']=="37"?"selected":""?>>OMR - Omani Rial</option>
  668. <option value="38" <?php echo $obj['Currency']=="38"?"selected":""?>>PHP - Philippine Peso</option>
  669. <option value="39" <?php echo $obj['Currency']=="39"?"selected":""?>>PKR - Pakistani Rupee</option>
  670. <option value="40" <?php echo $obj['Currency']=="40"?"selected":""?>>PLN - Polish Zloty</option>
  671. <option value="41" <?php echo $obj['Currency']=="41"?"selected":""?>>QAR - Qatari Riyal</option>
  672. <option value="42" <?php echo $obj['Currency']=="42"?"selected":""?>>RON - Romanian New Leu</option>
  673. <option value="43" <?php echo $obj['Currency']=="43"?"selected":""?>>RUB - Russian Ruble</option>
  674. <option value="44" <?php echo $obj['Currency']=="44"?"selected":""?>>SAR - Saudi Arabian Riyal</option>
  675. <option value="45" <?php echo $obj['Currency']=="45"?"selected":""?>>SEK - Swedish Krona</option>
  676. <option value="46" <?php echo $obj['Currency']=="46"?"selected":""?>>SGD - Singapore Dollar</option>
  677. <option value="47" <?php echo $obj['Currency']=="47"?"selected":""?>>THB - Thai Baht</option>
  678. <option value="48" <?php echo $obj['Currency']=="48"?"selected":""?>>TRY - Turkish Lira</option>
  679. <option value="49" <?php echo $obj['Currency']=="49"?"selected":""?>>TTD - Trinidadian Dollar</option>
  680. <option value="50" <?php echo $obj['Currency']=="50"?"selected":""?>>TWD - Taiwan New Dollar</option>
  681. <option value="51" <?php echo $obj['Currency']=="51"?"selected":""?>>USD - US Dollar</option>
  682. <option value="52" <?php echo $obj['Currency']=="52"?"selected":""?>>VEF - Venezuelan Bolivar</option>
  683. <option value="53" <?php echo $obj['Currency']=="53"?"selected":""?>>ZAR - South African Rand</option>
  684. </select>
  685. </div>
  686. <div class="form-group" id="FeeDiv">
  687. <div class="form-group">
  688. <label>Fee 00:00~00:59</label>
  689. <input type="text" name="Fee0" id="Fee0" class="form-control" value="<?php echo round($obj['Fee'][0],2);?>">
  690. </div>
  691. <div class="form-group">
  692. <label>Fee 01:00~01:59</label>
  693. <input type="text" name="Fee0" id="Fee1" class="form-control" value="<?php echo round($obj['Fee'][1],2);?>">
  694. </div>
  695. <div class="form-group">
  696. <label>Fee 02:00~02:59</label>
  697. <input type="text" name="Fee2" id="Fee2" class="form-control" value="<?php echo round($obj['Fee'][2],2);?>">
  698. </div>
  699. <div class="form-group">
  700. <label>Fee 03:00~03:59</label>
  701. <input type="text" name="Fee3" id="Fee3" class="form-control" value="<?php echo round($obj['Fee'][3],2);?>">
  702. </div>
  703. <div class="form-group">
  704. <label>Fee 04:00~04:59</label>
  705. <input type="text" name="Fee4" id="Fee4" class="form-control" value="<?php echo round($obj['Fee'][4],2);?>">
  706. </div>
  707. <div class="form-group">
  708. <label>Fee 05:00~05:59</label>
  709. <input type="text" name="Fee5" id="Fee5" class="form-control" value="<?php echo round($obj['Fee'][5],2);?>">
  710. </div>
  711. <div class="form-group">
  712. <label>Fee 06:00~06:59</label>
  713. <input type="text" name="Fee6" id="Fee6" class="form-control" value="<?php echo round($obj['Fee'][6],2);?>">
  714. </div>
  715. <div class="form-group">
  716. <label>Fee 07:00~07:59</label>
  717. <input type="text" name="Fee7" id="Fee7" class="form-control" value="<?php echo round($obj['Fee'][7],2);?>">
  718. </div>
  719. <div class="form-group">
  720. <label>Fee 08:00~08:59</label>
  721. <input type="text" name="Fee8" id="Fee8" class="form-control" value="<?php echo round($obj['Fee'][8],2);?>">
  722. </div>
  723. <div class="form-group">
  724. <label>Fee 09:00~09:59</label>
  725. <input type="text" name="Fee9" id="Fee9" class="form-control" value="<?php echo round($obj['Fee'][9],2);?>">
  726. </div>
  727. <div class="form-group">
  728. <label>Fee 10:00~10:59</label>
  729. <input type="text" name="Fee10" id="Fee10" class="form-control" value="<?php echo round($obj['Fee'][10],2);?>">
  730. </div>
  731. <div class="form-group">
  732. <label>Fee 11:00~11:59</label>
  733. <input type="text" name="Fee11" id="Fee11" class="form-control" value="<?php echo round($obj['Fee'][11],2);?>">
  734. </div>
  735. <div class="form-group">
  736. <label>Fee 12:00~12:59</label>
  737. <input type="text" name="Fee12" id="Fee12" class="form-control" value="<?php echo round($obj['Fee'][12],2);?>">
  738. </div>
  739. <div class="form-group">
  740. <label>Fee 13:00~13:59</label>
  741. <input type="text" name="Fee13" id="Fee13" class="form-control" value="<?php echo round($obj['Fee'][13],2);?>">
  742. </div>
  743. <div class="form-group">
  744. <label>Fee 14:00~14:59</label>
  745. <input type="text" name="Fee14" id="Fee14" class="form-control" value="<?php echo round($obj['Fee'][14],2);?>">
  746. </div>
  747. <div class="form-group">
  748. <label>Fee 15:00~15:59</label>
  749. <input type="text" name="Fee15" id="Fee15" class="form-control" value="<?php echo round($obj['Fee'][15],2);?>">
  750. </div>
  751. <div class="form-group">
  752. <label>Fee 16:00~16:59</label>
  753. <input type="text" name="Fee16" id="Fee16" class="form-control" value="<?php echo round($obj['Fee'][16],2);?>">
  754. </div>
  755. <div class="form-group">
  756. <label>Fee 17:00~17:59</label>
  757. <input type="text" name="Fee17" id="Fee17" class="form-control" value="<?php echo round($obj['Fee'][17],2);?>">
  758. </div>
  759. <div class="form-group">
  760. <label>Fee 18:00~18:59</label>
  761. <input type="text" name="Fee18" id="Fee18" class="form-control" value="<?php echo round($obj['Fee'][18],2);?>">
  762. </div>
  763. <div class="form-group">
  764. <label>Fee 19:00~19:59</label>
  765. <input type="text" name="Fee19" id="Fee19" class="form-control" value="<?php echo round($obj['Fee'][19],2);?>">
  766. </div>
  767. <div class="form-group">
  768. <label>Fee 20:00~20:59</label>
  769. <input type="text" name="Fee20" id="Fee20" class="form-control" value="<?php echo round($obj['Fee'][20],2);?>">
  770. </div>
  771. <div class="form-group">
  772. <label>Fee 21:00~21:59</label>
  773. <input type="text" name="Fee21" id="Fee21" class="form-control" value="<?php echo round($obj['Fee'][21],2);?>">
  774. </div>
  775. <div class="form-group">
  776. <label>Fee 22:00~22:59</label>
  777. <input type="text" name="Fee22" id="Fee22" class="form-control" value="<?php echo round($obj['Fee'][22],2);?>">
  778. </div>
  779. <div class="form-group">
  780. <label>Fee 23:00~23:59</label>
  781. <input type="text" name="Fee23" id="Fee23" class="form-control" value="<?php echo round($obj['Fee'][23],2);?>">
  782. </div>
  783. </div>
  784. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  785. <label>CcsAuthentication</label>
  786. <select class="form-control" id="CcsAuthentication" name="CcsAuthentication">
  787. <option value="0" <?php echo $obj['CcsAuthentication']==0?"selected":""?>>EIM</option>
  788. <option value="1" <?php echo $obj['CcsAuthentication']==1?"selected":""?>>EIM&PnC mixed</option>
  789. </select>
  790. </div>
  791. <div class="form-group" style="display:<?php echo $am111;?>">
  792. <label>AcCcsChargingModel</label>
  793. <select class="form-control" id="AcCcsChargingModel" name="AcCcsChargingModel">
  794. <option value="0" <?php echo $obj['AcCcsChargingModel']==0?"selected":""?>>BC (PWM) only</option>
  795. <option value="1" <?php echo $obj['AcCcsChargingModel']==0?"selected":""?>>BC&PLC mixed</option>
  796. </select>
  797. </div>*/?>
  798. </section>
  799. </article>
  800. <?php if(substr($ModelName,0,2)=="DO"){?>
  801. <?php if($obj['DDChargingInfo1']){ $idx++;?>
  802. <!--Charging Information-->
  803. <article class="envor-sorting-item css">
  804. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  805. <section>
  806. <div class="form-group" style="display:<?php echo $am111;?>">
  807. <label>User Id</label>
  808. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo1']['StartUserId'];?>">
  809. </div>
  810. <div class="form-group" style="display:<?php echo $am111;?>">
  811. <label>Start Date Time</label>
  812. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StartDateTime'];?>">
  813. </div>
  814. <div class="form-group" style="display:<?php echo $am111;?>">
  815. <label>Stop Date Time</label>
  816. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StopDateTime'];?>">
  817. </div>
  818. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  819. <label>StartMethod</label>
  820. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StartMethod'];?>">
  821. </div>*/?>
  822. <div class="form-group" style="display:<?php echo $am111;?>">
  823. <label>System Status</label>
  824. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus1;?>">
  825. </div>
  826. <div class="form-group" style="display:<?php echo $am111;?>">
  827. <label>Connector Temperature</label>
  828. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['ConnectorTemp'];?> ℃">
  829. </div>
  830. <div class="form-group" style="display:<?php echo $am001;?>">
  831. <label>Present Charging Voltage</label>
  832. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingVoltage'],2);?> volt">
  833. </div>
  834. <div class="form-group" style="display:<?php echo $am111;?>">
  835. <label>Present Charging Current</label>
  836. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingCurrent'],2);?> amp">
  837. </div>
  838. <div class="form-group" style="display:<?php echo $am111;?>">
  839. <label>Present Charging Power</label>
  840. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingPower'],2);?> kW">
  841. </div>
  842. <div class="form-group" style="display:<?php echo $am111;?>">
  843. <label>Present Charging Energy</label>
  844. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargedEnergy'],2);?> kWh">
  845. </div>
  846. <div class="form-group" style="display:<?php echo $am111;?>">
  847. <label>Present Charging Duration</label>
  848. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['PresentChargedDuration'];?> seconds">
  849. </div>
  850. <div class="form-group" style="display:<?php echo $am001;?>">
  851. <label>Remain Charging Time</label>
  852. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['RemainChargingDuration'];?> seconds">
  853. </div>
  854. <div class="form-group" style="display:<?php echo $am001;?>">
  855. <label>EV Battery Max Voltage</label>
  856. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['EvBatteryMaxVoltage'],2);?> volt">
  857. </div>
  858. <div class="form-group" style="display:<?php echo $am001;?>">
  859. <label>EV Battery Target Voltage</label>
  860. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['EvBatterytargetVoltage'],2);?> volt">
  861. </div>
  862. <div class="form-group" style="display:<?php echo $am001;?>">
  863. <label>EV Battery Soc</label>
  864. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['EvBatterySoc'];?>">
  865. </div>
  866. <div class="form-group" style="display:<?php echo $am111;?>">
  867. <label>Power Consumption</label>
  868. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PowerConsumption'],2);?> kWh">
  869. </div>
  870. </section>
  871. </article>
  872. <?php }?>
  873. <?php if($obj['DDChargingInfo2']){ $idx++;?>
  874. <!--Charging Information-->
  875. <article class="envor-sorting-item css">
  876. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  877. <section>
  878. <div class="form-group" style="display:<?php echo $am111;?>">
  879. <label>User Id</label>
  880. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo2']['StartUserId'];?>">
  881. </div>
  882. <div class="form-group" style="display:<?php echo $am111;?>">
  883. <label>Start Date Time</label>
  884. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StartDateTime'];?>">
  885. </div>
  886. <div class="form-group" style="display:<?php echo $am111;?>">
  887. <label>Stop Date Time</label>
  888. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StopDateTime'];?>">
  889. </div>
  890. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  891. <label>StartMethod</label>
  892. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StartMethod'];?>">
  893. </div>*/?>
  894. <div class="form-group" style="display:<?php echo $am111;?>">
  895. <label>System Status</label>
  896. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus2;?>">
  897. </div>
  898. <div class="form-group" style="display:<?php echo $am111;?>">
  899. <label>Connector Temperature</label>
  900. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['ConnectorTemp'];?> ℃">
  901. </div>
  902. <div class="form-group" style="display:<?php echo $am001;?>">
  903. <label>Present Charging Voltage</label>
  904. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingVoltage'],2);?> volt">
  905. </div>
  906. <div class="form-group" style="display:<?php echo $am111;?>">
  907. <label>Present Charging Current</label>
  908. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingCurrent'],2);?> amp">
  909. </div>
  910. <div class="form-group" style="display:<?php echo $am111;?>">
  911. <label>Present Charging Power</label>
  912. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingPower'],2);?> kW">
  913. </div>
  914. <div class="form-group" style="display:<?php echo $am111;?>">
  915. <label>Present Charging Energy</label>
  916. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargedEnergy'],2);?> kWh">
  917. </div>
  918. <div class="form-group" style="display:<?php echo $am111;?>">
  919. <label>Present Charging Duration</label>
  920. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['PresentChargedDuration'];?> seconds">
  921. </div>
  922. <div class="form-group" style="display:<?php echo $am001;?>">
  923. <label>Remain Charging Time</label>
  924. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['RemainChargingDuration'];?> seconds">
  925. </div>
  926. <div class="form-group" style="display:<?php echo $am001;?>">
  927. <label>EV Battery Max Voltage</label>
  928. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['EvBatteryMaxVoltage'],2);?> volt">
  929. </div>
  930. <div class="form-group" style="display:<?php echo $am001;?>">
  931. <label>EV Battery Target Voltage</label>
  932. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['EvBatterytargetVoltage'],2);?> volt">
  933. </div>
  934. <div class="form-group" style="display:<?php echo $am001;?>">
  935. <label>EV Battery Soc</label>
  936. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['EvBatterySoc'];?>">
  937. </div>
  938. <div class="form-group" style="display:<?php echo $am111;?>">
  939. <label>Power Consumption</label>
  940. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PowerConsumption'],2);?> kWh">
  941. </div>
  942. </section>
  943. </article>
  944. <?php }?>
  945. <?php if($obj['DDChargingInfo3']){ $idx++;?>
  946. <!--Charging Information-->
  947. <article class="envor-sorting-item css">
  948. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  949. <section>
  950. <div class="form-group" style="display:<?php echo $am111;?>">
  951. <label>User Id</label>
  952. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo3']['StartUserId'];?>">
  953. </div>
  954. <div class="form-group" style="display:<?php echo $am111;?>">
  955. <label>Start Date Time</label>
  956. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StartDateTime'];?>">
  957. </div>
  958. <div class="form-group" style="display:<?php echo $am111;?>">
  959. <label>Stop Date Time</label>
  960. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StopDateTime'];?>">
  961. </div>
  962. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  963. <label>StartMethod</label>
  964. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StartMethod'];?>">
  965. </div>*/?>
  966. <div class="form-group" style="display:<?php echo $am111;?>">
  967. <label>System Status</label>
  968. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus3;?>">
  969. </div>
  970. <div class="form-group" style="display:<?php echo $am111;?>">
  971. <label>Connector Temperature</label>
  972. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['ConnectorTemp'];?> ℃">
  973. </div>
  974. <div class="form-group" style="display:<?php echo $am001;?>">
  975. <label>Present Charging Voltage</label>
  976. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingVoltage'],2);?> volt">
  977. </div>
  978. <div class="form-group" style="display:<?php echo $am111;?>">
  979. <label>Present Charging Current</label>
  980. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingCurrent'],2);?> amp">
  981. </div>
  982. <div class="form-group" style="display:<?php echo $am111;?>">
  983. <label>Present Charging Power</label>
  984. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingPower'],2);?> kW">
  985. </div>
  986. <div class="form-group" style="display:<?php echo $am111;?>">
  987. <label>Present Charging Energy</label>
  988. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargedEnergy'],2);?> kWh">
  989. </div>
  990. <div class="form-group" style="display:<?php echo $am111;?>">
  991. <label>Present Charging Duration</label>
  992. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['PresentChargedDuration'];?> seconds">
  993. </div>
  994. <div class="form-group" style="display:<?php echo $am001;?>">
  995. <label>Remain Charging Time</label>
  996. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['RemainChargingDuration'];?> seconds">
  997. </div>
  998. <div class="form-group" style="display:<?php echo $am001;?>">
  999. <label>EV Battery Max Voltage</label>
  1000. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['EvBatteryMaxVoltage'],2);?> volt">
  1001. </div>
  1002. <div class="form-group" style="display:<?php echo $am001;?>">
  1003. <label>EV Battery Target Voltage</label>
  1004. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['EvBatterytargetVoltage'],2);?> volt">
  1005. </div>
  1006. <div class="form-group" style="display:<?php echo $am001;?>">
  1007. <label>EV Battery Soc</label>
  1008. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['EvBatterySoc'];?>">
  1009. </div>
  1010. <div class="form-group" style="display:<?php echo $am111;?>">
  1011. <label>Power Consumption</label>
  1012. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PowerConsumption'],2);?> kWh">
  1013. </div>
  1014. </section>
  1015. </article>
  1016. <?php }?>
  1017. <?php if($obj['DDChargingInfo4']){ $idx++;?>
  1018. <!--Charging Information-->
  1019. <article class="envor-sorting-item css">
  1020. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
  1021. <section>
  1022. <div class="form-group" style="display:<?php echo $am111;?>">
  1023. <label>User Id</label>
  1024. <input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo4']['StartUserId'];?>">
  1025. </div>
  1026. <div class="form-group" style="display:<?php echo $am111;?>">
  1027. <label>Start Date Time</label>
  1028. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StartDateTime'];?>">
  1029. </div>
  1030. <div class="form-group" style="display:<?php echo $am111;?>">
  1031. <label>Stop Date Time</label>
  1032. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StopDateTime'];?>">
  1033. </div>
  1034. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1035. <label>StartMethod</label>
  1036. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StartMethod'];?>">
  1037. </div>*/?>
  1038. <div class="form-group" style="display:<?php echo $am111;?>">
  1039. <label>System Status</label>
  1040. <input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus4;?>">
  1041. </div>
  1042. <div class="form-group" style="display:<?php echo $am111;?>">
  1043. <label>Connector Temperature</label>
  1044. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['ConnectorTemp'];?> ℃">
  1045. </div>
  1046. <div class="form-group" style="display:<?php echo $am001;?>">
  1047. <label>Present Charging Voltage</label>
  1048. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingVoltage'],2);?> volt">
  1049. </div>
  1050. <div class="form-group" style="display:<?php echo $am111;?>">
  1051. <label>Present Charging Current</label>
  1052. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingCurrent'],2);?> amp">
  1053. </div>
  1054. <div class="form-group" style="display:<?php echo $am111;?>">
  1055. <label>Present Charging Power</label>
  1056. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingPower'],2);?> kW">
  1057. </div>
  1058. <div class="form-group" style="display:<?php echo $am111;?>">
  1059. <label>Present Charging Energy</label>
  1060. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargedEnergy'],2);?> kWh">
  1061. </div>
  1062. <div class="form-group" style="display:<?php echo $am111;?>">
  1063. <label>Present Charging Duration</label>
  1064. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['PresentChargedDuration'];?> seconds">
  1065. </div>
  1066. <div class="form-group" style="display:<?php echo $am001;?>">
  1067. <label>Remain Charging Time</label>
  1068. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['RemainChargingDuration'];?> seconds">
  1069. </div>
  1070. <div class="form-group" style="display:<?php echo $am001;?>">
  1071. <label>EV Battery Max Voltage</label>
  1072. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['EvBatteryMaxVoltage'],2);?> volt">
  1073. </div>
  1074. <div class="form-group" style="display:<?php echo $am001;?>">
  1075. <label>EV Battery Target Voltage</label>
  1076. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['EvBatterytargetVoltage'],2);?> volt">
  1077. </div>
  1078. <div class="form-group" style="display:<?php echo $am001;?>">
  1079. <label>EV Battery Soc</label>
  1080. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['EvBatterySoc'];?>">
  1081. </div>
  1082. <div class="form-group" style="display:<?php echo $am111;?>">
  1083. <label>Power Consumption</label>
  1084. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PowerConsumption'],2);?> kWh">
  1085. </div>
  1086. </section>
  1087. </article>
  1088. <?php }?>
  1089. <?php } else { ?>
  1090. <?php if($obj['ChargingInfo1']){ $idx++;?>
  1091. <!--Charging Information-->
  1092. <article class="envor-sorting-item css">
  1093. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType1.")"; ?><i class="fa fa-plus"></i></header>
  1094. <section>
  1095. <div class="form-group" style="display:<?php echo $am111;?>">
  1096. <label>User Id</label>
  1097. <input type="text" readonly class="form-control" value="<?php echo $obj['ChargingInfo1']['StartUserId'];?>">
  1098. <input type="hidden" name="UserId1" id="UserId1" value="<?php echo $obj['ChargingInfo1']['StartUserId'];?>">
  1099. </div>
  1100. <div class="form-group" style="display:<?php echo $am111;?>">
  1101. <label>Start Date Time</label>
  1102. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StartDateTime'];?>">
  1103. <input type="hidden" name="StartDateTime1" id="StartDateTime1" value="<?php echo $obj['ChargingInfo1']['StartDateTime'];?>">
  1104. </div>
  1105. <div class="form-group" style="display:<?php echo $am111;?>">
  1106. <label>Stop Date Time</label>
  1107. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StopDateTime'];?>">
  1108. <input type="hidden" name="StopDateTime1" id="StopDateTime1" value="<?php echo $obj['ChargingInfo1']['StopDateTime'];?>">
  1109. </div>
  1110. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1111. <label>StartMethod</label>
  1112. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StartMethod'];?>">
  1113. <input type="hidden" name="StartMethod1" id="StartMethod1" value="<?php echo $obj['ChargingInfo1']['StartMethod'];?>">
  1114. </div>*/?>
  1115. <div class="form-group" style="display:<?php echo $am111;?>">
  1116. <label>System Status</label>
  1117. <input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus1;?>">
  1118. <input type="hidden" name="SystemStatus1" id="SystemStatus1" value="<?php echo $obj['ChargingInfo1']['SystemStatus'];?>">
  1119. </div>
  1120. <div class="form-group" style="display:<?php echo $am111;?>">
  1121. <label>Connector Temperature</label>
  1122. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['ConnectorTemp'];?> ℃">
  1123. <input type="hidden" name="ConnectorTemp1" id="ConnectorTemp1" value="<?php echo $obj['ChargingInfo1']['ConnectorTemp'];?>">
  1124. </div>
  1125. <div class="form-group" style="display:<?php echo $am001;?>">
  1126. <label>Present Charging Voltage</label>
  1127. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingVoltage'],2);?> volt">
  1128. <input type="hidden" name="PresentChargingVoltage1" id="PresentChargingVoltage1" value="<?php echo $obj['ChargingInfo1']['PresentChargingVoltage'];?>">
  1129. </div>
  1130. <div class="form-group" style="display:<?php echo $am111;?>">
  1131. <label>Present Charging Current</label>
  1132. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingCurrent'],2);?> amp">
  1133. <input type="hidden" name="PresentChargingCurrent1" id="PresentChargingCurrent1" value="<?php echo $obj['ChargingInfo1']['PresentChargingCurrent'];?>">
  1134. </div>
  1135. <div class="form-group" style="display:<?php echo $am111;?>">
  1136. <label>Present Charging Power</label>
  1137. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingPower'],2);?> kW">
  1138. <input type="hidden" name="PresentChargingPower1" id="PresentChargingPower1" value="<?php echo $obj['ChargingInfo1']['PresentChargingPower'];?>">
  1139. </div>
  1140. <div class="form-group" style="display:<?php echo $am111;?>">
  1141. <label>Present Charging Energy</label>
  1142. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargedEnergy'],2);?> kWh">
  1143. <input type="hidden" name="PresentChargedEnergy1" id="PresentChargedEnergy1" value="<?php echo $obj['ChargingInfo1']['PresentChargedEnergy'];?>">
  1144. </div>
  1145. <div class="form-group" style="display:<?php echo $am111;?>">
  1146. <label>Present Charging Duration</label>
  1147. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['PresentChargedDuration'];?> seconds">
  1148. <input type="hidden" name="PresentChargedDuration1" id="PresentChargedDuration1" value="<?php echo $obj['ChargingInfo1']['PresentChargedDuration'];?>">
  1149. </div>
  1150. <div class="form-group" style="display:<?php echo $am001;?>">
  1151. <label>Remain Charging Time</label>
  1152. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['RemainChargingDuration'];?> seconds">
  1153. <input type="hidden" name="RemainChargingDuration1" id="RemainChargingDuration1" value="<?php echo $obj['ChargingInfo1']['RemainChargingDuration'];?>">
  1154. </div>
  1155. <div class="form-group" style="display:<?php echo $am001;?>">
  1156. <label>EV Battery Max Voltage</label>
  1157. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['EvBatteryMaxVoltage'],2);?> volt">
  1158. <input type="hidden" name="EvBatteryMaxVoltage1" id="EvBatteryMaxVoltage1" value="<?php echo $obj['ChargingInfo1']['EvBatteryMaxVoltage'];?>">
  1159. </div>
  1160. <div class="form-group" style="display:<?php echo $am001;?>">
  1161. <label>EV Battery Target Voltage</label>
  1162. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['EvBatterytargetVoltage'],2);?> volt">
  1163. <input type="hidden" name="EvBatterytargetVoltage1" id="EvBatterytargetVoltage1" value="<?php echo $obj['ChargingInfo1']['EvBatterytargetVoltage'];?>">
  1164. </div>
  1165. <div class="form-group" style="display:<?php echo $am001;?>">
  1166. <label>EV Battery Soc</label>
  1167. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['EvBatterySoc'];?>">
  1168. <input type="hidden" name="EvBatterySoc1" id="EvBatterySoc1" value="<?php echo $obj['ChargingInfo1']['EvBatterySoc'];?>">
  1169. </div>
  1170. <div class="form-group" style="display:<?php echo $am111;?>">
  1171. <label>Power Consumption</label>
  1172. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PowerConsumption'],2);?> kWh">
  1173. </div>
  1174. </section>
  1175. </article>
  1176. <?php }?>
  1177. <?php if($obj['ChargingInfo2']){ $idx++;?>
  1178. <!--Charging Information-->
  1179. <article class="envor-sorting-item css">
  1180. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType2.")"; ?><i class="fa fa-plus"></i></header>
  1181. <section>
  1182. <div class="form-group" style="display:<?php echo $am111;?>">
  1183. <label>User Id</label>
  1184. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartUserId'];?>">
  1185. <input type="hidden" name="UserId2" id="UserId2" value="<?php echo $obj['ChargingInfo2']['StartUserId'];?>">
  1186. </div>
  1187. <div class="form-group" style="display:<?php echo $am111;?>">
  1188. <label>Start Date Time</label>
  1189. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartDateTime'];?>">
  1190. <input type="hidden" name="StartDateTime2" id="StartDateTime2" value="<?php echo $obj['ChargingInfo2']['StartDateTime'];?>">
  1191. </div>
  1192. <div class="form-group" style="display:<?php echo $am111;?>">
  1193. <label>Stop Date Time</label>
  1194. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StopDateTime'];?>">
  1195. <input type="hidden" name="StopDateTime2" id="StopDateTime2" value="<?php echo $obj['ChargingInfo2']['StopDateTime'];?>">
  1196. </div>
  1197. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1198. <label>StartMethod</label>
  1199. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartMethod'];?>">
  1200. <input type="hidden" name="StartMethod2" id="StartMethod2" value="<?php echo $obj['ChargingInfo2']['StartMethod'];?>">
  1201. </div>*/?>
  1202. <div class="form-group" style="display:<?php echo $am111;?>">
  1203. <label>System Status</label>
  1204. <input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus2;?>">
  1205. <input type="hidden" name="SystemStatus2" id="SystemStatus2" value="<?php echo $obj['ChargingInfo2']['SystemStatus'];?>">
  1206. </div>
  1207. <div class="form-group" style="display:<?php echo $am111;?>">
  1208. <label>Connector Temperature</label>
  1209. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['ConnectorTemp'];?> ℃">
  1210. <input type="hidden" name="ConnectorTemp2" id="ConnectorTemp2" value="<?php echo $obj['ChargingInfo2']['ConnectorTemp'];?>">
  1211. </div>
  1212. <div class="form-group" style="display:<?php echo $am001;?>">
  1213. <label>Present Charging Voltage</label>
  1214. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingVoltage'],2);?> volt">
  1215. <input type="hidden" name="PresentChargingVoltage2" id="PresentChargingVoltage2" value="<?php echo $obj['ChargingInfo2']['PresentChargingVoltage'];?>">
  1216. </div>
  1217. <div class="form-group" style="display:<?php echo $am111;?>">
  1218. <label>Present Charging Current</label>
  1219. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingCurrent'],2);?> amp">
  1220. <input type="hidden" name="PresentChargingCurrent2" id="PresentChargingCurrent2" value="<?php echo $obj['ChargingInfo2']['PresentChargingCurrent'];?>">
  1221. </div>
  1222. <div class="form-group" style="display:<?php echo $am111;?>">
  1223. <label>Present Charging Power</label>
  1224. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingPower'],2);?> kW">
  1225. <input type="hidden" name="PresentChargingPower2" id="PresentChargingPower2" value="<?php echo $obj['ChargingInfo2']['PresentChargingPower'];?>">
  1226. </div>
  1227. <div class="form-group" style="display:<?php echo $am111;?>">
  1228. <label>Present Charging Energy</label>
  1229. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargedEnergy'],2);?> kWh">
  1230. <input type="hidden" name="PresentChargedEnergy2" id="PresentChargedEnergy2" value="<?php echo $obj['ChargingInfo2']['PresentChargedEnergy'];?>">
  1231. </div>
  1232. <div class="form-group" style="display:<?php echo $am111;?>">
  1233. <label>Present Charging Duration</label>
  1234. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['PresentChargedDuration'];?> seconds">
  1235. <input type="hidden" name="PresentChargedDuration2" id="PresentChargedDuration2" value="<?php echo $obj['ChargingInfo2']['PresentChargedDuration'];?>">
  1236. </div>
  1237. <div class="form-group" style="display:<?php echo $am001;?>">
  1238. <label>Remain Charging Time</label>
  1239. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['RemainChargingDuration'];?> seconds">
  1240. <input type="hidden" name="RemainChargingDuration2" id="RemainChargingDuration2" value="<?php echo $obj['ChargingInfo2']['RemainChargingDuration'];?>">
  1241. </div>
  1242. <div class="form-group" style="display:<?php echo $am001;?>">
  1243. <label>EV Battery Max Voltage</label>
  1244. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['EvBatteryMaxVoltage'],2);?> volt">
  1245. <input type="hidden" name="EvBatteryMaxVoltage2" id="EvBatteryMaxVoltage2" value="<?php echo $obj['ChargingInfo2']['EvBatteryMaxVoltage'];?>">
  1246. </div>
  1247. <div class="form-group" style="display:<?php echo $am001;?>">
  1248. <label>EV Battery Target Voltage</label>
  1249. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['EvBatterytargetVoltage'],2);?> volt">
  1250. <input type="hidden" name="EvBatterytargetVoltage2" id="EvBatterytargetVoltage2" value="<?php echo $obj['ChargingInfo2']['EvBatterytargetVoltage'];?>">
  1251. </div>
  1252. <div class="form-group" style="display:<?php echo $am001;?>">
  1253. <label>EV Battery Soc</label>
  1254. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['EvBatterySoc'];?>">
  1255. <input type="hidden" name="EvBatterySoc2" id="EvBatterySoc2" value="<?php echo $obj['ChargingInfo2']['EvBatterySoc'];?>">
  1256. </div>
  1257. <div class="form-group" style="display:<?php echo $am111;?>">
  1258. <label>Power Consumption</label>
  1259. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PowerConsumption'],2);?> kWh">
  1260. </div>
  1261. </section>
  1262. </article>
  1263. <?php }?>
  1264. <?php if($obj['ChargingInfo3']){ $idx++;?>
  1265. <!--Charging Information-->
  1266. <article class="envor-sorting-item css">
  1267. <header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType3.")"; ?><i class="fa fa-plus"></i></header>
  1268. <section>
  1269. <div class="form-group" style="display:<?php echo $am111;?>">
  1270. <label>User Id</label>
  1271. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartUserId'];?>">
  1272. <input type="hidden" name="UserId3" id="UserId3" value="<?php echo $obj['ChargingInfo3']['StartUserId'];?>">
  1273. </div>
  1274. <div class="form-group" style="display:<?php echo $am111;?>">
  1275. <label>Start Date Time</label>
  1276. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartDateTime'];?>">
  1277. <input type="hidden" name="StartDateTime3" id="StartDateTime3" value="<?php echo $obj['ChargingInfo3']['StartDateTime'];?>">
  1278. </div>
  1279. <div class="form-group" style="display:<?php echo $am111;?>">
  1280. <label>Stop Date Time</label>
  1281. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StopDateTime'];?>">
  1282. <input type="hidden" name="StopDateTime3" id="StopDateTime3" value="<?php echo $obj['ChargingInfo3']['StopDateTime'];?>">
  1283. </div>
  1284. <?php /* <div class="form-group" style="display:<?php echo $am111;?>">
  1285. <label>StartMethod</label>
  1286. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartMethod'];?>">
  1287. <input type="hidden" name="StartMethod3" id="StartMethod3" value="<?php echo $obj['ChargingInfo3']['StartMethod'];?>">
  1288. </div>*/?>
  1289. <div class="form-group" style="display:<?php echo $am111;?>">
  1290. <label>System Status</label>
  1291. <input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus3;?>">
  1292. <input type="hidden" name="SystemStatus3" id="SystemStatus3" value="<?php echo $obj['ChargingInfo3']['SystemStatus'];?>">
  1293. </div>
  1294. <div class="form-group" style="display:<?php echo $am111;?>">
  1295. <label>Connector Temperature</label>
  1296. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['ConnectorTemp'];?> ℃">
  1297. <input type="hidden" name="ConnectorTemp3" id="ConnectorTemp3" value="<?php echo $obj['ChargingInfo3']['ConnectorTemp'];?>">
  1298. </div>
  1299. <div class="form-group" style="display:<?php echo $am001;?>">
  1300. <label>Present Charging Voltage</label>
  1301. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingVoltage'],2);?> volt">
  1302. <input type="hidden" name="PresentChargingVoltage3" id="PresentChargingVoltage3" value="<?php echo $obj['ChargingInfo3']['PresentChargingVoltage'];?>">
  1303. </div>
  1304. <div class="form-group" style="display:<?php echo $am111;?>">
  1305. <label>Present Charging Current</label>
  1306. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingCurrent'],2);?> amp">
  1307. <input type="hidden" name="PresentChargingCurrent3" id="PresentChargingCurrent3" value="<?php echo $obj['ChargingInfo3']['PresentChargingCurrent'];?>">
  1308. </div>
  1309. <div class="form-group" style="display:<?php echo $am111;?>">
  1310. <label>Present Charging Power</label>
  1311. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingPower'],2);?> kW">
  1312. <input type="hidden" name="PresentChargingPower3" id="PresentChargingPower3" value="<?php echo $obj['ChargingInfo3']['PresentChargingPower'];?>">
  1313. </div>
  1314. <div class="form-group" style="display:<?php echo $am111;?>">
  1315. <label>Present Charging Energy</label>
  1316. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargedEnergy'],2);?> kWh">
  1317. <input type="hidden" name="PresentChargedEnergy3" id="PresentChargedEnergy3" value="<?php echo $obj['ChargingInfo3']['PresentChargedEnergy'];?>">
  1318. </div>
  1319. <div class="form-group" style="display:<?php echo $am111;?>">
  1320. <label>Present Charging Duration</label>
  1321. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['PresentChargedDuration'];?> seconds">
  1322. <input type="hidden" name="PresentChargedDuration3" id="PresentChargedDuration3" value="<?php echo $obj['ChargingInfo3']['PresentChargedDuration'];?>">
  1323. </div>
  1324. <div class="form-group" style="display:<?php echo $am001;?>">
  1325. <label>Remain Charging Time</label>
  1326. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['RemainChargingDuration'];?> seconds">
  1327. <input type="hidden" name="RemainChargingDuration3" id="RemainChargingDuration3" value="<?php echo $obj['ChargingInfo3']['RemainChargingDuration'];?>">
  1328. </div>
  1329. <div class="form-group" style="display:<?php echo $am001;?>">
  1330. <label>EV Battery Max Voltage</label>
  1331. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['EvBatteryMaxVoltage'],2);?> volt">
  1332. <input type="hidden" name="EvBatteryMaxVoltage3" id="EvBatteryMaxVoltage3" value="<?php echo $obj['ChargingInfo3']['EvBatteryMaxVoltage'];?>">
  1333. </div>
  1334. <div class="form-group" style="display:<?php echo $am001;?>">
  1335. <label>EV Battery Target Voltage</label>
  1336. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['EvBatterytargetVoltage'],2);?> volt">
  1337. <input type="hidden" name="EvBatterytargetVoltage3" id="EvBatterytargetVoltage3" value="<?php echo $obj['ChargingInfo3']['EvBatterytargetVoltage'];?>">
  1338. </div>
  1339. <div class="form-group" style="display:<?php echo $am001;?>">
  1340. <label>EV Battery Soc</label>
  1341. <input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['EvBatterySoc'];?>">
  1342. <input type="hidden" name="EvBatterySoc3" id="EvBatterySoc3" value="<?php echo $obj['ChargingInfo3']['EvBatterySoc'];?>">
  1343. </div>
  1344. <div class="form-group" style="display:<?php echo $am111;?>">
  1345. <label>Power Consumption</label>
  1346. <input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PowerConsumption'],2);?> kWh">
  1347. </div>
  1348. </section>
  1349. </article>
  1350. <?php }?>
  1351. <?php } ?>
  1352. <article class="envor-sorting-item css">
  1353. <div align="center"><button id="save"><?php echo $lang->showWord("set")?></button></div>
  1354. </article>
  1355. </div>
  1356. </div>
  1357. </div>
  1358. </div>
  1359. </div>
  1360. </section>
  1361. </div>
  1362. <?php
  1363. include 'foot.php';
  1364. ?>
  1365. <script type="text/JavaScript">
  1366. $(document).ready(function(){
  1367. if(document.getElementById("MaxChargingEnergy").value=="0" || document.getElementById("MaxChargingEnergy").value==""){
  1368. document.getElementById("MaxChargingEnergyText").style.display="block";
  1369. }
  1370. if(document.getElementById("MaxChargingPower").value=="0" || document.getElementById("MaxChargingPower").value==""){
  1371. document.getElementById("MaxChargingPowerText").style.display="block";
  1372. }
  1373. if(document.getElementById("MaxChargingCurrent").value=="0" || document.getElementById("MaxChargingCurrent").value==""){
  1374. document.getElementById("MaxChargingCurrentText").style.display="block";
  1375. }
  1376. if(document.getElementById("MaxChargingDuration").value=="0" || document.getElementById("MaxChargingDuration").value==""){
  1377. document.getElementById("MaxChargingDurationText").style.display="block";
  1378. }
  1379. if(document.getElementById("ModelName").value.substr(8,1) != "0"){
  1380. document.getElementById("AcMaxChargingCurrentDiv").style.display="block";
  1381. if(document.getElementById("AcMaxChargingCurrent").value=="0" || document.getElementById("AcMaxChargingCurrent").value==""){
  1382. document.getElementById("AcMaxChargingCurrentText").style.display="block";
  1383. }
  1384. document.getElementById("MaxChargingEnergyLbl").innerHTML="DC MaxCharging Energy";
  1385. document.getElementById("MaxChargingPowerLbl").innerHTML="DC MaxCharging Power";
  1386. document.getElementById("MaxChargingCurrentLbl").innerHTML="DC MaxCharging Current";
  1387. document.getElementById("MaxChargingDurationLbl").innerHTML="DC MaxCharging Duration";
  1388. }
  1389. else{
  1390. document.getElementById("AcMaxChargingCurrentDiv").style.display="none";
  1391. }
  1392. isBilling_clicked();
  1393. document.getElementById("MaxChargingEnergy").addEventListener("change", function() {
  1394. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1395. document.getElementById(this.id+"Text").style.display="block";
  1396. }
  1397. else{
  1398. document.getElementById(this.id+"Text").style.display="none";
  1399. }
  1400. });
  1401. document.getElementById("MaxChargingPower").addEventListener("change", function() {
  1402. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1403. document.getElementById(this.id+"Text").style.display="block";
  1404. }
  1405. else{
  1406. document.getElementById(this.id+"Text").style.display="none";
  1407. }
  1408. });
  1409. document.getElementById("MaxChargingCurrent").addEventListener("change", function() {
  1410. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1411. document.getElementById(this.id+"Text").style.display="block";
  1412. }
  1413. else{
  1414. document.getElementById(this.id+"Text").style.display="none";
  1415. }
  1416. });
  1417. document.getElementById("MaxChargingDuration").addEventListener("change", function() {
  1418. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1419. document.getElementById(this.id+"Text").style.display="block";
  1420. }
  1421. else{
  1422. document.getElementById(this.id+"Text").style.display="none";
  1423. }
  1424. });
  1425. document.getElementById("AcMaxChargingCurrent").addEventListener("change", function() {
  1426. if(document.getElementById(this.id).value == "0" || document.getElementById(this.id).value == ""){
  1427. document.getElementById(this.id+"Text").style.display="block";
  1428. }
  1429. else{
  1430. document.getElementById(this.id+"Text").style.display="none";
  1431. }
  1432. });
  1433. });
  1434. document.getElementById("save").onclick = function() {
  1435. if(formCheck())
  1436. {
  1437. window.location="#loadinghref";
  1438. document.getElementById("loading").style.display="block";
  1439. // 發送 Ajax 查詢請求並處理
  1440. var request = new XMLHttpRequest();
  1441. request.open("POST", "set_charging_action.php");
  1442. // POST 參數須使用 send() 發送
  1443. var data = "MaxChargingEnergy=" + document.getElementById("MaxChargingEnergy").value +
  1444. "&MaxChargingPower=" + document.getElementById("MaxChargingPower").value +
  1445. "&MaxChargingCurrent=" + document.getElementById("MaxChargingCurrent").value+
  1446. "&AcMaxChargingCurrent=" + document.getElementById("AcMaxChargingCurrent").value+
  1447. "&MaxChargingDuration=" + document.getElementById("MaxChargingDuration").value+
  1448. "&LocalWhiteCard0=" + document.getElementById("LocalWhiteCard0").value+
  1449. "&LocalWhiteCard1=" + document.getElementById("LocalWhiteCard1").value+
  1450. "&LocalWhiteCard2=" + document.getElementById("LocalWhiteCard2").value+
  1451. "&LocalWhiteCard3=" + document.getElementById("LocalWhiteCard3").value+
  1452. "&LocalWhiteCard4=" + document.getElementById("LocalWhiteCard4").value+
  1453. "&LocalWhiteCard5=" + document.getElementById("LocalWhiteCard5").value+
  1454. "&LocalWhiteCard6=" + document.getElementById("LocalWhiteCard6").value+
  1455. "&LocalWhiteCard7=" + document.getElementById("LocalWhiteCard7").value+
  1456. "&LocalWhiteCard8=" + document.getElementById("LocalWhiteCard8").value+
  1457. "&LocalWhiteCard9=" + document.getElementById("LocalWhiteCard9").value+
  1458. "&isBilling=" + (document.getElementById("isBilling").checked?1:0)+
  1459. "&Currency=" + document.getElementById("Currency").value+
  1460. "&Fee0=" + document.getElementById("Fee0").value+
  1461. "&Fee1=" + document.getElementById("Fee1").value+
  1462. "&Fee2=" + document.getElementById("Fee2").value+
  1463. "&Fee3=" + document.getElementById("Fee3").value+
  1464. "&Fee4=" + document.getElementById("Fee4").value+
  1465. "&Fee5=" + document.getElementById("Fee5").value+
  1466. "&Fee6=" + document.getElementById("Fee6").value+
  1467. "&Fee7=" + document.getElementById("Fee7").value+
  1468. "&Fee8=" + document.getElementById("Fee8").value+
  1469. "&Fee9=" + document.getElementById("Fee9").value+
  1470. "&Fee10=" + document.getElementById("Fee10").value+
  1471. "&Fee11=" + document.getElementById("Fee11").value+
  1472. "&Fee12=" + document.getElementById("Fee12").value+
  1473. "&Fee13=" + document.getElementById("Fee13").value+
  1474. "&Fee14=" + document.getElementById("Fee14").value+
  1475. "&Fee15=" + document.getElementById("Fee15").value+
  1476. "&Fee16=" + document.getElementById("Fee16").value+
  1477. "&Fee17=" + document.getElementById("Fee17").value+
  1478. "&Fee18=" + document.getElementById("Fee18").value+
  1479. "&Fee19=" + document.getElementById("Fee19").value+
  1480. "&Fee20=" + document.getElementById("Fee20").value+
  1481. "&Fee21=" + document.getElementById("Fee21").value+
  1482. "&Fee22=" + document.getElementById("Fee22").value+
  1483. "&Fee23=" + document.getElementById("Fee23").value;
  1484. // POST 請求必須設置表頭在 open() 下面,send() 上面
  1485. request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
  1486. request.send(data);
  1487. request.onreadystatechange = function() {
  1488. // 伺服器請求完成
  1489. if (request.readyState == 4) {
  1490. document.getElementById("loading").style.display="none";
  1491. // 伺服器回應成功
  1492. if (request.status == 200 && JSON.parse(request.responseText).result=="Success") {
  1493. alert("<?php echo $lang->showWord("done")?>");
  1494. location.href="set_charging.php";
  1495. } else {
  1496. alert(JSON.parse(request.responseText).message);
  1497. }
  1498. request = null;
  1499. }
  1500. }
  1501. }
  1502. }
  1503. function formCheck()
  1504. {
  1505. var LocalWhiteCard0 = document.getElementById("LocalWhiteCard0").value;
  1506. var LocalWhiteCard1 = document.getElementById("LocalWhiteCard1").value;
  1507. var LocalWhiteCard2 = document.getElementById("LocalWhiteCard2").value;
  1508. var LocalWhiteCard3 = document.getElementById("LocalWhiteCard3").value;
  1509. var LocalWhiteCard4 = document.getElementById("LocalWhiteCard4").value;
  1510. var LocalWhiteCard5 = document.getElementById("LocalWhiteCard5").value;
  1511. var LocalWhiteCard6 = document.getElementById("LocalWhiteCard6").value;
  1512. var LocalWhiteCard7 = document.getElementById("LocalWhiteCard7").value;
  1513. var LocalWhiteCard8 = document.getElementById("LocalWhiteCard8").value;
  1514. var LocalWhiteCard9 = document.getElementById("LocalWhiteCard9").value;
  1515. var RatingCurrent = document.getElementById("RatingCurrent").value;
  1516. var RatingPower = document.getElementById("RatingPower").value;
  1517. var MaxChargingEnergy = document.getElementById("MaxChargingEnergy").value;
  1518. var MaxChargingPower = document.getElementById("MaxChargingPower").value;
  1519. var MaxChargingCurrent = document.getElementById("MaxChargingCurrent").value;
  1520. var AcMaxChargingCurrent = document.getElementById("AcMaxChargingCurrent").value;
  1521. var MaxChargingDuration = document.getElementById("MaxChargingDuration").value;
  1522. if(LocalWhiteCard0 != ""){
  1523. if(LocalWhiteCard0.length>32){
  1524. alert("Local White Card0 must be less than 32 bytes!");
  1525. document.getElementById("LocalWhiteCard0").focus();
  1526. return false;
  1527. }
  1528. }
  1529. if(LocalWhiteCard1 != ""){
  1530. if(LocalWhiteCard1.length>32){
  1531. alert("Local White Card1 must be less than 32 bytes!");
  1532. document.getElementById("LocalWhiteCard1").focus();
  1533. return false;
  1534. }
  1535. }
  1536. if(LocalWhiteCard2 != ""){
  1537. if(LocalWhiteCard2.length>32){
  1538. alert("Local White Card2 must be less than 32 bytes!");
  1539. document.getElementById("LocalWhiteCard2").focus();
  1540. return false;
  1541. }
  1542. }
  1543. if(LocalWhiteCard3 != ""){
  1544. if(LocalWhiteCard3.length>32){
  1545. alert("Local White Card3 must be less than 32 bytes!");
  1546. document.getElementById("LocalWhiteCard3").focus();
  1547. return false;
  1548. }
  1549. }
  1550. if(LocalWhiteCard4 != ""){
  1551. if(LocalWhiteCard4.length>32){
  1552. alert("Local White Card4 must be less than 32 bytes!");
  1553. document.getElementById("LocalWhiteCard4").focus();
  1554. return false;
  1555. }
  1556. }
  1557. if(LocalWhiteCard5 != ""){
  1558. if(LocalWhiteCard5.length>32){
  1559. alert("Local White Card5 must be less than 32 bytes!");
  1560. document.getElementById("LocalWhiteCard5").focus();
  1561. return false;
  1562. }
  1563. }
  1564. if(LocalWhiteCard6 != ""){
  1565. if(LocalWhiteCard6.length>32){
  1566. alert("Local White Card6 must be less than 32 bytes!");
  1567. document.getElementById("LocalWhiteCard6").focus();
  1568. return false;
  1569. }
  1570. }
  1571. if(LocalWhiteCard7 != ""){
  1572. if(LocalWhiteCard7.length>32){
  1573. alert("Local White Card7 must be less than 32 bytes!");
  1574. document.getElementById("LocalWhiteCard7").focus();
  1575. return false;
  1576. }
  1577. }
  1578. if(LocalWhiteCard8 != ""){
  1579. if(LocalWhiteCard8.length>32){
  1580. alert("Local White Card8 must be less than 32 bytes!");
  1581. document.getElementById("LocalWhiteCard8").focus();
  1582. return false;
  1583. }
  1584. }
  1585. if(LocalWhiteCard9 != ""){
  1586. if(LocalWhiteCard9.length>32){
  1587. alert("Local White Card9 must be less than 32 bytes!");
  1588. document.getElementById("LocalWhiteCard9").focus();
  1589. return false;
  1590. }
  1591. }
  1592. if(MaxChargingEnergy =="")
  1593. {
  1594. alert("Fill Max Charging Energy !");
  1595. document.getElementById("MaxChargingEnergy").focus();
  1596. return false;
  1597. }
  1598. if(MaxChargingEnergy >65535)
  1599. {
  1600. alert("Max Charging Energy must <= 65535!");
  1601. document.getElementById("MaxChargingEnergy").focus();
  1602. return false;
  1603. }
  1604. if(MaxChargingEnergy < 0)
  1605. {
  1606. alert("Max Charging Energy must >= 0!");
  1607. document.getElementById("MaxChargingEnergy").focus();
  1608. return false;
  1609. }
  1610. if(MaxChargingPower =="")
  1611. {
  1612. alert("Fill Max Charging Power !");
  1613. document.getElementById("MaxChargingPower").focus();
  1614. return false;
  1615. }
  1616. if(RatingPower!="" && RatingPower!=0){
  1617. if(parseFloat(MaxChargingPower) > parseFloat(RatingPower))
  1618. {
  1619. alert("Max Charging Power must be less than RatingPower("+RatingPower+")!");
  1620. document.getElementById("MaxChargingPower").focus();
  1621. return false;
  1622. }
  1623. }
  1624. else{
  1625. if(MaxChargingPower >65535)
  1626. {
  1627. alert("Max Charging Power must <= 65535!");
  1628. document.getElementById("MaxChargingPower").focus();
  1629. return false;
  1630. }
  1631. }
  1632. if(MaxChargingCurrent =="")
  1633. {
  1634. alert("Fill Max Charging Current !");
  1635. document.getElementById("MaxChargingCurrent").focus();
  1636. return false;
  1637. }
  1638. if(RatingCurrent!="" && RatingCurrent!=0){
  1639. if(parseFloat(MaxChargingCurrent) > parseFloat(RatingCurrent))
  1640. {
  1641. alert("Max Charging Current must be less than RatingCurrent("+RatingCurrent+")!");
  1642. document.getElementById("MaxChargingCurrent").focus();
  1643. return false;
  1644. }
  1645. }
  1646. else{
  1647. if(MaxChargingCurrent >65535)
  1648. {
  1649. alert("Max Charging Current must <= 65535!");
  1650. document.getElementById("MaxChargingCurrent").focus();
  1651. return false;
  1652. }
  1653. }
  1654. if(document.getElementById("ModelName").value.substr(8,1)!= "0" && AcMaxChargingCurrent =="")
  1655. {
  1656. alert("Fill AC Max Charging Current !");
  1657. document.getElementById("AcMaxChargingCurrent").focus();
  1658. return false;
  1659. }
  1660. if(AcRatingCurrent!="" && AcRatingCurrent!=0){
  1661. if(parseFloat(AcMaxChargingCurrent) > parseFloat(AcRatingCurrent))
  1662. {
  1663. alert("Ac Max Charging Current must be less than Ac Rating Current("+AcRatingCurrent+")!");
  1664. document.getElementById("AcMaxChargingCurrent").focus();
  1665. return false;
  1666. }
  1667. }
  1668. else{
  1669. if(AcMaxChargingCurrent >65535)
  1670. {
  1671. alert("Ac Max Charging Current must <= 65535!");
  1672. document.getElementById("AcMaxChargingCurrent").focus();
  1673. return false;
  1674. }
  1675. if(AcMaxChargingCurrent < 0)
  1676. {
  1677. alert("Ac Max Charging Current must >= 0!");
  1678. document.getElementById("AcMaxChargingCurrent").focus();
  1679. return false;
  1680. }
  1681. }
  1682. if(MaxChargingCurrent =="")
  1683. {
  1684. alert("Fill Max Charging Current !");
  1685. document.getElementById("MaxChargingCurrent").focus();
  1686. return false;
  1687. }
  1688. if(MaxChargingCurrent < 0)
  1689. {
  1690. alert("MaxChargingCurrent must >= 0!");
  1691. document.getElementById("MaxChargingCurrent").focus();
  1692. return false;
  1693. }
  1694. if(MaxChargingDuration >65535)
  1695. {
  1696. alert("MaxChargingDuration must <= 65535!");
  1697. document.getElementById("MaxChargingDuration").focus();
  1698. return false;
  1699. }
  1700. if(MaxChargingDuration =="")
  1701. {
  1702. alert("Fill Max Charging Duration !");
  1703. document.getElementById("MaxChargingDuration").focus();
  1704. return false;
  1705. }
  1706. if(MaxChargingDuration < 0)
  1707. {
  1708. alert("MaxChargingDuration must >= 0!");
  1709. document.getElementById("MaxChargingDuration").focus();
  1710. return false;
  1711. }
  1712. return true;
  1713. }
  1714. function isBilling_clicked(){
  1715. if(document.getElementById("isBilling").checked){
  1716. document.getElementById("CurrencyDiv").style.display="block";
  1717. document.getElementById("FeeDiv").style.display="block";
  1718. }
  1719. else{
  1720. document.getElementById("CurrencyDiv").style.display="none";
  1721. document.getElementById("FeeDiv").style.display="none";
  1722. }
  1723. }
  1724. function isNumberKey(evt)
  1725. {
  1726. var charCode = (evt.which) ? evt.which : event.keyCode
  1727. if (charCode > 31 && (charCode < 48 || charCode > 57) && (charCode != 46))
  1728. return false;
  1729. return true;
  1730. }
  1731. </script>
  1732. </html>