<?php
	ini_set('error_reporting', E_ALL | E_STRICT);
	$tag_header = 'set';
	include 'head.php';
	$obj = json_decode(trim($output[0]));//var_dump($obj);
	$SystemStatus='';
	switch ($obj->{'SystemStatus'}){
		case 0:
			$SystemStatus='Booting';
			break;
		case 1:
			$SystemStatus='idle';
			break;
		case 2:
			$SystemStatus='authorizing';
			break;
		case 3:
			$SystemStatus='preparing';
			break;
		case 4:
			$SystemStatus='charging';
			break;
		case 5:
			$SystemStatus='terminating';
			break;
		case 6:
			$SystemStatus='alarm';
			break;
		case 7:
			$SystemStatus='fault';
			break;
	}
?>
	<div class="envor-content">
		<!--
		Page Title start
		//-->
		<section class="envor-page-title-1" data-stellar-background-ratio="0.5">
			<div class="container">
				<div class="row">
					<div class="col-lg-9 col-md-9 col-sm-9">
						<h1><?php echo $lang->showWord("system"); ?></h1>
					</div>
				</div>
			</div>
		<!--
		Page Title end
		//-->
		</section>
		<!--
		Main Content start
		//-->
		<section class="envor-section">
			<div class="container">
				<div class="row">
					<div class="col-lg-12">         
						<div class="envor-sorting" id="faq-sorting">
							<div class="envor-toggle">                
								<!--System Information-->
								<article class="envor-sorting-item css">
									<header><?php echo $lang->showWord("system_information"); ?><i class="fa fa-plus"></i></header>
									<section>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>Model Name</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'ModelName'};?>">
											<input type="hidden" name="ModelName" id="ModelName" value="<?php echo $obj->{'ModelName'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>Serial Number</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'SerialNumber'};?>">
											<input type="hidden" name="SerialNumber" id="SerialNumber" value="<?php echo $obj->{'SerialNumber'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>System ID</label>
											<input type="text" name="SystemId" id="SystemId" class="form-control" value="<?php echo $obj->{'SystemId'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>System DateTime</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo date('Y-m-d H:i:s');?>"><br>
											<div class='input-group date' id='datetimepicker1'>
												<input type='text' class="form-control" name="SystemDateTime" id='SystemDateTime' />
												<span class="input-group-addon">
													<span class="glyphicon glyphicon-calendar"></span>
												</span>
											</div>
											<!--<input type="hidden" name="SystemDateTime" id="SystemDateTime" value="<?php echo $obj->{'SystemDateTime'};?>">-->
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>AcPhaseCount</label>
											<select class="form-control" id="AcPhaseCount" name="AcPhaseCount">
												<option value="1" <?php echo $obj->{'AcPhaseCount'}==1?"selected":""?>>One phase</option>
												<option value="3" <?php echo $obj->{'AcPhaseCount'}==3?"selected":""?>>Three phase</option>
											</select>
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>System Status</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $SystemStatus;?>">
											<input type="hidden" name="SystemStatus" id="SystemStatus" value="<?php echo $SystemStatus;?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>Factory Configuration</label>
											<select class="form-control" id="FactoryConfiguration" name="FactoryConfiguration">
												<option value="0" <?php echo $obj->{'FactoryConfiguration'}==0?"selected":""?>>Normal</option>
												<option value="1" <?php echo $obj->{'FactoryConfiguration'}==1?"selected":""?>>Trigger</option>
											</select>
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>Authorisation Mode</label>
											<select type="text" class="form-control" id="AuthorisationMode" name="AuthorisationMode">
												<option value="0" <?php echo $obj->{'AuthorisationMode'}=="0"?"selected":""?>>Phihong RFID tag</option>
												<option value="1" <?php echo $obj->{'AuthorisationMode'}=="1"?"selected":""?>>OCPP backend</option>
												<option value="2" <?php echo $obj->{'AuthorisationMode'}=="2"?"selected":""?>>Phihong backend</option>
												<option value="3" <?php echo $obj->{'AuthorisationMode'}=="3"?"selected":""?>>free mode</option>
											</select>
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>Default Language</label>
											<select class="form-control" id="DefaultLanguage" name="DefaultLanguage">
												<option value="0" <?php echo ord($obj->{'DefaultLanguage'})=="0"?"selected":""?>>English</option>
												<option value="1" <?php echo ord($obj->{'DefaultLanguage'})=="1"?"selected":""?>>繁體中文</option>
												<option value="2" <?php echo ord($obj->{'DefaultLanguage'})=="2"?"selected":""?>>简体中文</option>
												<option value="3" <?php echo ord($obj->{'DefaultLanguage'})=="3"?"selected":""?>>日本語</option>
												<option value="4" <?php echo ord($obj->{'DefaultLanguage'})=="4"?"selected":""?>>Français</option>
												<option value="5" <?php echo ord($obj->{'DefaultLanguage'})=="5"?"selected":""?>>Italiano</option>
												<option value="6" <?php echo ord($obj->{'DefaultLanguage'})=="6"?"selected":""?>>Español</option>
												<option value="7" <?php echo ord($obj->{'DefaultLanguage'})=="7"?"selected":""?>>Deutsch</option>
												<option value="8" <?php echo ord($obj->{'DefaultLanguage'})=="8"?"selected":""?>>Nederland</option>
												<option value="9" <?php echo ord($obj->{'DefaultLanguage'})=="9"?"selected":""?>>Norsk</option>
												<option value="10" <?php echo ord($obj->{'DefaultLanguage'})=="10"?"selected":""?>>Suomalainen</option>
												<option value="11" <?php echo ord($obj->{'DefaultLanguage'})=="11"?"selected":""?>>Svenska</option>
												<option value="12" <?php echo ord($obj->{'DefaultLanguage'})=="12"?"selected":""?>>Pусский</option>
												<option value="13" <?php echo ord($obj->{'DefaultLanguage'})=="13"?"selected":""?>> ไทย</option>
											</select>
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>InputVoltageR</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'InputVoltageR'};?> volt">
											<input type="hidden" name="InputVoltageR" id="InputVoltageR" value="<?php echo $obj->{'InputVoltageR'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>InputVoltageS</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'InputVoltageS'};?> volt">
											<input type="hidden" name="InputVoltageS" id="InputVoltageS" value="<?php echo $obj->{'InputVoltageS'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>InputVoltageT</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'InputVoltageT'};?> volt">
											<input type="hidden" name="InputVoltageT" id="InputVoltageT" value="<?php echo $obj->{'InputVoltageT'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>SystemFanRotaSpeed</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'SystemFanRotaSpeed'};?> RPM">
											<input type="hidden" name="SystemFanRotaSpeed" id="SystemFanRotaSpeed" value="<?php echo $obj->{'SystemFanRotaSpeed'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>PsuFanRotaSpeed</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'PsuFanRotaSpeed'};?> RPM">
											<input type="hidden" name="PsuFanRotaSpeed" id="PsuFanRotaSpeed" value="<?php echo $obj->{'PsuFanRotaSpeed'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>RfidCardNumEndian</label>
											<select class="form-control" id="RfidCardNumEndian" name="RfidCardNumEndian">
												<option value="0" <?php echo $obj->{'RfidCardNumEndian'}=="0"?"selected":""?>>little endian</option>
												<option value="1" <?php echo $obj->{'RfidCardNumEndian'}=="1"?"selected":""?>>big endian</option>
											</select>
										</div>
									</section>
								</article>
								<!--Aux. power Information-->
								<article class="envor-sorting-item css" style="display:<?php echo $am001;?>">
									<header><?php echo $lang->showWord("aux_power_information"); ?><i class="fa fa-plus"></i></header>
									<section>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>Aux Power 5V</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AuxPower5V'};?> volt">
											<input type="hidden" name="AuxPower5V" id="AuxPower5V" value="<?php echo $obj->{'AuxPower5V'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>Aux Power 12V</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AuxPower12V'};?> volt">
											<input type="hidden" name="AuxPower12V" id="AuxPower12V" value="<?php echo $obj->{'AuxPower12V'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>Aux Power 24V</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AuxPower24V'};?> volt">
											<input type="hidden" name="AuxPower24V" id="AuxPower24V" value="<?php echo $obj->{'AuxPower24V'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>Aux Power 48V</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AuxPower48V'};?> volt">
											<input type="hidden" name="AuxPower48V" id="AuxPower48V" value="<?php echo $obj->{'AuxPower48V'};?>">
										</div>
									</section>
								</article>
								<!--Version Information-->
								<article class="envor-sorting-item css">
									<header><?php echo $lang->showWord("version_information"); ?><i class="fa fa-plus"></i></header>
									<section>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>CsuHwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'CsuHwRev'};?>">
											<input type="hidden" name="CsuHwRev" id="CsuHwRev" value="<?php echo $obj->{'CsuHwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>CsuBootLoadFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'CsuBootLoadFwRev'};?>">
											<input type="hidden" name="CsuBootLoadFwRev" id="CsuBootLoadFwRev" value="<?php echo $obj->{'CsuBootLoadFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>CsuKernelFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'CsuKernelFwRev'};?>">
											<input type="hidden" name="CsuKernelFwRev" id="CsuKernelFwRev" value="<?php echo $obj->{'CsuKernelFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>CsuRootFsFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'CsuRootFsFwRev'};?>">
											<input type="hidden" name="CsuRootFsFwRev" id="CsuRootFsFwRev" value="<?php echo $obj->{'CsuRootFsFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>CsuPrimFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'CsuPrimFwRev'};?>">
											<input type="hidden" name="CsuPrimFwRev" id="CsuPrimFwRev" value="<?php echo $obj->{'CsuPrimFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>LcmHwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'LcmHwRev'};?>">
											<input type="hidden" name="LcmHwRev" id="LcmHwRev" value="<?php echo $obj->{'LcmHwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>LcmFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'LcmFwRev'};?>">
											<input type="hidden" name="LcmFwRev" id="LcmFwRev" value="<?php echo $obj->{'LcmFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>PsuHwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'PsuHwRev'};?>">
											<input type="hidden" name="PsuHwRev" id="PsuHwRev" value="<?php echo $obj->{'PsuHwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>PsuPrimFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'PsuPrimFwRev'};?>">
											<input type="hidden" name="PsuPrimFwRev" id="PsuPrimFwRev" value="<?php echo $obj->{'PsuPrimFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>PsuSecFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'PsuSecFwRev'};?>">
											<input type="hidden" name="PsuSecFwRev" id="PsuSecFwRev" value="<?php echo $obj->{'PsuSecFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>AuxPwrHwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AuxPwrHwRev'};?>">
											<input type="hidden" name="AuxPwrHwRev" id="AuxPwrHwRev" value="<?php echo $obj->{'AuxPwrHwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>AuxPwrFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AuxPwrFwRev'};?>">
											<input type="hidden" name="AuxPwrFwRev" id="AuxPwrFwRev" value="<?php echo $obj->{'AuxPwrFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>FanModuleHwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'FanModuleHwRev'};?>">
											<input type="hidden" name="FanModuleHwRev" id="FanModuleHwRev" value="<?php echo $obj->{'FanModuleHwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>FanModuleFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'FanModuleFwRev'};?>">
											<input type="hidden" name="FanModuleFwRev" id="FanModuleFwRev" value="<?php echo $obj->{'FanModuleFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>RelayModuleHwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'RelayModuleHwRev'};?>">
											<input type="hidden" name="RelayModuleHwRev" id="RelayModuleHwRev" value="<?php echo $obj->{'RelayModuleHwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>RelayModuleFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'RelayModuleFwRev'};?>">
											<input type="hidden" name="RelayModuleFwRev" id="RelayModuleFwRev" value="<?php echo $obj->{'RelayModuleFwRev'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>TelcomModemFwRev</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'TelcomModemFwRev'};?>">
											<input type="hidden" name="TelcomModemFwRev" id="TelcomModemFwRev" value="<?php echo $obj->{'TelcomModemFwRev'};?>">
										</div>
									</section>
								</article>
								<!--Temperature Information-->
								<article class="envor-sorting-item css">
									<header><?php echo $lang->showWord("temperature_information"); ?><i class="fa fa-plus"></i></header>
									<section>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>SystemAmbientTemp</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'SystemAmbientTemp'};?> ℃">
											<input type="hidden" name="SystemAmbientTemp" id="SystemAmbientTemp" value="<?php echo $obj->{'SystemAmbientTemp'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>SystemCriticalTemp</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'SystemCriticalTemp'};?> ℃">
											<input type="hidden" name="SystemCriticalTemp" id="SystemCriticalTemp" value="<?php echo $obj->{'SystemCriticalTemp'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>CcsConnectorTemp</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'CcsConnectorTemp'};?> ℃">
											<input type="hidden" name="CcsConnectorTemp" id="CcsConnectorTemp" value="<?php echo $obj->{'CcsConnectorTemp'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>PsuAmbientTemp</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'PsuAmbientTemp'};?> ℃">
											<input type="hidden" name="PsuAmbientTemp" id="PsuAmbientTemp" value="<?php echo $obj->{'PsuAmbientTemp'};?>">
										</div>
									</section>
								</article>
								<!--Connector Plug-in Information-->
								<article class="envor-sorting-item css">
									<header><?php echo $lang->showWord("connector_plug-in_information"); ?><i class="fa fa-plus"></i></header>
									<section>
										<div class="form-group" style="display:<?php echo $am111;?>">
											<label>AcPlugInTimes</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'AcPlugInTimes'};?>">
											<input type="hidden" name="AcPlugInTimes" id="AcPlugInTimes" value="<?php echo $obj->{'AcPlugInTimes'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>GbPlugInTimes</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'GbPlugInTimes'};?>">
											<input type="hidden" name="GbPlugInTimes" id="GbPlugInTimes" value="<?php echo $obj->{'GbPlugInTimes'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am101;?>">
											<label>Ccs1PlugInTimes</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'Ccs1PlugInTimes'};?>">
											<input type="hidden" name="Ccs1PlugInTimes" id="Ccs1PlugInTimes" value="<?php echo $obj->{'Ccs1PlugInTimes'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am101;?>">
											<label>Ccs2PlugInTimes</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'Ccs2PlugInTimes'};?>">
											<input type="hidden" name="Ccs2PlugInTimes" id="Ccs2PlugInTimes" value="<?php echo $obj->{'Ccs2PlugInTimes'};?>">
										</div>
										<div class="form-group" style="display:<?php echo $am001;?>">
											<label>ChademoPlugInTimes</label>
											<input type="text" readonly class="form-control" placeholder="<?php echo $obj->{'ChademoPlugInTimes'};?>">
											<input type="hidden" name="ChademoPlugInTimes" id="ChademoPlugInTimes" value="<?php echo $obj->{'ChademoPlugInTimes'};?>">
										</div>
									</section>
								</article>
								<article class="envor-sorting-item css">
									<div align="center"><button id="save"><?php echo $lang->showWord("set")?></button></div>
								</article>
							</div>
						</div>
					</div>
				</div>
			</div>
		</section>
	</div>

<?php
	include 'foot.php';
?>

<script type="text/JavaScript">
   $(document).ready(function(){
        $("#datetimepicker1").datetimepicker({
			format:"YYYY-MM-DD HH:mm:ss"
		});
		
    });

	document.getElementById("save").onclick = function() {
		if(formCheck())
		{
			// 發送 Ajax 查詢請求並處理
			var request = new XMLHttpRequest();
			request.open("POST", "set_system_action.php");

			// POST 參數須使用 send() 發送
			var data =  "ModelName=" + document.getElementById("ModelName").value +
						"&SerialNumber=" + document.getElementById("SerialNumber").value +
						"&SystemId=" + document.getElementById("SystemId").value+
						"&SystemDateTime=" + document.getElementById("SystemDateTime").value+
						"&SystemStatus=" + document.getElementById("SystemStatus").value+
						"&FactoryConfiguration=" + document.getElementById("FactoryConfiguration").value+
						"&AuthorisationMode=" + document.getElementById("AuthorisationMode").value+
						"&DefaultLanguage=" + document.getElementById("DefaultLanguage").value+
						"&InputVoltageR=" + document.getElementById("InputVoltageR").value+
						"&InputVoltageS=" + document.getElementById("InputVoltageS").value+
						"&InputVoltageT=" + document.getElementById("InputVoltageT").value+
						"&SystemFanRotaSpeed=" + document.getElementById("SystemFanRotaSpeed").value+
						"&PsuFanRotaSpeed=" + document.getElementById("PsuFanRotaSpeed").value+
						"&RfidCardNumEndian=" + document.getElementById("RfidCardNumEndian").value+
						"&AuxPower5V=" + document.getElementById("AuxPower5V").value+
						"&AuxPower12V=" + document.getElementById("AuxPower12V").value+
						"&AuxPower24V=" + document.getElementById("AuxPower24V").value+
						"&AuxPower48V=" + document.getElementById("AuxPower48V").value+
						"&CsuHwRev=" + document.getElementById("CsuHwRev").value+
						"&CsuBootLoadFwRev=" + document.getElementById("CsuBootLoadFwRev").value+
						"&CsuKernelFwRev=" + document.getElementById("CsuKernelFwRev").value+
						"&CsuRootFsFwRev=" + document.getElementById("CsuRootFsFwRev").value+
						"&CsuPrimFwRev=" + document.getElementById("CsuPrimFwRev").value+
						"&LcmHwRev=" + document.getElementById("LcmHwRev").value+
						"&LcmFwRev=" + document.getElementById("LcmFwRev").value+
						"&PsuHwRev=" + document.getElementById("PsuHwRev").value+
						"&PsuPrimFwRev=" + document.getElementById("PsuPrimFwRev").value+
						"&PsuSecFwRev=" + document.getElementById("PsuSecFwRev").value+
						"&AuxPwrHwRev=" + document.getElementById("AuxPwrHwRev").value+
						"&AuxPwrFwRev=" + document.getElementById("AuxPwrFwRev").value+
						"&FanModuleHwRev=" + document.getElementById("FanModuleHwRev").value+
						"&FanModuleFwRev=" + document.getElementById("FanModuleFwRev").value+
						"&RelayModuleHwRev=" + document.getElementById("RelayModuleHwRev").value+
						"&RelayModuleFwRev=" + document.getElementById("RelayModuleFwRev").value+
						"&TelcomModemFwRev=" + document.getElementById("TelcomModemFwRev").value+
						"&SystemAmbientTemp=" + document.getElementById("SystemAmbientTemp").value+
						"&SystemCriticalTemp=" + document.getElementById("SystemCriticalTemp").value+
						"&CcsConnectorTemp=" + document.getElementById("CcsConnectorTemp").value+
						"&PsuAmbientTemp=" + document.getElementById("PsuAmbientTemp").value+
						"&AcPlugInTimes=" + document.getElementById("AcPlugInTimes").value+
						"&GbPlugInTimes=" + document.getElementById("GbPlugInTimes").value+
						"&Ccs1PlugInTimes=" + document.getElementById("Ccs1PlugInTimes").value+
						"&Ccs2PlugInTimes=" + document.getElementById("Ccs2PlugInTimes").value+
						"&ChademoPlugInTimes=" + document.getElementById("ChademoPlugInTimes").value;
			
			// POST 請求必須設置表頭在 open() 下面,send() 上面
			request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
			request.send(data);

			request.onreadystatechange = function() {
				// 伺服器請求完成
				if (request.readyState == 4) {
					// 伺服器回應成功
					if (request.status == 200) {
						alert("<?php echo $lang->showWord("done")?>");
						//location.reload();
						// getInfo();
					} else {
						alert("發生錯誤" + request.status);
					}
				}
			}
		}
	}
	
	function formCheck()
	{
		var SystemId = document.getElementById("SystemId").value;
		var SystemDateTime = document.getElementById("SystemDateTime").value;
		var result=true;
		 
/*		 
		if(SystemId.length < 1)
		{
			alert("SystemId format is not correct, ID is required .");
			document.getElementById("SystemId").focus();
			result = false;
		}
		
		if(SystemDateTime.length <=0)
		{
			alert("SystemDateTime format is not correct, SystemDateTime is required .");
			document.getElementById("SystemDateTime").focus();
			result = false;
		}*/
		return result;
	}

	function isNumberKey(evt)
	{
		var charCode = (evt.which) ? evt.which : event.keyCode
		
		if (charCode > 31 && (charCode < 48 || charCode > 57) && (charCode != 46))
			return false;
		
		return true;
	}
	function isExistDate(dateStr) { // yyyy/mm/dd
		var dateObj = dateStr.split('/');

		//列出12個月,每月最大日期限制
		var limitInMonth = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];

		var theYear = parseInt(dateObj[0]);
		var theMonth = parseInt(dateObj[1]);
		var theDay = parseInt(dateObj[2]);
		var isLeap = new Date(theYear, 1, 29).getDate() === 29; // 是否為閏年?

		if(isLeap) { // 若為閏年,最大日期限制改為 29
			limitInMonth[1] = 29;
		}

		// 比對該日是否超過每個月份最大日期限制
		return theDay <= limitInMonth[theMonth - 1]
	}	
</script>