Хранилища Subversion ant

Редакция

Редакция 80 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 80 Редакция 81
Строка 45... Строка 45...
45
                        while ($dtype->fetchInto($dtinfo, DB_FETCHMODE_ASSOC)) {
45
                        while ($dtype->fetchInto($dtinfo, DB_FETCHMODE_ASSOC)) {
46
                            $type .= "<option value='".$dtinfo["type_id"]."'>".stripslashes($dtinfo["type"])."</option>";
46
                            $type .= "<option value='".$dtinfo["type_id"]."'>".stripslashes($dtinfo["type"])."</option>";
47
                        }
47
                        }
48
                        $type .= "</select>\n";
48
                        $type .= "</select>\n";
49
                        $display  = "<h3>Добавление нового apt-дистрибутива</h3>";
49
                        $display  = "<h3>Добавление нового apt-дистрибутива</h3>";
50
                        $display .= "<form action='./process.php' method='POST'>\n";
50
                        $display .= "<form action='./process.php' method='POST' enctype='multipart/form-data'>\n";
51
                        $display .= "<input type='hidden' name='mode' value='1'>\n";
51
                        $display .= "<input type='hidden' name='mode' value='1'>\n";
52
                        $display .= "Название дистрибутива: <input type='text' name='distName'><br>\n";
52
                        $display .= "Название дистрибутива: <input type='text' name='distName'><br>\n";
53
                        $display .= "Представление в строке User-Agent'а: <input type='text' name='distUA'><br>\n";
53
                        $display .= "Представление в строке User-Agent'а: <input type='text' name='distUA'><br>\n";
54
                        $display .= "Тип дистрибутива: ".$type."<br>";
54
                        $display .= "Тип дистрибутива: ".$type."<br>";
55
                        $display .= "Логотип дистрибутива (gif): <input type='file' name='distLOGO'><br>";
55
                        $display .= "Логотип дистрибутива (gif): <input type='file' name='distLOGO'><br>";
Строка 68... Строка 68...
68
                                $type .= "<option value='".$dtinfo["type_id"]."'>".stripslashes($dtinfo["type"])."</option>";                      
68
                                $type .= "<option value='".$dtinfo["type_id"]."'>".stripslashes($dtinfo["type"])."</option>";                      
69
                            }
69
                            }
70
                        }
70
                        }
71
                        $type .= "</select>\n";
71
                        $type .= "</select>\n";
72
                        $display  = "<h3>Правка apt-дистрибутива <em class='".stripslashes($info["distua"])."-em'>".stripslashes($info["distname"])."</em></h3>";
72
                        $display  = "<h3>Правка apt-дистрибутива <em class='".stripslashes($info["distua"])."-em'>".stripslashes($info["distname"])."</em></h3>";
73
                        $display .= "<form action='./process.php' method='POST'>\n";
73
                        $display .= "<form action='./process.php' method='POST' enctype='multipart/form-data'>\n";
74
                        $display .= "<input type='hidden' name='mode' value='2'>\n";
74
                        $display .= "<input type='hidden' name='mode' value='2'>\n";
75
                        $display .= "<input type='hidden' name='distID' value='$uid'>\n";                      
75
                        $display .= "<input type='hidden' name='distID' value='$uid'>\n";                      
76
                        $display .= "Название дистрибутива: <input type='text' name='distName' value='".stripslashes($info["distname"])."'><br>\n";
76
                        $display .= "Название дистрибутива: <input type='text' name='distName' value='".stripslashes($info["distname"])."'><br>\n";
77
                        $display .= "Представление в строке User-Agent'a: <input type='text' name='distUA' value='".stripslashes($info["distua"])."'><br>\n";
77
                        $display .= "Представление в строке User-Agent'a: <input type='text' name='distUA' value='".stripslashes($info["distua"])."'><br>\n";
78
                        $display .= "Тип дистрибутива: ".$type."<br>";
78
                        $display .= "Тип дистрибутива: ".$type."<br>";