root/branches/Emisje/eCard/eCardMVC/Platnosci/Views/Shared/Glowna.Master @ 869

Wersja 866, 0.8 KB (wprowadzona przez alina, 16 years temu)

re #215

Line 
1<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage"%>
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml" >
6<head runat="server">
7    <title><asp:ContentPlaceHolder ID="head" runat="server"/></title>   
8</head>
9<body> <%//onload="javascript:document.forms[0].submit()">%>
10    <p>
11        <asp:Label ID="ecardLoad" runat="server" Text="<%$Resources:tlumaczenia,Informacja %>"></asp:Label>
12    </p>
13    <form method="post" action=""><%//"https://pay.ecard.pl/servlet/PSTEST">%>
14   
15        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
16       
17        </asp:ContentPlaceHolder>
18    </form>
19</body>
20</html>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.