You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/Areas/Mobile/Views/Approval/Index.aspx

33 lines
1.2 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="DSWeb.Areas.Mobile.Views.Approval.Index" %>
<!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>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
</head>
<body>
<div data-role="page" id="pageone">
<div data-role="header">
<h1>欢迎访问我的主页</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li><a href="/Mobile/Approval/ysyf" data-transition="slide" >应收应付费用审核<span class="ui-li-count">25</span></a></li>
<li><a href="/Mobile/Approval/" data-transition="slide" >付费审批<span class="ui-li-count">432</span></a></li>
</ul>
</div>
<div data-role="footer">
<h1></h1>
</div>
</div>
</body>
</html>