root/trunk/eCard/eCardMVC/Platnosci/Views/Shared/Glowna.Master @ 875

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

re #215 małe porządki

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<%--<body>--%>
11    <p>
12        <asp:Label ID="ecardLoad" runat="server" Text="<%$Resources:tlumaczenia,Informacja %>"></asp:Label>
13    </p>
14    <form method="post" action="https://pay.ecard.pl/servlet/PSTEST">
15   
16        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
17       
18        </asp:ContentPlaceHolder>
19    </form>
20</body>
21</html>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.