You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.6 KiB

<div class="easyui-layout" data-options="fit:true,border:false" style="width:100%;height:100%;">
<div data-options="region:'north',split:false,border:false" style="padding: 1px;height:14%;" >
<table border="0" style="margin-left:40px;margin-top: 10px">
<tr >
<td style="width: 50px" >收件人:</td>
<td style="width: 700px" >
<select class="easyui-combobox Addressee" style="width:650px;height:25px;" data-options="multiple:true,valueField:'userid', textField:'username'"></select>
</td>
</tr>
<tr style="width:650px; height: 13px;"></tr>
<tr >
<td style="width: 50px" >主 题:</td>
<td style="width: 700px" >
<input class="easyui-textbox theme" style="width:650px; height: 25px;" />
</td>
</tr>
</table>
</div>
<div data-options="region:'center',split:false,border:false" style="margin-left:40px;height:86%;padding-top:3px;">
<div style='margin-bottom:10px;margin-top: 5px'>
<button class="btn btn-primary btn-sm upload" >&nbsp&nbsp添加附件&nbsp&nbsp</button>
<button class="btn btn-primary btn-sm send" style="margin-left:440px">&nbsp&nbsp发送&nbsp&nbsp</button>
<button class="btn btn-primary btn-sm save" style="margin-left:20px" >&nbsp&nbsp存草稿&nbsp</button>
</div>
<div class="FileUpList" >
</div>
<div>
<textarea id="edp4EmailEditContent"></textarea>
</div>
</div>
</div>