修改主界面的显示

This commit is contained in:
dathlin
2017-07-24 21:41:58 +08:00
parent 4fc472fced
commit 49b7a0998c
2 changed files with 18 additions and 12 deletions

View File

@@ -6,6 +6,7 @@
CommonLibrary.UserAccount account = ViewData[SessionItemsDescription.UserAccount] as CommonLibrary.UserAccount;
}
<h2>账户详细信息</h2>
<table class="table table-hover">
<thead>
<tr>
@@ -55,5 +56,10 @@
<td>上次登录Ip</td>
<td>@account.LastLoginIpAddress</td>
</tr>
<tr>
<th scope="row">9</th>
<td>上次登录方式</td>
<td>@account.LastLoginWay</td>
</tr>
</tbody>
</table>

View File

@@ -5,27 +5,27 @@
<div class="jumbotron">
<h1>C-S 软件系统架构设计框架</h1>
<p class="lead">本框架是一个免费开源的框架系统集成了C-S和B-S架构设计采用了统一的模型机制快速便捷的开发C-B-S混合系统也可以选择中间的一个模式。</p>
<p><a href="https://github.com/dathlin/C-S-" class="btn btn-primary btn-lg">Learn more &raquo;</a></p>
<p><a href="https://github.com/dathlin/C-S-" class="btn btn-primary btn-lg">开源地址 &raquo;</a></p>
</div>
<div class="row">
<div class="col-md-4">
<h2>准备开始</h2>
<h2>Winform 客户端</h2>
<p>
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
enables a clean separation of concerns and gives you full control over markup
for enjoyable, agile development.
Winform 客户端是常规的windows窗体应用程序虽然界面比较简单但是功能齐全稳定。winform的gdi+绘图也是很轻松的就可以绘制复杂的二维图形在C-S中支持最好。
</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301865">Learn more &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Get more libraries</h2>
<p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301866">Learn more &raquo;</a></p>
<h2>Wpf 客户端</h2>
<p>
Wpf 客户端是最新的windows窗体应用程序直接基于directx绘制界面充分发挥了显卡的性能所以在界面表现上要远远大于winform程序可以轻松实现动画。数据绑定机制可以方便
实现主题机制。
</p>
</div>
<div class="col-md-4">
<h2>Web Hosting</h2>
<p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301867">Learn more &raquo;</a></p>
<h2>Web 服务器客户端</h2>
<p>
最新添加的B-S系统该系统的S端仍然作为C端连接winform版的S端提供了大多数数据模型的一致性与原有功能无缝集成。
</p>
</div>
</div>