| 14 |
<div class="row"> |
<div class="row"> |
| 15 |
<?=_("The Debian-Med project presents packages that are associated with <ul><li>medicine</li><li>pre-clinical research</li><li>life science.</li></ul> Its developments are mostly focused on three areas for the moment: <ul><li>medical practice</li><li>imaging</li><li>bioinformatics.</li></ul>")?> |
<?=_("The Debian-Med project presents packages that are associated with <ul><li>medicine</li><li>pre-clinical research</li><li>life science.</li></ul> Its developments are mostly focused on three areas for the moment: <ul><li>medical practice</li><li>imaging</li><li>bioinformatics.</li></ul>")?> |
| 16 |
</div> |
</div> |
| 17 |
|
<?php |
| 18 |
|
if ($show_locale_warning) { |
| 19 |
|
?> |
| 20 |
|
<div class="row"> |
| 21 |
|
<p class="error"> |
| 22 |
|
<p style="text-align: center;"> |
| 23 |
|
<img src="/img/warning.png" /> |
| 24 |
|
</p> |
| 25 |
|
<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?> |
| 26 |
|
<br /><br /> |
| 27 |
|
<?php |
| 28 |
|
$msg = _("Visit the %1Localization page%2."); |
| 29 |
|
echo str_replace(array("%1", "%2"), array('<a href="/locales.php">', '</a>'), $msg); |
| 30 |
|
?> |
| 31 |
|
</p> |
| 32 |
|
</div> |
| 33 |
|
<?php |
| 34 |
|
} |
| 35 |
|
?> |
| 36 |
</div> |
</div> |
| 37 |
<span class="section"><?=_("members")?></span> |
<span class="section"><?=_("members")?></span> |
| 38 |
<div class="section"> |
<div class="section"> |
| 86 |
<div class="sectionTop"></div> |
<div class="sectionTop"></div> |
| 87 |
<div class="row"> |
<div class="row"> |
| 88 |
<ul> |
<ul> |
| 89 |
<li><a href="/bugs.php"><?=_("Bugs Page")?></a></li> |
<li><a href="/bugs.php"><del><?=_("Bugs page")?></del></a></li> |
| 90 |
|
<li><a href="/locales.php"><?=_("Locales page")?></a></li> |
| 91 |
<li>…</li> |
<li>…</li> |
| 92 |
</ul> |
</ul> |
| 93 |
</div> |
</div> |
| 98 |
<div class="row"><?=date("r", time())?></div> |
<div class="row"><?=date("r", time())?></div> |
| 99 |
<div class="row"><?=strftime("%c", time())?></div> |
<div class="row"><?=strftime("%c", time())?></div> |
| 100 |
</div> |
</div> |
| 101 |
<span class="section"><?=_("Badges")?></span> |
<span class="section"><?=_("badges")?></span> |
| 102 |
<div class="section"> |
<div class="section"> |
| 103 |
<div class="sectionTop"></div> |
<div class="sectionTop"></div> |
| 104 |
<div class="row"> |
<div class="row"> |
| 119 |
<tr> |
<tr> |
| 120 |
<th><?=_("date")?></th> |
<th><?=_("date")?></th> |
| 121 |
<th><?=_("author")?></th> |
<th><?=_("author")?></th> |
| 122 |
<th width="400"><?=_("content")?></th> |
<th style="width:400px"><?=_("content")?></th> |
| 123 |
<th><?=_("link")?></th> |
<th><?=_("link")?></th> |
| 124 |
</tr> |
</tr> |
| 125 |
<?php |
<?php |
| 137 |
$desc = preg_replace("/(Commit by.*<strong>.*<\/strong>.*<span.*::.*<\/span>)/", "", $desc); |
$desc = preg_replace("/(Commit by.*<strong>.*<\/strong>.*<span.*::.*<\/span>)/", "", $desc); |
| 138 |
?> |
?> |
| 139 |
<tr> |
<tr> |
| 140 |
<td><?=$rs["items"][$i]["pubDate"]?></td> |
<td><?=strftime("%c", strtotime($rs["items"][$i]["pubDate"]))?></td> |
| 141 |
<td><a href="http://alioth.debian.org/users/<?=$author?>"><?=$author?></a></td> |
<td><a href="http://alioth.debian.org/users/<?=$author?>"><?=$author?></a></td> |
| 142 |
<td><?=$desc?></td> |
<td><?=$desc?></td> |
| 143 |
<td><a href="<?=$rs["items"][$i]["link"]?>">»</a></td> |
<td><a href="<?=$rs["items"][$i]["link"]?>">»</a></td> |