OpenAuth.Net/OpenAuth.Mvc/Views/Home/Main.cshtml
yubaolee 6181f9dd47 增加演示版本支持,在web.config中配置即可;
增加自定义出差处理,参考ErrorController
2016-04-25 11:53:21 +08:00

41 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{
Layout = null;
}
<script type="text/javascript">
</script>
<div class="bjui-pageHeader" style="background:#FFF;">
<div style="padding: 0 15px;">
<h4 style="margin-bottom:20px;">
基于经典DDD架构的权限管理系统 
</h4>
<div style="margin-top: 22px; padding-left: 6px;">
<div class="alert alert-danger">QQ群484498493</div>
<span style="padding-left: 30px;">官方博客:</span>
<a href="http://www.cnblogs.com/yubaolee/" target="_blank">http://www.cnblogs.com/yubaolee/</a>
</div>
<div class="row" style=" margin-top:10px;">
<div class="col-md-6" style="padding:5px;">
</div>
</div>
</div>
</div>
<div class="bjui-pageContent">
<div style="margin-top:5px; margin-right:300px; overflow:hidden;">
<div class="row" style="padding: 0 8px;">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">项目最新动态>></h3></div>
<div class="panel-body">
<iframe width="100%" height="300" class="share_self" frameborder="0" scrolling="no" src="/Home/Git"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>