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 ($state->development) {
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 % }
8 </head>
9
10 <link href="/<% $prj %>/css/styles.css" rel="stylesheet" type="text/css">
11
12 <body bgcolor="#ffffff" marginheight="0" marginwidth="10" topmargin="0" leftmargin="10">
13 <%init>
14
15 my $prj = $request->{project};
16 my $profile = $request->{project_profile};
17
18 </%init>