altob.rd před 8 roky
rodič
revize
287267f2b1
2 změnil soubory, kde provedl 8 přidání a 8 odebrání
  1. +1
    -1
      views/qcar2/result_page.php
  2. +7
    -7
      views/qcar2/result_page2.php

+ 1
- 1
views/qcar2/result_page.php Zobrazit soubor

@@ -418,7 +418,7 @@ $(document).ready(function()
floorName: 'B1',
canvasId: 'b1canvas',
src: '<?=SERVER_URL?>i3/pics/b1_map.png',
initialImageRatio: 0.9,
initialImageRatio: 0.95,
shiftLeft: 50,
shiftUp: 0
}


+ 7
- 7
views/qcar2/result_page2.php Zobrazit soubor

@@ -48,7 +48,7 @@
<?php /* ----- 查詢結果 ----- */ ?>
<!-- div data-items="rent_sync" class="row" style="display:none;"-->
<div data-items="output_pks" class="row" style="display:none; height:100%">
<div class="col-lg-3 col-sm-6">
<div class="col-lg-2 col-sm-2">
<div class="panel panel-default">
<div class="panel-heading" style="font-size:28px;"><?php /* 資料顯示區灰色小表頭 */ ?>
查車結果
@@ -83,7 +83,7 @@
<tbody>
<tr>
<td style="text-align:center;vertical-align: middle;">
<img id="show_img" style="max-height:200px" />
<img id="show_img" style="max-width:250px" />
</td>
</tr>
</tbody>
@@ -112,7 +112,7 @@
</table>
</div-->
<div class="col-lg-9 col-sm-9">
<div class="col-lg-10 col-sm-10">
<div class="panel panel-default" style="min-height: 1200px">
<div class="panel-heading" style="font-size:28px;"><span>停車位置 : B1 樓層</span></div>
<div class="panel-body"><canvas id="b1canvas"></canvas></div>
@@ -255,7 +255,7 @@ if(PKS_RESULT.pksno == '')
else
{
$("#show_lpr").text(PKS_RESULT.lpr);
$("#show_floors").html(PKS_RESULT.group_name+" ( 車格: " + PKS_RESULT.pksno.substr(-3, 3) +" )");
$("#show_floors").html(PKS_RESULT.group_name+"<br/> ( 車格: " + PKS_RESULT.pksno.substr(-3, 3) +" )");
$("#show_update_time").text(PKS_RESULT.in_time);
$("#show_img").attr("src", "<?=SERVER_URL?>pkspic/" + PKS_RESULT.pic_name);

@@ -458,9 +458,9 @@ $(document).ready(function()
floorName: 'B1',
canvasId: 'b1canvas',
src: '<?=SERVER_URL?>i3/pics/b1_map.png',
initialImageRatio: 0.8,
shiftLeft: 250,
shiftUp: 0
initialImageRatio: 0.7,
shiftLeft: 400,
shiftUp: 100
}
}
});


Načítá se…
Zrušit
Uložit