home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2004-10-01 | 2.6 KB | 72 lines |
- <%@ Page language="c#" Codebehind="Print.aspx.cs" AutoEventWireup="false" Inherits="NETGenium.Templates.Print" enableViewState="False" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>NET Genium</title>
- <link href="../NETGenium.css" type="text/css" rel="stylesheet">
- <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
- <meta content="C#" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- </HEAD>
- <body bgColor="#ffffff">
- <form id="Default" method="post" runat="server">
- <TABLE id="Table1" cellSpacing="0" cellPadding="0" width="500" border="0" runat="server">
- <TR>
- <TD style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma">
- B∞hem tisku doÜlo k chyb∞:
- <asp:Label id="lblErrorCZ" runat="server"></asp:Label>
- <UL>
- <LI>
- Zkontrolujte, zda je Üablona ulo₧ena v adresß°i "Templates".
- <LI>
- Zkontrolujte formßt Üablony.</LI></UL>
- </TD>
- </TR>
- </TABLE>
- <TABLE id="Table2" cellSpacing="0" cellPadding="0" width="500" border="0" runat="server">
- <TR>
- <TD style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma">
- An error occured during printing:
- <asp:Label id="lblErrorEN" runat="server"></asp:Label>
- <UL>
- <LI>
- Check, if your template is saved in directory "Templates".
- <LI>
- Check format of your template.</LI></UL>
- </TD>
- </TR>
- </TABLE>
- <TABLE id="Table3" cellSpacing="0" cellPadding="0" width="500" border="0" runat="server">
- <TR>
- <TD style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma">
- Beim Drucken ist ein Fehler aufgetreten:
- <asp:Label id="lblErrorDE" runat="server"></asp:Label>
- <UL>
- <LI>
- Kontrolieren Sie, ob das Muster im Ordner "Templates" gespeichert ist.
- <LI>
- ▄berprⁿfen Sie das Format des Musters.</LI></UL>
- </TD>
- </TR>
- </TABLE>
- <TABLE id="Table4" cellSpacing="0" cellPadding="0" width="500" border="0" runat="server">
- <TR>
- <TD style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma">
- Une erreur s'est produite pendant l'impression:
- <asp:Label id="lblErrorFR" runat="server"></asp:Label><UL>
- <LI>
- Rassurez-vous que le
- <asp:Label id="lblModele1" runat="server"></asp:Label>est sauvΘ dans le
- dossier "Templates".
- <LI>
- Revoyez la forme du
- <asp:Label id="lblModele2" runat="server"></asp:Label>.</LI>
- </UL>
- </TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>
-