<!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" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="language" content="en" />

	<!-- blueprint CSS framework -->
	<link rel="stylesheet" type="text/css" href="/css/screen.css" media="screen, projection" />
	<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
	<!--[if lt IE 8]>
	<link rel="stylesheet" type="text/css" href="/css/ie.css" media="screen, projection" />
	<![endif]-->

	<link rel="stylesheet" type="text/css" href="/css/main.css" />
	<link rel="stylesheet" type="text/css" href="/css/form.css" />

	<title>My Web Application</title>
</head>

<body>

<div class="container" id="page">

	<div id="header">
		<div id="logo">My Web Application</div>
	</div><!-- header -->

	<div id="mainmenu">
		<ul id="yw0">
<li class="active"><a href="/index.php?r=site/index">Home</a></li>
<li><a href="/index.php?r=site/page&amp;view=about">About</a></li>
<li><a href="/index.php?r=site/contact">Contact</a></li>
<li><a href="/index.php?r=site/login">Login</a></li>
</ul>	</div><!-- mainmenu -->
			<!-- breadcrumbs -->
	
	<div class="container">
	<div id="content">
		
<h1>Welcome to <i>My Web Application</i></h1>

<p>Congratulations! You have successfully created your Yii application.</p>

<p>You may change the content of this page by modifying the following two files:</p>
<ul>
	<li>View file: <tt>/home/akella/www/shablone.ru/protected/views/site/index.php</tt></li>
	<li>Layout file: <tt>/home/akella/www/shablone.ru/protected/views/layouts/main.php</tt></li>
</ul>

<p>For more details on how to further develop this application, please read
the <a href="http://www.yiiframework.com/doc/">documentation</a>.
Feel free to ask in the <a href="http://www.yiiframework.com/forum/">forum</a>,
should you have any questions.</p>	</div><!-- content -->
</div>

	<div id="footer">
		Copyright &copy; 2011 by My Company.<br/>
		All Rights Reserved.<br/>
		Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a>.	</div><!-- footer -->

</div><!-- page -->

</body>
</html>