Хранилища Subversion ant

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

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

/trunk/admin.php
47,7 → 47,7
}
$type .= "</select>\n";
$display = "<h3>Добавление нового apt-дистрибутива</h3>";
$display .= "<form action='./process.php' method='POST'>\n";
$display .= "<form action='./process.php' method='POST' enctype='multipart/form-data'>\n";
$display .= "<input type='hidden' name='mode' value='1'>\n";
$display .= "Название дистрибутива: <input type='text' name='distName'><br>\n";
$display .= "Представление в строке User-Agent'а: <input type='text' name='distUA'><br>\n";
70,7 → 70,7
}
$type .= "</select>\n";
$display = "<h3>Правка apt-дистрибутива <em class='".stripslashes($info["distua"])."-em'>".stripslashes($info["distname"])."</em></h3>";
$display .= "<form action='./process.php' method='POST'>\n";
$display .= "<form action='./process.php' method='POST' enctype='multipart/form-data'>\n";
$display .= "<input type='hidden' name='mode' value='2'>\n";
$display .= "<input type='hidden' name='distID' value='$uid'>\n";
$display .= "Название дистрибутива: <input type='text' name='distName' value='".stripslashes($info["distname"])."'><br>\n";