CMXX - Included VIN API in cartest
This commit is contained in:
@@ -39,6 +39,7 @@ $cartest = [
|
||||
'cartype' => '',
|
||||
'header' => [
|
||||
'CarVIN' => '',
|
||||
'year' => '',
|
||||
'NameTester'=> $_SESSION['username'],
|
||||
'SN' =>'',
|
||||
'HW' =>'',
|
||||
@@ -189,6 +190,11 @@ $view .= ' <div class="content-block order-details">
|
||||
<div class="block-header">
|
||||
<i class="fa-solid fa-circle-info"></i></i>'.$cartest_information.'
|
||||
</div>
|
||||
<div class="order-detail">
|
||||
<h3>'.$cartest_carvin.'</h3>
|
||||
<p><input id="VIN" type="text" name="header[CarVIN]" onchange="decodeVIN()" value="'.$cartest['header']['CarVIN'].'"></p>
|
||||
<p id="token" value="" hidden>'.$bearertoken.'</p>
|
||||
</div>
|
||||
<div class="order-detail">
|
||||
<h3>'.$cartest_carbrand.'</h3>
|
||||
<p>'.$carbrands_input.'
|
||||
@@ -199,9 +205,9 @@ $view .= ' <div class="content-block order-details">
|
||||
<h3>'.$cartest_cartype.'</h3>
|
||||
<p><input type="text" name="cartype" value="'.$cartest['cartype'].'"></p>
|
||||
</div>
|
||||
<div class="order-detail">
|
||||
<h3>'.$cartest_carvin.'</h3>
|
||||
<p><input type="text" name="header[CarVIN]" value="'.$cartest['header']['CarVIN'].'"></p>
|
||||
<div class="order-detail">
|
||||
<h3>'.$general_year.'</h3>
|
||||
<p><input id="year" type="text" name="header[year]" value="'.$cartest['header']['year'].'"></p>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
Reference in New Issue
Block a user