summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'inc.header1.php')
-rw-r--r--inc.header1.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/inc.header1.php b/inc.header1.php
index 16c8a26..cfcc174 100644
--- a/inc.header1.php
+++ b/inc.header1.php
@@ -128,25 +128,25 @@
$gentoo_changelog = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/$url_category/$url_package/ChangeLog";
$gentoo_cvs = "http://sources.gentoo.org/viewcvs.py/gentoo-x86/$url_category/$url_package/?hideattic=0";
$gentoo_bugs = "https://bugs.gentoo.org/buglist.cgi?query_format=&short_desc_type=allwords&short_desc=$url_package&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED";
- $gentoo_wiki = "http://en.gentoo-wiki.com/w/index.php?title=Special%3ASearch&search=".urlencode(str_replace("-", " ", $package_name));
+ $gentoo_wiki = "http://en.gentoo-wiki.com/w/index.php?title=Special%3ASearch&search=".urlencode(str_replace("-", " ", $package_name));
$gentoo_forums = "http://forums.gentoo.org/search.php?search_terms=all&show_results=topics&search_keywords=$url_package&mode=results";
$bugs = $base_uri."$url_category/$url_package/bugs";
$changelog = $base_uri."$url_category/$url_package/changelog";
- $ml = "http://www.mail-archive.com/search?q=$url_package&l=gentoo-user%40lists.gentoo.org";
+ $ml = "http://www.mail-archive.com/search?q=$url_package&l=gentoo-user%40lists.gentoo.org";
if($lingua == "cs")
- $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.czech-slovak";
+ $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.czech-slovak";
elseif($lingua == "de")
- $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.german";
+ $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.german";
elseif($lingua == "fr")
- $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.french";
+ $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.french";
elseif($lingua == "hu")
- $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.hungarian";
+ $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.hungarian";
elseif($lingua == "id")
- $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.indonesia";
+ $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.indonesia";
elseif($lingua == "ru")
- $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.russian";
+ $ml = "http://search.gmane.org/?query=$url_package&group=gmane.linux.gentoo.user.russian";
if($view == 'ebuild') {
$dependencies = $base_uri."$url_category/$url_pf/dependencies";
@@ -178,7 +178,7 @@
/** New **/
// $html .= "<!-- start package -->\n";
$html .= "<div class='package'>\n";
- $html .= "\t<hr class='pkg_rule' />\n";
+ $html .= "\t<hr class='pkg_rule'>\n";
$html .= "\t\t<div class='pkg_container'>\n";
$html .= "\t\t\t<div class='pkg_name'><a class='pkg_link' href='$base_uri$url_category/$url_package' title='$cp'>$package_name</a></div>\n";
@@ -199,12 +199,12 @@
$html .= "\t\t\t\t\t\t\t<td><b></b></td>\n";
foreach($arr_display_arch as $name) {
- $class = "";
+ $class = "nowrap";
if($name == end($arr_display_arch))
- $class = "last_cell";
+ $class = "$class last_cell";
// FIXME CSS in style tag
- $html .= "\t\t\t<th class='$class' style='white-space: nowrap;'>$name</li>\n";
+ $html .= "\t\t\t<th class='$class'>$name</th>\n";
}
$html .= "\t\t\t\t\t\t</tr>\n";