...
|
...
|
@@ -65,15 +65,15 @@ |
|
|
|
|
|
</script>
|
|
|
<div id="tt" class="easyui-layout" fit="true" style="margin:0">
|
|
|
<form name="commentReplyForm" id="commentReplyForm" method="post">
|
|
|
<form name="commentReplyForm" id="commentReplyForm" fit="true" method="post">
|
|
|
<div style="margin-top: 20px;margin-left: 30px;" id="replyDiv">
|
|
|
<table border="0" style="width:95%;margin-top:5px;line-height:30px;" id="replyTable">
|
|
|
|
|
|
<tr style="height: 60px">
|
|
|
<tr style="height: 10%">
|
|
|
<td style="width:100% ">
|
|
|
<div style="float: left;width:700px;" >
|
|
|
<div style="float: left;width:50%;" >
|
|
|
<span style="color:red">*</span><label style="font-size: 14px;">选择马甲</label> <br>
|
|
|
<input id="replyUid" name="replyUid" style="width:300px " class="easyui-textbox"/>
|
|
|
<input id="replyUid" name="replyUid" style="width:50% " class="easyui-textbox"/>
|
|
|
<a href="#" class="easyui-linkbutton" onclick="getUserInfo()" data-options="menu:'#mm1',iconCls:'icon-edit'">确定</a>
|
|
|
<br>
|
|
|
</div>
|
...
|
...
|
@@ -82,19 +82,19 @@ |
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr style="height: 60px">
|
|
|
<tr style="height: 10%">
|
|
|
<td style="width:100%; word-wrap:break-word;" >
|
|
|
<span style="color:red">*</span><label style="font-size: 14px;">回复内容(必填项,内容不能为空)</label> <br>
|
|
|
|
|
|
<div style="width:600px; word-wrap:break-word;float: left;position: relative" >
|
|
|
<textarea rows="5" id="content" style="width:60%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="不超过五十字" required="" maxlength="50"></textarea>
|
|
|
<div style="width:100%; word-wrap:break-word;float: left;position: relative" >
|
|
|
<textarea rows="5" id="content" style="width:80%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="不超过50字" required="" maxlength="50"></textarea>
|
|
|
</div>
|
|
|
|
|
|
<!--<div style="clear: both;"> <span id="content-count">0</span>/500</div>-->
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="height: 60px">
|
|
|
<td style="width:100px ">
|
|
|
<tr style="height: 20%">
|
|
|
<td style="width:20% ">
|
|
|
<a href="#" class="easyui-linkbutton" onclick="replyNow()" data-options="menu:'#mm1',iconCls:'icon-edit'">立即回复</a>
|
|
|
<a href="#" class="easyui-linkbutton" onclick="closeNow()" data-options="menu:'#mm1',iconCls:'icon-cancel'">关闭</a>
|
|
|
<!--<input id="replyBtn" type="button" onclick="test()"/>-->
|
...
|
...
|
|