From 0c9099c868d7d1663a2ad69043e7cc8056f170d3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 16 Apr 2018 01:09:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=B2=AB=20?= =?UTF-8?q?=EB=8F=99=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/css/msg.css | 1 + hwe/index.php | 71 +++++++++++++++-------------------- hwe/j_msg_get_recent.php | 38 +++++++++++-------- hwe/js/msg.js | 13 ++++--- hwe/js/templates/message.html | 38 +++++++++++++++++++ hwe/sammo/Message.php | 2 +- 6 files changed, 99 insertions(+), 64 deletions(-) create mode 100644 hwe/js/templates/message.html diff --git a/hwe/css/msg.css b/hwe/css/msg.css index 6e60782e..d6ef807c 100644 --- a/hwe/css/msg.css +++ b/hwe/css/msg.css @@ -66,6 +66,7 @@ color:white; background-color:black; font-size:12px; + width:160px; } .board_header{ diff --git a/hwe/index.php b/hwe/index.php index 2f975fa6..97ceb0db 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -68,6 +68,7 @@ $scenario = $admin['scenario_text']; +