47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Message.aspx.cs" Inherits="Framework_File_Message" %>
|
|
|
|
<!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>消息中心</title>
|
|
<link href="bootstrap-3.3.5-dist/css/bootstrap.min.css" title="" rel="stylesheet" />
|
|
<link title="" href="css/style.css" rel="stylesheet" type="text/css" />
|
|
<link title="blue" href="css/dermadefault.css" rel="stylesheet" type="text/css"/>
|
|
<link title="green" href="css/dermagreen.css" rel="stylesheet" type="text/css" disabled="disabled"/>
|
|
<link title="orange" href="css/dermaorange.css" rel="stylesheet" type="text/css" disabled="disabled"/>
|
|
<link href="css/templatecss.css" rel="stylesheet" title="" type="text/css" />
|
|
<script src="script/jquery-1.11.1.min.js" type="text/javascript"></script>
|
|
<script src="script/jquery.cookie.js" type="text/javascript"></script>
|
|
<script src="bootstrap-3.3.5-dist/js/bootstrap.min.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<form id="form" runat="server">
|
|
|
|
|
|
<div class="container-fluid">
|
|
<div class="info-center">
|
|
<div class="page-header">
|
|
<div class="pull-left">
|
|
<h4>事务中心</h4>
|
|
</div>
|
|
</div>
|
|
<div class="info-center-title">
|
|
<span class="padding-large-right manage-title pull-left">
|
|
<a class="active" href="#">全部事务</a>
|
|
</span>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
<div class="table-margin" id="txxxdiv" runat="server">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="show-page hidden">
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|