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.
23 lines
1.2 KiB
23 lines
1.2 KiB
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
<head runat="server">
|
|
<title>Main</title>
|
|
<!--EASYUI样式-->
|
|
<link rel="stylesheet" type="text/css" href="../../Scripts/jquery.easyui/themes/default/easyui.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../../Scripts/jquery.easyui/themes/icon.css"/>
|
|
<!--jquery+easyui-->
|
|
<script type="text/javascript" src="../../Scripts/jquery.1.11.0.min.js"></script>
|
|
<script type="text/javascript" src="../../Scripts/jquery.easyui/jquery.easyui.min.js"></script>
|
|
</head>
|
|
<body class="easyui-layout">
|
|
<div data-options="region:'west',title:'文件分类'" style="width:240px; padding-bottom: 3px;">
|
|
<iframe width="100%" height="100%" frameborder="0" src="/FileManage/List"></iframe>
|
|
</div>
|
|
<div data-options="region:'center',title:'文件列表'" style="padding-bottom: 3px;">
|
|
<iframe id="FileInfoList" width="100%" height="100%" frameborder="0" src="/FileInfo/List"></iframe>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|