Pro tricks 3

June 18, 2008 - 12:17 pm

Proximedia header page

Keep the header page clean and simple like the example they provide us with from 1 of their projekt.

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<%
if request(”DocID”) = “” then
CMSdocid = “43849″       <!– change to the index ID –>
else
CMSdocid = request(”DocID”)
end if

if request(”langue”) = “” then
CMSlangue = “NL”
else
CMSlangue = request(”langue”)
end if
%>
<!– #include virtual=”../modules/CMS.asp” –> <!–Otherwise it will not work with the CMS–>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>><%getMeta “33776″,”NL”,”Title”%></title>
<meta name=”Customer” content=”03023813“>
<META name=”Author” content=”Pro”>
<meta name=”geography” content=”Stad, land, postcode”>
<META name=”Description” content=”<%getMeta “33776″,”NL”,”Description”%>” lang=”nl”>
<META name=”Keywords” content=”<%getMeta “33776″,”NL”,”Keywords”%>” lang=”nl”>
<meta name=”language” content=”<% =”NL”  %>“>
<meta name=”Copyright” content=”Pro”>
<meta name=”publisher” content=”Pro”>
<META name=”Revisit-After” content=”15 days”>
<meta name=”robots” content=”ALL”>
<META http-equiv=”imagetoolbar” content=”no”>
<link href=”style.css” rel=”stylesheet” type=”text/css” />
<script language=”JavaScript” src=”js/plan.js“></script>
</head>

Usually the header is split with some part of the body piece, mostly with the header image, banner, logo, etc…If changes are to be done in the header I will update immediately.

Leave a Reply

You must be logged in to post a comment.