зеркало из https://github.com/mozilla/gecko-dev.git
Homepage Link Appears when null. Add RSS Autodiscovery Links to index pages. Make header links visited color match link color.
This commit is contained in:
Родитель
f45182e721
Коммит
0996c1ae45
|
@ -16,6 +16,8 @@ a:visited { color: #609; }
|
||||||
a:hover { color: #333; }
|
a:hover { color: #333; }
|
||||||
a:active { color: #000; }
|
a:active { color: #000; }
|
||||||
|
|
||||||
|
#header a:visited { color: #039; }
|
||||||
|
|
||||||
#mBody li { padding-bottom: 0.5em; }
|
#mBody li { padding-bottom: 0.5em; }
|
||||||
|
|
||||||
.sidebar_content > h1,.sidebar_content > h2,.sidebar_content > h3,.sidebar_content > h4,.sidebar_content > h5,.sidebar_content > h6,.sidebar > h1,.sidebar_general > h2,.sidebar_general > h3,.sidebar_general > h4,.sidebar_general > h5,.sidebar_general > h6 {
|
.sidebar_content > h1,.sidebar_content > h2,.sidebar_content > h3,.sidebar_content > h4,.sidebar_content > h5,.sidebar_content > h6,.sidebar > h1,.sidebar_general > h2,.sidebar_general > h3,.sidebar_general > h4,.sidebar_general > h5,.sidebar_general > h6 {
|
||||||
|
|
|
@ -44,7 +44,7 @@ require"../core/config.php";
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<TITLE>Mozilla Update :: Extensions - Add Features to Mozilla Software</TITLE>
|
<TITLE>Mozilla Update :: Extensions - Add Features to Mozilla Software</TITLE>
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="New <?php echo ucwords($application); ?> Extensions Additions" href="/rss/?application=<?php echo"$application"; ?>&type=E&list=newest">
|
||||||
<?php
|
<?php
|
||||||
include"$page_header";
|
include"$page_header";
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -447,7 +447,13 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
||||||
<li><?php echo"$datestring"; // Last Updated: September 11, 2004 5:38am ?>
|
<li><?php echo"$datestring"; // Last Updated: September 11, 2004 5:38am ?>
|
||||||
<li>Total Downloads: <?php echo"$downloadcount"; ?> — Downloads this Week: <?php echo"$populardownloads"; ?></li>
|
<li>Total Downloads: <?php echo"$downloadcount"; ?> — Downloads this Week: <?php echo"$populardownloads"; ?></li>
|
||||||
<li>See <a href="?<?php echo"".uriparams()."&id=$id&page=releases"; ?>">all previous releases</a> of this extension.</li>
|
<li>See <a href="?<?php echo"".uriparams()."&id=$id&page=releases"; ?>">all previous releases</a> of this extension.</li>
|
||||||
|
<?php
|
||||||
|
if ($homepage) {
|
||||||
|
?>
|
||||||
<li>View the Author's <a href="<?php echo"$homepage"; ?>">Homepage</a> for this Theme.</li>
|
<li>View the Author's <a href="<?php echo"$homepage"; ?>">Homepage</a> for this Theme.</li>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -754,6 +760,7 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
||||||
<INPUT NAME="title" TYPE="TEXT" SIZE=30 MAXLENGTH=50><BR>
|
<INPUT NAME="title" TYPE="TEXT" SIZE=30 MAXLENGTH=50><BR>
|
||||||
|
|
||||||
Review/Comments:*<BR>
|
Review/Comments:*<BR>
|
||||||
|
|
||||||
<TEXTAREA NAME="comments" ROWS=5 COLS=55></TEXTAREA><BR>
|
<TEXTAREA NAME="comments" ROWS=5 COLS=55></TEXTAREA><BR>
|
||||||
<INPUT NAME="submit" TYPE="SUBMIT" VALUE="Post"> <INPUT NAME="reset" TYPE="RESET" VALUE="Reset"><BR>
|
<INPUT NAME="submit" TYPE="SUBMIT" VALUE="Post"> <INPUT NAME="reset" TYPE="RESET" VALUE="Reset"><BR>
|
||||||
<SPAN class="smallfont">* Required Fields</SPAN>
|
<SPAN class="smallfont">* Required Fields</SPAN>
|
||||||
|
|
|
@ -44,7 +44,7 @@ require"core/config.php";
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Mozilla Update</title>
|
<title>Mozilla Update</title>
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="New <?php echo ucwords($application); ?> Additions" href="/rss/?application=<?php echo"$application"; ?>&list=newest">
|
||||||
<?php
|
<?php
|
||||||
include"$page_header";
|
include"$page_header";
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -44,7 +44,7 @@ require"../core/config.php";
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<TITLE>Mozilla Update :: Themes - Change the Look of Mozilla Software</TITLE>
|
<TITLE>Mozilla Update :: Themes - Change the Look of Mozilla Software</TITLE>
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="New <?php echo ucwords($application); ?> Theme Additions" href="/rss/?application=<?php echo"$application"; ?>&type=T&list=newest">
|
||||||
<?php
|
<?php
|
||||||
include"$page_header";
|
include"$page_header";
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -447,7 +447,13 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
||||||
<li><?php echo"$datestring"; // Last Updated: September 11, 2004 5:38am ?>
|
<li><?php echo"$datestring"; // Last Updated: September 11, 2004 5:38am ?>
|
||||||
<li>Total Downloads: <?php echo"$downloadcount"; ?> — Downloads this Week: <?php echo"$populardownloads"; ?></li>
|
<li>Total Downloads: <?php echo"$downloadcount"; ?> — Downloads this Week: <?php echo"$populardownloads"; ?></li>
|
||||||
<li>See <a href="?<?php echo"".uriparams()."&id=$id&page=releases"; ?>">all previous releases</a> of this theme.</li>
|
<li>See <a href="?<?php echo"".uriparams()."&id=$id&page=releases"; ?>">all previous releases</a> of this theme.</li>
|
||||||
|
<?php
|
||||||
|
if ($homepage) {
|
||||||
|
?>
|
||||||
<li>View the Author's <a href="<?php echo"$homepage"; ?>">Homepage</a> for this Theme.</li>
|
<li>View the Author's <a href="<?php echo"$homepage"; ?>">Homepage</a> for this Theme.</li>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче