Commit 0bf77e07778e6e8dd51c9eab931fd6a30dfa52cf

Authored by luoyanshou
1 parent 5932caa7

【留言板】页面代码优化

trunk/www/mess_front/input.PHP
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 </head> 19 </head>
20 <body> 20 <body>
21 <div class="con"> 21 <div class="con">
22 - <form action="http://lys.com/wx5019b9c455ea9c81/Message/Api/Message/MessInput/Index" method="post" id="frm_input" > 22 + <form action="http://lys.com/wx5019b9c455ea9c81/Message/Api/Message/MessInput/Index" method="post" enctype="multipart/form-data" id="frm_input" >
23 <table> 23 <table>
24 <caption><h2>发表留言</h2></caption> 24 <caption><h2>发表留言</h2></caption>
25 <!--<tr> 25 <!--<tr>
trunk/www/mess_front/list.php
@@ -62,7 +62,7 @@ if ($mess_res) { @@ -62,7 +62,7 @@ if ($mess_res) {
62 <tr> 62 <tr>
63 <td colspan="3"> 63 <td colspan="3">
64 <label> 64 <label>
65 - <a href="input.php" target="_blank">在线留言</a> 65 + <a href="input.php" >在线留言</a>
66 </label> 66 </label>
67 <span style="width: 300px; display: inline-block;"></span> 67 <span style="width: 300px; display: inline-block;"></span>
68 <label> 68 <label>