mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Hacky attempt to fix lang and navigation bars
This commit is contained in:
parent
14ecbf5fd5
commit
6edbef61c1
2 changed files with 79 additions and 63 deletions
|
@ -57,28 +57,44 @@ body {
|
||||||
#main_nav ul li a:hover {
|
#main_nav ul li a:hover {
|
||||||
background: #1793d1;
|
background: #1793d1;
|
||||||
}
|
}
|
||||||
#lang_sub {
|
#lang_login_sub {
|
||||||
z-index: 1;
|
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 50px;
|
top: -30px;
|
||||||
right: 30px;
|
margin: auto;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
#lang_sub ul {
|
#lang_login_sub .button {
|
||||||
list-style: none;
|
font-size: 9px;
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
#lang_sub ul a {
|
#login_bar {
|
||||||
|
font-size: 10px;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
#login_bar input {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
#lang_bar {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
#lang_login_sub ul {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
#lang_login_sub ul a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#lang_sub ul a:hover {
|
#lang_login_sub ul a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
#lang_sub ul li {
|
#lang_login_sub ul li {
|
||||||
display: block;
|
display: inline;
|
||||||
float: right;
|
padding-right: 1px;
|
||||||
margin: 0 3px;
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
#updates {
|
#updates {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
@ -399,6 +415,7 @@ textarea.vLargeTextField {
|
||||||
#maincontent {
|
#maincontent {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
#maincontent > table {
|
#maincontent > table {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
|
@ -1,59 +1,62 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xml:lang="<?php print "$LANG\" lang=\"$LANG"; ?>">
|
xml:lang="<?php print "$LANG\" lang=\"$LANG"; ?>">
|
||||||
<head>
|
<head>
|
||||||
<title>AUR (<?php print $LANG; ?>)<?php if ($title != "") { print " - " . $title; } ?></title>
|
<title>AUR (<?php print $LANG; ?>)<?php if ($title != "") { print " - " . $title; } ?></title>
|
||||||
<link rel='stylesheet' type='text/css' href='/css/fonts.css' />
|
<link rel='stylesheet' type='text/css' href='/css/fonts.css' />
|
||||||
<link rel='stylesheet' type='text/css' href='/css/containers.css' />
|
<link rel='stylesheet' type='text/css' href='/css/containers.css' />
|
||||||
<link rel='stylesheet' type='text/css' href='/css/arch.css' />
|
<link rel='stylesheet' type='text/css' href='/css/arch.css' />
|
||||||
<link rel='shortcut icon' href='images/favicon.ico' />
|
<link rel='shortcut icon' href='images/favicon.ico' />
|
||||||
<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='rss2.php' />
|
<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='rss2.php' />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor='white'>
|
<body bgcolor='white'>
|
||||||
<div id="head_container">
|
<div id="head_container">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<div id="logo"><h1 id="archtitle"><a href="/" title="Arch Linux (Home)">Arch Linux</a></h1></div>
|
<div id="logo"><h1 id="archtitle"><a href="/" title="Arch Linux (Home)">Arch Linux</a></h1></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="main_nav">
|
<div id="main_nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.archlinux.org/download/">Get Arch</a></li>
|
<li><a href="http://www.archlinux.org/download/">Get Arch</a></li>
|
||||||
<li class="selected"><a href="http://aur.archlinux.org">AUR</a></li>
|
<li class="selected"><a href="http://aur.archlinux.org">AUR</a></li>
|
||||||
<li><a href="http://bugs.archlinux.org">Bugs</a></li>
|
<li><a href="http://bugs.archlinux.org">Bugs</a></li>
|
||||||
<li><a href="http://wiki.archlinux.org">Wiki</a></li>
|
<li><a href="http://wiki.archlinux.org">Wiki</a></li>
|
||||||
<li><a href="http://bbs.archlinux.org">Forums</a></li>
|
<li><a href="http://bbs.archlinux.org">Forums</a></li>
|
||||||
<li><a href="http://www.archlinux.org">Home</a></li>
|
<li><a href="http://www.archlinux.org">Home</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="sub_nav">
|
<div id="sub_nav">
|
||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
if (isset($_COOKIE["AURSID"])) {
|
if (isset($_COOKIE["AURSID"])) {
|
||||||
?>
|
?>
|
||||||
<li><a href="/logout.php"><?php print __("Logout"); ?></a></li>
|
<li><a href="/logout.php"><?php print __("Logout"); ?></a></li>
|
||||||
<li><a href="/pkgsubmit.php"><?php print __("Submit"); ?></a></li>
|
<li><a href="/pkgsubmit.php"><?php print __("Submit"); ?></a></li>
|
||||||
<li><a href="/packages.php?do_MyPackages=1"><?php print __("My Packages"); ?></a></li>
|
<li><a href="/packages.php?do_MyPackages=1"><?php print __("My Packages"); ?></a></li>
|
||||||
<?php
|
<?php
|
||||||
if (account_from_sid($_COOKIE["AURSID"]) == "Trusted User"
|
if (account_from_sid($_COOKIE["AURSID"]) == "Trusted User"
|
||||||
|| account_from_sid($_COOKIE["AURSID"]) == "Developer") {
|
|| account_from_sid($_COOKIE["AURSID"]) == "Developer") {
|
||||||
?>
|
?>
|
||||||
<li><a href="/tu.php"><?php print __("Trusted User"); ?></a></li>
|
<li><a href="/tu.php"><?php print __("Trusted User"); ?></a></li>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<li><a href="http://archlinux.org/mailman/listinfo/aur-general">
|
<li><a href="http://archlinux.org/mailman/listinfo/aur-general">
|
||||||
<?php print __("Discussion"); ?></a></li>
|
<?php print __("Discussion"); ?></a></li>
|
||||||
<li><a href="http://bugs.archlinux.org/index.php?tasks=all&project=2"><?php print __("Bugs"); ?></a></li>
|
<li><a href="http://bugs.archlinux.org/index.php?tasks=all&project=2"><?php print __("Bugs"); ?></a></li>
|
||||||
<li><a href="packages.php"><?php print __("Packages"); ?></a></li>
|
<li><a href="packages.php"><?php print __("Packages"); ?></a></li>
|
||||||
<li><a href="account.php"><?php print __("Accounts"); ?></a></li>
|
<li><a href="account.php"><?php print __("Accounts"); ?></a></li>
|
||||||
<li><a href="index.php">AUR <?php print __("Home"); ?></a></li>
|
<li><a href="index.php">AUR <?php print __("Home"); ?></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="lang_sub">
|
</div>
|
||||||
<ul>
|
<div id="lang_login_sub">
|
||||||
|
<span id="lang_bar">
|
||||||
|
<ul>
|
||||||
|
<li>Lang: </li>
|
||||||
<?php
|
<?php
|
||||||
reset($SUPPORTED_LANGS);
|
reset($SUPPORTED_LANGS);
|
||||||
foreach ($SUPPORTED_LANGS as $lang => $lang_name) {
|
foreach ($SUPPORTED_LANGS as $lang => $lang_name) {
|
||||||
|
@ -63,11 +66,9 @@ foreach ($SUPPORTED_LANGS as $lang => $lang_name) {
|
||||||
. strtoupper($lang) . "</a></li>\n";
|
. strtoupper($lang) . "</a></li>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<li>Lang: </li>
|
</ul>
|
||||||
</ul>
|
</span>
|
||||||
</div>
|
<span id="login_bar">
|
||||||
<br />
|
|
||||||
<div style="text-align: right; padding-right: 10px; clear: right">
|
|
||||||
<?php
|
<?php
|
||||||
if (isset($_COOKIE["AURSID"])) {
|
if (isset($_COOKIE["AURSID"])) {
|
||||||
print __("Logged-in as: %h%s%h",
|
print __("Logged-in as: %h%s%h",
|
||||||
|
@ -75,21 +76,19 @@ if (isset($_COOKIE["AURSID"])) {
|
||||||
} else {
|
} else {
|
||||||
if ($login_error) {
|
if ($login_error) {
|
||||||
print "<span class='error'>" . $login_error . "</span><br />\n";
|
print "<span class='error'>" . $login_error . "</span><br />\n";
|
||||||
}
|
} ?>
|
||||||
?>
|
|
||||||
<form method='post'>
|
<form method='post'>
|
||||||
<?php print __("Username:"); ?>
|
<?php print __("Username:"); ?>
|
||||||
<input type='text' name='user' size='30' maxlength='64'>
|
<input type='text' name='user' size='30' maxlength='64'>
|
||||||
<?php print __("Password:"); ?>
|
<?php print __("Password:"); ?>
|
||||||
<input type='password' name='pass' size='30' maxlength='32'>
|
<input type='password' name='pass' size='30' maxlength='32'>
|
||||||
<input type='submit' class='button' value='<?php print __("Login"); ?>'>
|
<input type='submit' class='button' value='<?php print __("Login"); ?>'>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php } ?>
|
||||||
}
|
</span>
|
||||||
?>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div id="maincontent">
|
||||||
<div id="maincontent">
|
|
||||||
<!-- Start of main content -->
|
<!-- Start of main content -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue