Browse Source

Add files via upload

station_14109
altobaltobaltob GitHub 7 years ago
parent
commit
24b1734bd0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      views/reports/vghtc_report_daily.php
  2. +1
    -1
      views/reports/vghtc_report_month.php

+ 1
- 1
views/reports/vghtc_report_daily.php View File

@@ -11,7 +11,7 @@
<td>
<table align="center" border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">臺中榮總南區停車場&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $month;?>月車流量表<br></td>
<td align="center" valign="middle"><?php echo $station_arr['results'][0]['short_name'];?>&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $month;?>月車流量表<br></td>
</tr>
</table>
</td>


+ 1
- 1
views/reports/vghtc_report_month.php View File

@@ -11,7 +11,7 @@
<td>
<table align="center" border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">臺中榮總南區停車場&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $month;?>月車流量表<br></td>
<td align="center" valign="middle"><?php echo $station_arr['results'][0]['short_name'];?>&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $month;?>月車流量表<br></td>
</tr>
</table>
</td>


Loading…
Cancel
Save