Хранилища Subversion ant

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

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

/trunk/modern.php
95,7 → 95,7
 
$query =& $db->query("SELECT * FROM distribution");
while ($query->fetchInto($data, DB_FETCHMODE_ASSOC)) {
$linux .= "<option value='".$data["dist_id"]."'>".stripslashes($data["distname"])."</option>\n";
$linux .= "<option value='".$data["dist_id"]."' class='".stripslashes($data["distua"])."'>".stripslashes($data["distname"])."</option>\n";
}
 
$modern .= "<h2>Генератор sources.list</h2>";
114,6 → 114,7
$smarty->assign('scripts',$scripts);
$smarty->assign('antversion',$antversion);
$smarty->assign('interface'," &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
$smarty->assign('style',$core->getCSSList($db));
 
$smarty->display('modern.tpl');