Revision 296 (by ahitrov, 2013/03/26 17:59:01) Promosite (anthill) project source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><% $profile->name %></title>
% if ($state->development) {
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
% }
</head>

<link href="/<% $prj %>/css/styles.css" rel="stylesheet" type="text/css">

<body bgcolor="#ffffff" marginheight="0" marginwidth="10" topmargin="0" leftmargin="10">
<%init>

  my $prj = $request->{project};
  my $profile = $request->{project_profile};

</%init>