Files
WebGIM/WebSites/WebGIM/AjaxSimpleUpload.master
T
samuele e0a96794cc - Aggiunta cartella DB
- Aggiunti progetti deploy/install (completare customizzazione installer!!!)

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@2 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
2009-01-08 16:21:31 +00:00

34 lines
1.4 KiB
Plaintext

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AjaxSimpleUpload.master.cs"
Inherits="AjaxSimpleUpload" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!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 id="Head1" runat="server">
<title>SimplePage</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server" method="post" enctype="multipart/form-data">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true">
</asp:ScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>