-
Notifications
You must be signed in to change notification settings - Fork 0
/
cab.asp
executable file
·54 lines (47 loc) · 2.62 KB
/
cab.asp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- #include file="funcoesconteudo.asp" --><%txtBlog=geraBlog()%><script language="javascript" runat="server" src="banners.js"></script><?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
<head>
<title>Tableless [ Design CSS XHTML HTML WebStandards ]</title>
<meta name="resource-type" content="document" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="revisit-after" content="1" />
<meta name="classification" content="Internet" />
<meta name="description" content="Tableless - Site sobre tableless, mostramos como é fácil construir sites com os padrões da W3C." />
<meta name="keywords" content="tableless, sites tableless, semantica, webstandards, standards, browsers, compatibilidade, XML, XHTML, HTML, CSS, ASP, usabilidade, acessibilidade, resultados, web, internet" />
<meta name="robots" content="ALL" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="author" content="Diego Alberto Eis, Elcio Luiz Ferreira" />
<meta name="language" content="pt-br" />
<meta name="doc-class" content="Completed" />
<meta name="doc-rights" content="Public" />
<%
if request("css")<>"" then session("css")=request("css")
thecss=session("css") & ""
if thecss="" or thecss="0" then
%>
<link rel="stylesheet" type="text/css" href="http://www.tableless.com.br/skins/padrao/cor.css" />
<style type="text/css"><!-- @import url("http://www.tableless.com.br/skins/est.css"); --></style>
<%else%>
<link rel="stylesheet" type="text/css" href="http://<%=thecss%>" />
<%end if%>
<link rel="stylesheet" type="text/css" href="http://www.tableless.com.br/skins/mods.css" />
<link rel="stylesheet" media="print.css" type="text/css" href="http://www.tableless.com.br/skins/print.css" />
</head>
<body>
<div id="banner">
<h1>Tableless! Um jeito fácil de construir sites usando WebStandards.</h1>
<p>Este site serve para mostrar para interessados, estudantes ou profissionais que é possível e fácil criar um site TABLELESS acessível, compatível e com design impecável com as especificações do W3C. Utilizando ao máximo a dupla CSS/XHTML e conseguindo resultados acima da média.</p>
<%
if boolHome=true then
Response.Write(rndBanner(0))
else
Response.Write(rndBanner(1))
end if
%>
</div>
<div id="mestre">
<a href="http://www.tableless.com.br/" title="Tableless [ Design CSS XHTML HTML WebStandards ]"><h1>Tableless! <small>www.tableless.com.br</small></h1></a>
<hr />