Commit ee443502 authored by Antonio.Suerte's avatar Antonio.Suerte

Transaction Logs Update [AUI]

parent 1dfc78c1
...@@ -73,8 +73,8 @@ include_once('template/base_head.php'); ...@@ -73,8 +73,8 @@ include_once('template/base_head.php');
<tr> <tr>
<th class="w10p">IP Address</th> <th class="w10p">IP Address</th>
<th class="w10p">Program Code</th> <th class="w10p">Program Code</th>
<th class="w5p">URL</th> <th class="w20p">URL</th>
<th class="w60p">Post</th> <th class="w50p">Post</th>
<th class="w10p">Date</th> <th class="w10p">Date</th>
</tr> </tr>
<?php $this -> echoListDB(); ?> <?php $this -> echoListDB(); ?>
......
...@@ -245,6 +245,8 @@ ...@@ -245,6 +245,8 @@
TEMPLATE_LOGIN_RE_SEND_PATH=tmp_login_re_send.php TEMPLATE_LOGIN_RE_SEND_PATH=tmp_login_re_send.php
TEMPLATE_MAINTENANCE_MODE_SITE_PATH=tmp_maintenance_mode_site.php TEMPLATE_MAINTENANCE_MODE_SITE_PATH=tmp_maintenance_mode_site.php
TEMPLATE_MENU_PATH=tmp_menu.php TEMPLATE_MENU_PATH=tmp_menu.php
TEMPLATE_MERCHANT_LIST_PATH=tmp_merchant_list.php
TEMPLATE_MERCHANT_LIST_SUMMARY_PATH=tmp_merchant_list_summary.php
TEMPLATE_NEWS_BACKNUMBER_PATH=tmp_news_backnumber.php TEMPLATE_NEWS_BACKNUMBER_PATH=tmp_news_backnumber.php
TEMPLATE_NEWS_PATH=tmp_news.php TEMPLATE_NEWS_PATH=tmp_news.php
TEMPLATE_REGISTER_FAIL_PATH=tmp_register_fail.php TEMPLATE_REGISTER_FAIL_PATH=tmp_register_fail.php
......
...@@ -245,7 +245,7 @@ class TransactionLogsModelClass extends ModelClassEx { ...@@ -245,7 +245,7 @@ class TransactionLogsModelClass extends ModelClassEx {
$rtn .= '<tr>' $rtn .= '<tr>'
. '<td> '. $this -> getColumnData($row, COLUMN_IP_ADDRESS) .'</td>' . '<td> '. $this -> getColumnData($row, COLUMN_IP_ADDRESS) .'</td>'
. '<td> '. $this -> getColumnData($row, 'p_num') .'</td>' . '<td> '. $this -> getColumnData($row, 'p_num') .'</td>'
. '<td>' . $this -> getColumnData($row, 'url') . '</td>' . '<td style="word-break:break-all;">' . $this -> getColumnData($row, 'url') . '</td>'
. '<td style="word-break:break-all;">' . $this -> getColumnData($row, 'post') . '</td>' . '<td style="word-break:break-all;">' . $this -> getColumnData($row, 'post') . '</td>'
. '<td>' . $this -> getColumnData($row, COLUMN_CREATE_TIME) . '</td>' . '<td>' . $this -> getColumnData($row, COLUMN_CREATE_TIME) . '</td>'
. '</tr>'; . '</tr>';
......
...@@ -74,8 +74,8 @@ include_once('template/base_head.php'); ...@@ -74,8 +74,8 @@ include_once('template/base_head.php');
<tr> <tr>
<th class="w10p">IPアドレス</th> <th class="w10p">IPアドレス</th>
<th class="w10p">番組コード</th> <th class="w10p">番組コード</th>
<th class="w5p">URL</th> <th class="w20p">URL</th>
<th class="w60p">POST</th> <th class="w50p">POST</th>
<th class="w10p">日付け</th> <th class="w10p">日付け</th>
</tr> </tr>
<?php $this -> echoListDB(); ?> <?php $this -> echoListDB(); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment