Хранилища Subversion ant

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

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

/trunk/modern.php
112,13 → 112,13
$linux .= "<option value='".$data["dist_id"]."'>".$secure->stripStr($data["distname"])."</option>\n";
}
 
$modern .= "<h2>Генератор sources.list</h2>";
$modern .= "<h2>"._("Generator of sources.list")."</h2>";
$modern .= "<div class='border'>";
$modern .= "<label>Дистрибутив</label><br>";
$modern .= "<select id='distro'>\n<option value=''>Выбрать дистрибутив</option>\n";
$modern .= "<label>"._("Distributive")."</label><br>";
$modern .= "<select id='distro'>\n<option value=''>"._("Choose distro")."</option>\n";
$modern .= $linux."</select>";
$modern .= "</div><div class='border'>";
$modern .= "<label>Версия дистрибутива</label><br>";
$modern .= "<label>"._("Version of distro")."</label><br>";
$modern .= "<select id='distver' disabled='disabled'><option></option>";
$modern .= "</select></div>";
 
134,7 → 134,7
$smarty->assign('scripts',$scripts);
$smarty->assign('antversion',$core->getSetting('version',$db));
$smarty->assign('title',$core->getSetting('codename',$db));
$smarty->assign('interface'," &bull; <a href='./changelog.php'>Изменения</a> &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
$smarty->assign('interface'," &bull; <a href='./changelog.php'>"._("Changes")."</a> &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
$smarty->assign('style',$core->getCSSList($db));
$smarty->assign('theme',$theme->getThemeName($core,$db));