Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 375 → Редакция 376

/branches/ant-ng/templates/header.tpl
Файл удален
/branches/ant-ng/templates/footer.tpl
Файл удален
/branches/ant-ng/templates/default.tpl
1,7 → 1,42
{include file="header.tpl"}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="{host}/css/core.css">
<link rel="shortcut icon" href="{host}/favicon.ico" type="image/x-icon">
<script type="text/javascript" src="{host}/js/jquery.js"></script>
{scripts}
<title>{header}</title>
</head>
<body>
 
<h1>{h1}</h1>
<table id="topmenu">
<tr>
<td><a href="http://altlug.ru"><img src="{host}/img/m/main.png" ALT="Главная"></a></td>
<td><a href="http://altlug.ru/phpbb"><img src="{host}/img/m/forum.png" ALT="Форум" border="0"></a></td>
<td><a href="http://wiki.altlug.ru/"><img src="{host}/img/m/wiki.png" ALT="Wiki"></a></td>
<td><a href="http://track.altlug.ru"><img src="{host}/img/m/track.png" ALT="Баг-трекер"></a></td>
<td><a href="http://mail.altlug.ru"><img src="{host}/img/m/mail.png" ALT="Почта"></a></td>
<td><a href="http://www.altlug.ru/phpbb/viewtopic.php?f=56&t=1561"><img src="{host}/img/m/jabber.png" ALT="Jabber"></a></td>
<td><a href="http://svn.altlug.ru"><img src="{host}/img/m/svn.png" ALT="SVN"></a></td>
<td><a href="http://nix-files.org.ru"><img src="{host}/img/m/nf.png" ALT="NIX-FILES"></a></td>
</tr>
</table>
 
<h2>{header}</h2>
 
{body}
 
{include file="footer.tpl"}
<p id="host">
С вопросами обращаться на джаббер <strong>alex.wolf@jabber.ru</strong>
</p>
<p id="info">
<a href="http://validator.w3.org/check?uri=referer"><img src="{host}/img/v/valid-html40-blue.png" alt="Valid HTML 4.0 Transitional" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.nix-files.intelbi.ru"><img src="{host}/img/v/vcss-blue.png" alt="Valid CSS!" height="31" width="88"></a>
</p>
<p id="design">
Дизайнер <a href="http://alex-w.org.ru">Александр Вольф</a>
</p>
</body>
</html>