Хранилища Subversion ant

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

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

/branches/ant-ng/index.php
70,8 → 70,16
</script>
";
 
$body = $core->showDistributionList("dist","Дистрибутив","Выберите дистрибутив");
$body = "<fieldset><label>Дистрибутив</label>\n";
$body .= "<select id='dist'>\n<option value=''>Выберите дистрибутив</option>\n";
 
$query = "SELECT * FROM ".PREFIX."distribution ORDER BY dist_id ASC";
$rq =& $db->query($query);
while ($rq->fetchInto($element)) {
$body .= "<option value='".$secure->checkInt($element["dist_id"])."'>".$secure->checkStr($element["distname"],1)."</option>\n";
}
$body .= "</select></fieldset>";
 
$tmpl->assign('scripts', $scripts);
$tmpl->assign('body', $body);
 
/branches/ant-ng/templates/default.tpl
14,14 → 14,14
 
<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&amp;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>
<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&amp;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>