[med-svn] r552 - in trunk/community/website: . img inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Thu Oct 4 07:36:40 UTC 2007
Author: hanska-guest
Date: 2007-10-04 07:36:40 +0000 (Thu, 04 Oct 2007)
New Revision: 552
Added:
trunk/community/website/img/minus.png
trunk/community/website/img/plus.png
trunk/community/website/inc/footer.inc.php
trunk/community/website/inc/header.inc.php
Removed:
trunk/community/website/footer.html
Modified:
trunk/community/website/index.php
Log:
Splitting page templates
Adding some icons
TODO item added (BTS connection)
Deleted: trunk/community/website/footer.html
===================================================================
--- trunk/community/website/footer.html 2007-10-03 22:51:40 UTC (rev 551)
+++ trunk/community/website/footer.html 2007-10-04 07:36:40 UTC (rev 552)
@@ -1,4 +0,0 @@
-<hr />
-<address>$ SVN export - rev. #REV# - Last update by <a href="http://alioth.debian.org/users/#AUTHOR#">#AUTHOR#</a> - #DATE# $</address>
-</body>
-</html>
Added: trunk/community/website/img/minus.png
===================================================================
(Binary files differ)
Property changes on: trunk/community/website/img/minus.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/community/website/img/plus.png
===================================================================
(Binary files differ)
Property changes on: trunk/community/website/img/plus.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Copied: trunk/community/website/inc/footer.inc.php (from rev 496, trunk/community/website/footer.html)
===================================================================
--- trunk/community/website/inc/footer.inc.php (rev 0)
+++ trunk/community/website/inc/footer.inc.php 2007-10-04 07:36:40 UTC (rev 552)
@@ -0,0 +1,4 @@
+<hr />
+<address>$ SVN export - rev. #REV# - Last update by <a href="http://alioth.debian.org/users/#AUTHOR#">#AUTHOR#</a> - #DATE# $</address>
+</body>
+</html>
Added: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php (rev 0)
+++ trunk/community/website/inc/header.inc.php 2007-10-04 07:36:40 UTC (rev 552)
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>Debian-Med Project</title>
+<link href="/inc/style.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<div align="center">
+<img src="/img/logo.png" alt="Debian Med Project" />
+</div>
+<div class="heading">
+ <div class="tabBar">
+ Join us! Help us in making Doctors use Debian! See the
+ <a href="http://alioth.debian.org/projects/debian-med">Alioth Page</a>
+ </div>
+</div>
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-03 22:51:40 UTC (rev 551)
+++ trunk/community/website/index.php 2007-10-04 07:36:40 UTC (rev 552)
@@ -1,18 +1,6 @@
-<html>
-<head>
-<title>Debian-Med Project</title>
-<link href="/inc/style.css" type="text/css" rel="stylesheet" />
-</head>
-<body>
-<div align="center">
-<img src="/img/logo.png" alt="Debian Med Project" />
-</div>
-<div class="heading">
- <div class="tabBar">
- Join us! Help us in making Doctors use Debian! See the
- <a href="http://alioth.debian.org/projects/debian-med">Alioth Page</a>
- </div>
-</div>
+<?php
+ require_once("inc/header.inc.php");
+?>
<table class="columns">
<tr>
<td class="left">
@@ -108,8 +96,6 @@
preg_match("/(Commit by.*)<strong>(.*)<\/strong>/", $desc, $matches);
$author = $matches[2];
$desc = preg_replace("/(Commit by.*)<strong>(.*)<\/strong>.*::/", "", $desc);
-// "\\1<strong><a href=\"http://alioth.debian.org/users/\\2\">\\2</a></strong>",
-// $desc);
?>
<tr>
<td><?=$rs["items"][$i]["pubDate"]?></td>
@@ -144,6 +130,7 @@
<a href="http://alioth.debian.org/project/memberlist.php?group_id=30063">
http://alioth.debian.org/project/memberlist.php?group_id=30063</a> — it also has links to
personal pages and usernames!</del></li>
+ <li>bugs retrieval from Debian BTS;</li>
<li>…</li>
</ul>
</div>
@@ -155,5 +142,5 @@
<small>Please, note that this is a SVN export of our website. It might break during
SVN commits.</small>
<?php
- include_once("footer.html")
+ require_once("inc/footer.inc.php")
?>
More information about the debian-med-commit
mailing list