Хранилища Subversion ant

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

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

/branches/shower/inc/footer.htm
Новый файл
0,0 → 1,2
</body>
</html>
/branches/shower/inc/header.htm
Новый файл
0,0 → 1,9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/core.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Генератор sources.list для apt.niX-FILES</title>
</head>
<body bgcolor="#F7F7F7">
/branches/shower/img/bg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/shower/img/bg.gif
Новый файл
Изменения свойств:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: index.php
===================================================================
--- index.php (revision 479)
+++ index.php (revision 480)
@@ -1,13 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
-<html lang="ru">
-<head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <title>Генератор sources.list для apt.niX-FILES</title>
-</head>
-<body bgcolor="#F7F7F7">
-
<?php
+include "inc/header.htm";
+
require_once 'DB.php';
$dsn = 'sqlite:///set.db?mode=0777';
@@ -39,7 +33,6 @@
echo "<p><input type='submit' value='Выбрать'>";
echo "</form>";
}
+
+include "inc/footer.htm";
?>
-
-</body>
-</html>
/branches/shower/shower.php
1,15 → 1,7
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Генератор sources.list для apt.niX-FILES</title>
</head>
<body bgcolor="#F7F7F7">
<?php
 
<h1>sources.list</h1>
include "inc/header.htm";
 
<?php
 
require_once 'DB.php';
 
$dsn = 'sqlite:///apt.db?mode=0777';
26,6 → 18,8
die($db_set->getMessage());
}
 
<h1>sources.list</h1>
 
$distr = abs(intval($_GET["d"]));
 
if($distr==0) {
63,7 → 57,6
 
//$query =& $dba->query("SET NAMES utf8");
 
include "inc/footer.htm";
 
?>
 
</body>
</html>