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 ( ref $favicon && exists $favicon->{filename} ) {
<link rel="SHORTCUT ICON" href="<% $favicon->{filename} %>">
% }
<script language="JavaScript">
<!--
function openWin(popup_name,popup_url,popup_with,popup_height)
{
if(!popup_with) {popup_with = 500;}
if(!popup_height) {popup_height = 500;}
	var popup_left = (window.screen.width/2)  - (popup_with/2 + 10);
	var popup_top  = (window.screen.height/2) - (popup_height/2 + 40);
	var fenster = window.open(popup_url,popup_name,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + popup_with + ",height=" + popup_height + ",left=" + popup_left + ",top=" + popup_top + ",screenX=" + popup_left + ",screenY=" + popup_top);
	fenster.focus();
}
-->
</script>
% if ($state->development) {
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
% }
% if ( $profile->head_html ) {
<% $profile->head_html %>
% }
</head>

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

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080">
<table width="100%" height="100%" cellpadding="0" cellspacing="0" style="border:1px solid gray;">
<tr><td style="background:url(/i/<% $prj %>/curve_upper.jpg) no-repeat right top;">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr><td style="background:url(/i/<% $prj %>/curve_lower.jpg) no-repeat left bottom;">

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td height="1%" style="padding:12px 18px;">
<a href="./"><img src="/i/<% $prj %>/diaton.jpg" width="194" height="40" alt="diaton &tm;"></a><br>
<div style="height:10px"><spacer type="block" height="10"></div>
<a href="./" title="diaton-tonometer"><img src="/i/<% $prj %>/menu_company.gif" width="78" height="14" alt="company"></a><img
 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
 href="./news.html" title="news"><img src="/i/<% $prj %>/menu_news.gif"
 width="46" height="14" alt="news"></a><img
 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
 href="./order.html" title="order information"><img src="/i/<% $prj %>/menu_order.gif"
 width="173" height="14" alt="order information"></a><img
 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
 href="./contacts.html" alt="contact us"><img src="/i/<% $prj %>/menu_contacts.gif"
 width="84" height="14" alt="contact us"></a><img
 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
 href="./distributors.html" title="our distributors"><img src="/i/<% $prj %>/menu_distributors.gif"
 width="118" height="14" alt="our distributors"></a><img
 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
 href="http://forum.diaton-tonometer.com/" title="discussion board"><img src="/i/<% $prj %>/menu_forum.gif"
 width="55" height="14" alt="discussion board"></a><br>
<div style="height:10px"><spacer type="block" height="10"></div>
</td></tr>

<tr valign="top"><td height="98%" style="background:url(/i/<% $prj %>/eye.gif) no-repeat 65% 50px;">
<!--Data Section-->
<div style="height:10px"><spacer type="block" height="10"></div>
%
% if ( $profile->top100 ) {
<a href="http://top100.rambler.ru/top100/"><img src="http://counter.rambler.ru/top100.cnt?<% $profile->top100 %>" alt="Rambler's Top100" width=1 height=1 border=0></a><br>
% }
%
<%args>

	$alias	=> undef

</%args>
<%init>

  my $prj = $request->{project};
  my $profile = $request->{project_profile};
  my $menus = $profile->get_image('menus');
  my $favicon = $profile->get_image('favicon');

</%init>