|
@@ -725,52 +725,52 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<small class="form-text text-muted-red"><label id="AcMaxChargingCurrentText" style="display:none;">'0' means unlimit</label></small>
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card0</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>0</label>
|
|
|
<input type="text" name="LocalWhiteCard0" id="LocalWhiteCard0" class="form-control" value="<?php echo $obj['LocalWhiteCard'][0];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card1</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>1</label>
|
|
|
<input type="text" name="LocalWhiteCard1" id="LocalWhiteCard1" class="form-control" value="<?php echo $obj['LocalWhiteCard'][1];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card2</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>2</label>
|
|
|
<input type="text" name="LocalWhiteCard2" id="LocalWhiteCard2" class="form-control" value="<?php echo $obj['LocalWhiteCard'][2];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card3</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>3</label>
|
|
|
<input type="text" name="LocalWhiteCard3" id="LocalWhiteCard3" class="form-control" value="<?php echo $obj['LocalWhiteCard'][3];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card4</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>4</label>
|
|
|
<input type="text" name="LocalWhiteCard4" id="LocalWhiteCard4" class="form-control" value="<?php echo $obj['LocalWhiteCard'][4];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card5</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>5</label>
|
|
|
<input type="text" name="LocalWhiteCard5" id="LocalWhiteCard5" class="form-control" value="<?php echo $obj['LocalWhiteCard'][5];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card6</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>6</label>
|
|
|
<input type="text" name="LocalWhiteCard6" id="LocalWhiteCard6" class="form-control" value="<?php echo $obj['LocalWhiteCard'][6];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card7</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>7</label>
|
|
|
<input type="text" name="LocalWhiteCard7" id="LocalWhiteCard7" class="form-control" value="<?php echo $obj['LocalWhiteCard'][7];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card8</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>8</label>
|
|
|
<input type="text" name="LocalWhiteCard8" id="LocalWhiteCard8" class="form-control" value="<?php echo $obj['LocalWhiteCard'][8];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Local White Card9</label>
|
|
|
+ <label><?php echo $lang->showWord("local_white_card"); ?>9</label>
|
|
|
<input type="text" name="LocalWhiteCard9" id="LocalWhiteCard9" class="form-control" value="<?php echo $obj['LocalWhiteCard'][9];?>">
|
|
|
</div>
|
|
|
<div class="form-group" id="isBillingDiv">
|
|
|
<label>
|
|
|
<input type="checkbox" id="isBilling" name="isBilling" <?php echo $obj['isBilling']==1?"checked":"";?> onclick="isBilling_clicked()">
|
|
|
- Billing</label>
|
|
|
+ <?php echo $lang->showWord("billing"); ?></label>
|
|
|
</div>
|
|
|
<div class="form-group" id="CurrencyDiv">
|
|
|
- <label>Currency</label>
|
|
|
+ <label><?php echo $lang->showWord("currency"); ?></label>
|
|
|
<select class="form-control" id="Currency" name="Currency">
|
|
|
<option value="0" <?php echo $obj['Currency']=="0"?"selected":""?>>AED - Emirati Dirham</option>
|
|
|
<option value="1" <?php echo $obj['Currency']=="1"?"selected":""?>>ARS - Argentine Peso</option>
|
|
@@ -830,99 +830,99 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
</div>
|
|
|
<div class="form-group" id="FeeDiv">
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 00:00~00:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 00:00~00:59</label>
|
|
|
<input type="text" name="Fee0" id="Fee0" class="form-control" value="<?php echo round($obj['Fee'][0],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 01:00~01:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 01:00~01:59</label>
|
|
|
<input type="text" name="Fee0" id="Fee1" class="form-control" value="<?php echo round($obj['Fee'][1],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 02:00~02:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 02:00~02:59</label>
|
|
|
<input type="text" name="Fee2" id="Fee2" class="form-control" value="<?php echo round($obj['Fee'][2],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 03:00~03:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 03:00~03:59</label>
|
|
|
<input type="text" name="Fee3" id="Fee3" class="form-control" value="<?php echo round($obj['Fee'][3],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 04:00~04:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 04:00~04:59</label>
|
|
|
<input type="text" name="Fee4" id="Fee4" class="form-control" value="<?php echo round($obj['Fee'][4],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 05:00~05:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 05:00~05:59</label>
|
|
|
<input type="text" name="Fee5" id="Fee5" class="form-control" value="<?php echo round($obj['Fee'][5],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 06:00~06:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 06:00~06:59</label>
|
|
|
<input type="text" name="Fee6" id="Fee6" class="form-control" value="<?php echo round($obj['Fee'][6],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 07:00~07:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 07:00~07:59</label>
|
|
|
<input type="text" name="Fee7" id="Fee7" class="form-control" value="<?php echo round($obj['Fee'][7],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 08:00~08:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 08:00~08:59</label>
|
|
|
<input type="text" name="Fee8" id="Fee8" class="form-control" value="<?php echo round($obj['Fee'][8],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 09:00~09:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 09:00~09:59</label>
|
|
|
<input type="text" name="Fee9" id="Fee9" class="form-control" value="<?php echo round($obj['Fee'][9],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 10:00~10:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 10:00~10:59</label>
|
|
|
<input type="text" name="Fee10" id="Fee10" class="form-control" value="<?php echo round($obj['Fee'][10],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 11:00~11:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 11:00~11:59</label>
|
|
|
<input type="text" name="Fee11" id="Fee11" class="form-control" value="<?php echo round($obj['Fee'][11],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 12:00~12:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 12:00~12:59</label>
|
|
|
<input type="text" name="Fee12" id="Fee12" class="form-control" value="<?php echo round($obj['Fee'][12],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 13:00~13:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 13:00~13:59</label>
|
|
|
<input type="text" name="Fee13" id="Fee13" class="form-control" value="<?php echo round($obj['Fee'][13],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 14:00~14:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 14:00~14:59</label>
|
|
|
<input type="text" name="Fee14" id="Fee14" class="form-control" value="<?php echo round($obj['Fee'][14],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 15:00~15:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 15:00~15:59</label>
|
|
|
<input type="text" name="Fee15" id="Fee15" class="form-control" value="<?php echo round($obj['Fee'][15],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 16:00~16:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 16:00~16:59</label>
|
|
|
<input type="text" name="Fee16" id="Fee16" class="form-control" value="<?php echo round($obj['Fee'][16],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 17:00~17:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 17:00~17:59</label>
|
|
|
<input type="text" name="Fee17" id="Fee17" class="form-control" value="<?php echo round($obj['Fee'][17],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 18:00~18:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 18:00~18:59</label>
|
|
|
<input type="text" name="Fee18" id="Fee18" class="form-control" value="<?php echo round($obj['Fee'][18],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 19:00~19:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 19:00~19:59</label>
|
|
|
<input type="text" name="Fee19" id="Fee19" class="form-control" value="<?php echo round($obj['Fee'][19],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 20:00~20:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 20:00~20:59</label>
|
|
|
<input type="text" name="Fee20" id="Fee20" class="form-control" value="<?php echo round($obj['Fee'][20],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 21:00~21:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 21:00~21:59</label>
|
|
|
<input type="text" name="Fee21" id="Fee21" class="form-control" value="<?php echo round($obj['Fee'][21],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 22:00~22:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 22:00~22:59</label>
|
|
|
<input type="text" name="Fee22" id="Fee22" class="form-control" value="<?php echo round($obj['Fee'][22],2);?>">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label>Fee 23:00~23:59</label>
|
|
|
+ <label><?php echo $lang->showWord("fee"); ?> 23:00~23:59</label>
|
|
|
<input type="text" name="Fee23" id="Fee23" class="form-control" value="<?php echo round($obj['Fee'][23],2);?>">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -949,15 +949,15 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo1']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StopDateTime'];?>">
|
|
|
</div>
|
|
|
<?php /* <div class="form-group" style="display:<?php echo $am111;?>">
|
|
@@ -965,11 +965,11 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus1;?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['ConnectorTemp']!=255?$obj['DDChargingInfo1']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group ChillerTemp">
|
|
@@ -977,23 +977,23 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['ChillerrTemp']!=255?$obj['DDChargingInfo1']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingVoltage'],2);?> volt">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingCurrent'],2);?> amp">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo1']['PresentChargingPower'],2);?> kW">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo1']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['PresentChargedDuration'];?> seconds">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
@@ -1013,7 +1013,7 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo1']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo1']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
</section>
|
|
@@ -1025,15 +1025,15 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo2']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StopDateTime'];?>">
|
|
|
</div>
|
|
|
<?php /* <div class="form-group" style="display:<?php echo $am111;?>">
|
|
@@ -1041,11 +1041,11 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus2;?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['ConnectorTemp']!=255?$obj['DDChargingInfo2']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group ChillerTemp">
|
|
@@ -1053,23 +1053,23 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['ChillerTemp']!=255?$obj['DDChargingInfo2']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingVoltage'],2);?> volt">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingCurrent'],2);?> amp">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo2']['PresentChargingPower'],2);?> kW">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo2']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['PresentChargedDuration'];?> seconds">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
@@ -1089,7 +1089,7 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo2']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo2']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
</section>
|
|
@@ -1101,15 +1101,15 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo3']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StopDateTime'];?>">
|
|
|
</div>
|
|
|
<?php /* <div class="form-group" style="display:<?php echo $am111;?>">
|
|
@@ -1117,11 +1117,11 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus3;?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['ConnectorTemp']!=255?$obj['DDChargingInfo3']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group ChillerTemp">
|
|
@@ -1129,23 +1129,23 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['ChillerTemp']!=255?$obj['DDChargingInfo3']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingVoltage'],2);?> volt">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingCurrent'],2);?> amp">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo3']['PresentChargingPower'],2);?> kW">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo3']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['PresentChargedDuration'];?> seconds">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
@@ -1165,7 +1165,7 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo3']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo3']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
</section>
|
|
@@ -1177,15 +1177,15 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information"); ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" value="<?php echo $obj['DDChargingInfo4']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StopDateTime'];?>">
|
|
|
</div>
|
|
|
<?php /* <div class="form-group" style="display:<?php echo $am111;?>">
|
|
@@ -1193,11 +1193,11 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $DDSystemStatus4;?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['ConnectorTemp']!=255?$obj['DDChargingInfo4']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group ChillerTemp">
|
|
@@ -1205,23 +1205,23 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['ChilleTemp']!=255?$obj['DDChargingInfo4']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingVoltage'],2);?> volt">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingCurrent'],2);?> amp">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['DDChargingInfo4']['PresentChargingPower'],2);?> kW">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo4']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['PresentChargedDuration'];?> seconds">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
@@ -1241,7 +1241,7 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['DDChargingInfo4']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['DDChargingInfo4']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
</section>
|
|
@@ -1254,17 +1254,17 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType1.")"; ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" value="<?php echo $obj['ChargingInfo1']['StartUserId'];?>">
|
|
|
<input type="hidden" name="UserId1" id="UserId1" value="<?php echo $obj['ChargingInfo1']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StartDateTime'];?>">
|
|
|
<input type="hidden" name="StartDateTime1" id="StartDateTime1" value="<?php echo $obj['ChargingInfo1']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['StopDateTime'];?>">
|
|
|
<input type="hidden" name="StopDateTime1" id="StopDateTime1" value="<?php echo $obj['ChargingInfo1']['StopDateTime'];?>">
|
|
|
</div>
|
|
@@ -1274,12 +1274,12 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="hidden" name="StartMethod1" id="StartMethod1" value="<?php echo $obj['ChargingInfo1']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus1;?>">
|
|
|
<input type="hidden" name="SystemStatus1" id="SystemStatus1" value="<?php echo $obj['ChargingInfo1']['SystemStatus'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['ConnectorTemp']!=255?$obj['ChargingInfo1']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
<input type="hidden" name="ConnectorTemp1" id="ConnectorTemp1" value="<?php echo $obj['ChargingInfo1']['ConnectorTemp'];?>">
|
|
|
</div>
|
|
@@ -1288,27 +1288,27 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['ChillerTemp']!=255?$obj['ChargingInfo1']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingVoltage'],2);?> volt">
|
|
|
<input type="hidden" name="PresentChargingVoltage1" id="PresentChargingVoltage1" value="<?php echo $obj['ChargingInfo1']['PresentChargingVoltage'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingCurrent'],2);?> amp">
|
|
|
<input type="hidden" name="PresentChargingCurrent1" id="PresentChargingCurrent1" value="<?php echo $obj['ChargingInfo1']['PresentChargingCurrent'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo1']['PresentChargingPower'],2);?> kW">
|
|
|
<input type="hidden" name="PresentChargingPower1" id="PresentChargingPower1" value="<?php echo $obj['ChargingInfo1']['PresentChargingPower'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo1']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
<input type="hidden" name="PresentChargedEnergy1" id="PresentChargedEnergy1" value="<?php echo $obj['ChargingInfo1']['PresentChargedEnergy'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo1']['PresentChargedDuration'];?> seconds">
|
|
|
<input type="hidden" name="PresentChargedDuration1" id="PresentChargedDuration1" value="<?php echo $obj['ChargingInfo1']['PresentChargedDuration'];?>">
|
|
|
</div>
|
|
@@ -1333,12 +1333,12 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="hidden" name="EvBatterySoc1" id="EvBatterySoc1" value="<?php echo $obj['ChargingInfo1']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo1']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<?php if(substr($ModelName,0,2)=="AX"){?>
|
|
|
<div class="form-group" style="display:block">
|
|
|
- <label>Meter IC Calibration Status</label>
|
|
|
+ <label><?php echo $lang->showWord("meter_ic_calibration_status"); ?></label>
|
|
|
<span style="display:block">
|
|
|
<span class="col-lg-2 col-md-2 col-sm-6 col-xs-6">
|
|
|
<label>VaGain</label>
|
|
@@ -1525,17 +1525,17 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType2.")"; ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartUserId'];?>">
|
|
|
<input type="hidden" name="UserId2" id="UserId2" value="<?php echo $obj['ChargingInfo2']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StartDateTime'];?>">
|
|
|
<input type="hidden" name="StartDateTime2" id="StartDateTime2" value="<?php echo $obj['ChargingInfo2']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['StopDateTime'];?>">
|
|
|
<input type="hidden" name="StopDateTime2" id="StopDateTime2" value="<?php echo $obj['ChargingInfo2']['StopDateTime'];?>">
|
|
|
</div>
|
|
@@ -1545,12 +1545,12 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="hidden" name="StartMethod2" id="StartMethod2" value="<?php echo $obj['ChargingInfo2']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus2;?>">
|
|
|
<input type="hidden" name="SystemStatus2" id="SystemStatus2" value="<?php echo $obj['ChargingInfo2']['SystemStatus'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['ConnectorTemp']!=255?$obj['ChargingInfo2']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
<input type="hidden" name="ConnectorTemp2" id="ConnectorTemp2" value="<?php echo $obj['ChargingInfo2']['ConnectorTemp'];?>">
|
|
|
</div>
|
|
@@ -1559,27 +1559,27 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['ChillerTemp']!=255?$obj['ChargingInfo2']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingVoltage'],2);?> volt">
|
|
|
<input type="hidden" name="PresentChargingVoltage2" id="PresentChargingVoltage2" value="<?php echo $obj['ChargingInfo2']['PresentChargingVoltage'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingCurrent'],2);?> amp">
|
|
|
<input type="hidden" name="PresentChargingCurrent2" id="PresentChargingCurrent2" value="<?php echo $obj['ChargingInfo2']['PresentChargingCurrent'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo2']['PresentChargingPower'],2);?> kW">
|
|
|
<input type="hidden" name="PresentChargingPower2" id="PresentChargingPower2" value="<?php echo $obj['ChargingInfo2']['PresentChargingPower'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo2']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
<input type="hidden" name="PresentChargedEnergy2" id="PresentChargedEnergy2" value="<?php echo $obj['ChargingInfo2']['PresentChargedEnergy'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo2']['PresentChargedDuration'];?> seconds">
|
|
|
<input type="hidden" name="PresentChargedDuration2" id="PresentChargedDuration2" value="<?php echo $obj['ChargingInfo2']['PresentChargedDuration'];?>">
|
|
|
</div>
|
|
@@ -1604,12 +1604,12 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="hidden" name="EvBatterySoc2" id="EvBatterySoc2" value="<?php echo $obj['ChargingInfo2']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo2']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<?php if(substr($ModelName,0,2)=="AX"){?>
|
|
|
<div class="form-group" style="display:block">
|
|
|
- <label>Meter IC Calibration Status</label>
|
|
|
+ <label><?php echo $lang->showWord("meter_ic_calibration_status"); ?></label>
|
|
|
<span style="display:block">
|
|
|
<span class="col-lg-2 col-md-2 col-sm-6 col-xs-6">
|
|
|
<label>VaGain</label>
|
|
@@ -1796,17 +1796,17 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<header><?php echo "connector".$idx." ".$lang->showWord("charging_information")."(".$connectorType3.")"; ?><i class="fa fa-plus"></i></header>
|
|
|
<section>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>User Id</label>
|
|
|
+ <label><?php echo $lang->showWord("user_id"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartUserId'];?>">
|
|
|
<input type="hidden" name="UserId3" id="UserId3" value="<?php echo $obj['ChargingInfo3']['StartUserId'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Start Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("start_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StartDateTime'];?>">
|
|
|
<input type="hidden" name="StartDateTime3" id="StartDateTime3" value="<?php echo $obj['ChargingInfo3']['StartDateTime'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Stop Date Time</label>
|
|
|
+ <label><?php echo $lang->showWord("stop_date_time"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['StopDateTime'];?>">
|
|
|
<input type="hidden" name="StopDateTime3" id="StopDateTime3" value="<?php echo $obj['ChargingInfo3']['StopDateTime'];?>">
|
|
|
</div>
|
|
@@ -1816,12 +1816,12 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="hidden" name="StartMethod3" id="StartMethod3" value="<?php echo $obj['ChargingInfo3']['StartMethod'];?>">
|
|
|
</div>*/?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>System Status</label>
|
|
|
+ <label><?php echo $lang->showWord("system_status"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus3;?>">
|
|
|
<input type="hidden" name="SystemStatus3" id="SystemStatus3" value="<?php echo $obj['ChargingInfo3']['SystemStatus'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Connector Temperature</label>
|
|
|
+ <label><?php echo $lang->showWord("connector_temperature"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['ConnectorTemp']!=255?$obj['ChargingInfo3']['ConnectorTemp']." ℃":"not supported";?>">
|
|
|
<input type="hidden" name="ConnectorTemp3" id="ConnectorTemp3" value="<?php echo $obj['ChargingInfo3']['ConnectorTemp'];?>">
|
|
|
</div>
|
|
@@ -1830,27 +1830,27 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['ChillerTemp']!=255?$obj['ChargingInfo3']['ChillerTemp']." ℃":"not supported";?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am001;?>">
|
|
|
- <label>Present Charging Voltage</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_voltage"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingVoltage'],2);?> volt">
|
|
|
<input type="hidden" name="PresentChargingVoltage3" id="PresentChargingVoltage3" value="<?php echo $obj['ChargingInfo3']['PresentChargingVoltage'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Current</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_current"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingCurrent'],2);?> amp">
|
|
|
<input type="hidden" name="PresentChargingCurrent3" id="PresentChargingCurrent3" value="<?php echo $obj['ChargingInfo3']['PresentChargingCurrent'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Power</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_power"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo round($obj['ChargingInfo3']['PresentChargingPower'],2);?> kW">
|
|
|
<input type="hidden" name="PresentChargingPower3" id="PresentChargingPower3" value="<?php echo $obj['ChargingInfo3']['PresentChargingPower'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Energy</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_energy"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo3']['PresentChargedEnergy'],4), 4, ".", " ");?> kWh">
|
|
|
<input type="hidden" name="PresentChargedEnergy3" id="PresentChargedEnergy3" value="<?php echo $obj['ChargingInfo3']['PresentChargedEnergy'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Present Charging Duration</label>
|
|
|
+ <label><?php echo $lang->showWord("present_charging_duration"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo $obj['ChargingInfo3']['PresentChargedDuration'];?> seconds">
|
|
|
<input type="hidden" name="PresentChargedDuration3" id="PresentChargedDuration3" value="<?php echo $obj['ChargingInfo3']['PresentChargedDuration'];?>">
|
|
|
</div>
|
|
@@ -1875,12 +1875,12 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<input type="hidden" name="EvBatterySoc3" id="EvBatterySoc3" value="<?php echo $obj['ChargingInfo3']['EvBatterySoc'];?>">
|
|
|
</div>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
- <label>Totalize Power Consumption</label>
|
|
|
+ <label><?php echo $lang->showWord("totalize_power_consumption"); ?></label>
|
|
|
<input type="text" readonly class="form-control" placeholder="<?php echo number_format(round($obj['ChargingInfo3']['PowerConsumption'],4), 4, ".", " ");?> kWh">
|
|
|
</div>
|
|
|
<?php if(substr($ModelName,0,2)=="AX"){?>
|
|
|
<div class="form-group" style="display:block">
|
|
|
- <label>Meter IC Calibration Status</label>
|
|
|
+ <label><?php echo $lang->showWord("meter_ic_calibration_status"); ?></label>
|
|
|
<span style="display:block">
|
|
|
<span class="col-lg-2 col-md-2 col-sm-6 col-xs-6">
|
|
|
<label>VaGain</label>
|