23123
This commit is contained in:
26
Application.Web.Admin/Views/SendMail/Index.cshtml
Normal file
26
Application.Web.Admin/Views/SendMail/Index.cshtml
Normal file
@@ -0,0 +1,26 @@
|
||||
<div>
|
||||
<form action="/SendMail/Send" method="post">
|
||||
发送类型:<select name="type">
|
||||
<option value="0">指定玩家</option>
|
||||
<option value="1">当天在线</option>
|
||||
<option value="2">全部玩家</option>
|
||||
</select><br />
|
||||
ID:<textarea name="id" cols="10" style="width:300px" rows="5"></textarea><br />
|
||||
邮件主题:<input name="name" type="text" /> <br />
|
||||
邮件内容:<textarea name="sign" cols="10" style="width:300px" rows="5"></textarea><br />
|
||||
=======附件=====<br />
|
||||
多附件字符:<textarea name="awData" cols="10" style="width:300px" rows="5"></textarea><br />
|
||||
<br />
|
||||
*当只有一个附件时,可以填写以下内容。
|
||||
<br />
|
||||
物品ID:<input name="goods" type="text" /><br />
|
||||
数量:<input type="number" name="count" /><br />
|
||||
说明:<input type="text" name="remark" /><br />
|
||||
<br />
|
||||
<br />
|
||||
<input type="submit" value="发送" />
|
||||
</form>
|
||||
<div style="color:red">
|
||||
* @TempData["msg"]
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user