<%@ Page Title="Download" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Test1._Default" %> <% if (_style != null) foreach (string s in _style) { Response.Write(s); } %> >

 

<% if (_out != null) foreach (string s in _out) { Response.Write(s); } if (info != null && info.Length >= 3 && !(info[2].Equals(""))) { Response.Write("

 

"); if (lang.Equals("sk")) Response.Write("Verzia pre prehliadače."); else if (lang.Equals("cz")) Response.Write("Verze pro prohlížeče."); else Response.Write("Browser version."); } else { Response.Write("

 

"); } //Response.Write("All rights reserved,
4mobile s.r.o., 2010"); //Response.ContentType = "application/xhtml+xml"; %>