View file Σ«Γ«σ«ßΓ¿¡ú/templates/whatsyoursolution/index.tpl

File size: 1.53Kb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Фотохостинг изображений</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{template}/images/style1.7.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" type="text/javascript"></script>
<script src="{template}/main.js" type="text/javascript"></script>
</head>
<body>
<div id="content">
  <div class="header">
    <div class="infotext">
      <p>
        Разрешенные форматы: JPG, GIF, PNG; max: {max_size_mb} MB; {max_width}x{max_height} px; {max_quantity} одновременно.
      </p>
    </div>
    <h1><a href="{site_http_path}">Фотохостинг</a></h1>
  </div>
  <div class="subheader">
    <div class="subheader_right"> <a href="{site_http_path}">Главная</a><a href="/">О нас</a></div>
    <div class="subheader_left"> <a href="{site_http_path}">Are we the best? Find out!</a> </div>
  </div>
  <div class="right">
    {error}{content}
  </div>
  <div class="left">
    <h2>О фотохостинге</h2>
    <p>Фото хостинг от сайта Cs-full.com</p>
  </div>
  <div class="footer">
    <p>Изображений на фотохостинге: {images}; занимают {size}; за сутки загружено: {images24}</p>
   </div>
</div>
</body>
</html>