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.

16 lines
353 B

@{
ViewBag.Title = "Personal";
}
@model IEnumerable<Message_Board.Models.Message>
<h2>@ViewBag.userName</h2>
<fieldset style="margin-top: 30px;">
<legend>自己创建的主题</legend>
<br />
<table width="100%">
<tr>
<th> 留言主题 </th>
<th> 留言类型 </th>
<th> 留言内容 </th>