Line # Revision Author
1 296 ahitrov <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <title><% $profile->name %></title>
5 % if ( ref $favicon && exists $favicon->{filename} ) {
6 <link rel="SHORTCUT ICON" href="<% $favicon->{filename} %>">
7 % }
8 <script language="JavaScript">
9 <!--
10 function openWin(popup_name,popup_url,popup_with,popup_height)
11 {
12 if(!popup_with) {popup_with = 500;}
13 if(!popup_height) {popup_height = 500;}
14 var popup_left = (window.screen.width/2) - (popup_with/2 + 10);
15 var popup_top = (window.screen.height/2) - (popup_height/2 + 40);
16 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);
17 fenster.focus();
18 }
19 -->
20 </script>
21 % if ($state->development) {
22 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
23 % }
24 % if ( $profile->head_html ) {
25 <% $profile->head_html %>
26 % }
27 </head>
28
29 <link href="/<% $prj %>/css/styles.css" rel="stylesheet" type="text/css">
30
31 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080">
32 <table width="100%" height="100%" cellpadding="0" cellspacing="0" style="border:1px solid gray;">
33 <tr><td style="background:url(/i/<% $prj %>/curve_upper.jpg) no-repeat right top;">
34 <table width="100%" height="100%" cellpadding="0" cellspacing="0">
35 <tr><td style="background:url(/i/<% $prj %>/curve_lower.jpg) no-repeat left bottom;">
36
37 <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
38 <tr><td height="1%" style="padding:12px 18px;">
39 <a href="./"><img src="/i/<% $prj %>/diaton.jpg" width="194" height="40" alt="diaton &tm;"></a><br>
40 <div style="height:10px"><spacer type="block" height="10"></div>
41 <a href="./" title="diaton-tonometer"><img src="/i/<% $prj %>/menu_company.gif" width="78" height="14" alt="company"></a><img
42 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
43 href="./news.html" title="news"><img src="/i/<% $prj %>/menu_news.gif"
44 width="46" height="14" alt="news"></a><img
45 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
46 href="./order.html" title="order information"><img src="/i/<% $prj %>/menu_order.gif"
47 width="173" height="14" alt="order information"></a><img
48 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
49 href="./contacts.html" alt="contact us"><img src="/i/<% $prj %>/menu_contacts.gif"
50 width="84" height="14" alt="contact us"></a><img
51 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
52 href="./distributors.html" title="our distributors"><img src="/i/<% $prj %>/menu_distributors.gif"
53 width="118" height="14" alt="our distributors"></a><img
54 src="/i/<% $prj %>/menu_separator.gif" width="19" height="14" alt=""><a
55 href="http://forum.diaton-tonometer.com/" title="discussion board"><img src="/i/<% $prj %>/menu_forum.gif"
56 width="55" height="14" alt="discussion board"></a><br>
57 <div style="height:10px"><spacer type="block" height="10"></div>
58 </td></tr>
59
60 <tr valign="top"><td height="98%" style="background:url(/i/<% $prj %>/eye.gif) no-repeat 65% 50px;">
61 <!--Data Section-->
62 <div style="height:10px"><spacer type="block" height="10"></div>
63 %
64 % if ( $profile->top100 ) {
65 <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>
66 % }
67 %
68 <%args>
69
70 $alias => undef
71
72 </%args>
73 <%init>
74
75 my $prj = $request->{project};
76 my $profile = $request->{project_profile};
77 my $menus = $profile->get_image('menus');
78 my $favicon = $profile->get_image('favicon');
79
80 </%init>