Files
XPS/project/XPS_deploy/Release/Portable.master
T
samuele a953cbf7fd Update x logging/zipping/cancellazione
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@83 43c8e981-f90d-406c-a89a-24a2c4268d51
2008-11-13 16:06:13 +00:00

29 lines
1.1 KiB
Plaintext

<%@ master language="C#" autoeventwireup="true" inherits="Portable, XPS" %>
<%@ Register Src="mod_menuBottomPortable.ascx" TagName="mod_menuBottomMini" TagPrefix="uc2" %>
<%@ Register Src="mod_titlePortable.ascx" TagName="mod_titleMini" TagPrefix="uc3" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="bodyPortable">
<div style="iphone">
<form id="form1" runat="server">
<div>
<table width="100%">
<tr><td align="center">
<uc3:mod_titleMini id="Mod_titleMini1" runat="server">
</uc3:mod_titleMini>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
<uc2:mod_menuBottomMini ID="Mod_menuBottomMini1" runat="server" />
</td></tr>
</table>
</div>
</form>
</div>
</body>
</html>