Хранилища Subversion ant

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

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

/branches/ant-ng/custom-index.php
15,7 → 15,8
require_once dirname(__FILE__)."/init.php";
 
$tmpl->assign('host',"http://d.alex-w.org.ru/p/ant-ng/");
$tmpl->assign('header',"Генератор sources.list");
$tmpl->assign('header',"ant-ng");
$tmpl->assign('description',"Генератор sources.list");
$tmpl->assign('body',$core->showDistributionForm());
 
$tmpl->display('default.tpl');
/branches/ant-ng/css/core.css
41,6 → 41,12
padding: 8px 5px;
}
 
div#content {
width: 600px;
text-align: left;
margin: 0 auto;
}
 
p#host {
margin-top: 50px;
font: 0.6em/1.4em Verdana;
/branches/ant-ng/templates/default.tpl
6,7 → 6,7
<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>
<title>{header} &mdash; {description}</title>
</head>
<body>
 
24,8 → 24,11
</table>
 
<h2>{header}</h2>
<h3>{description}</h3>
 
<div id="content">
{body}
</div>
 
<p id="host">
С вопросами обращаться на джаббер <strong>alex.wolf@jabber.ru</strong>