r878: Adding feed information to the templates
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 29 Jun 2006 05:34:15 +0000 (05:34 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 29 Jun 2006 05:34:15 +0000 (05:34 +0000)
CREDITS [new file with mode: 0644]
templates/global.css
templates/header.tpl
templates/headinclude.tpl
templates/images/feed.gif [new file with mode: 0644]

diff --git a/CREDITS b/CREDITS
new file mode 100644 (file)
index 0000000..a753199
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,3 @@
+CREDITS:
+
+templates/images/feed.gif - http://feedicons.com; Mozilla Foundation
\ No newline at end of file
index e9557b9d48b8caae0789298390a88978ddff9f65..6de6efaaea69fd3aab774bfd92c05c4386efb044 100644 (file)
@@ -160,6 +160,13 @@ a
        margin: 4px;
 }
 
+.smallfont, .smallfont a
+{
+       color: rgb(255, 255, 255);
+       font-size: 10px;
+       text-decoration: none;
+}
+
 /*=====================================================================*\
 || ###################################################################
 || # $HeadURL$
index 97c39991e3bcb8fee13349c917644a9e1f6a1da4..1126203ffe11336c9911c3478d728bdb2bdc0228 100644 (file)
@@ -12,6 +12,8 @@
 </if>
 
 <div id="tabbar">
+       <span style="float: right" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="@{"Syndicate"}" /> {@"Syndicate"}</a></span>
+       
        <a class="tab$focus[index]" href="index.php">{@"Listing"}</a>
        <if condition="$show['newreport']">
                <a class="tab$focus[newreport]" href="newreport.php">{@"New Bug"}</a>
index d81591f66bd0e71496035e9a1104408040d7d6fc..24c16d91a8138b8a62edfdc9a01df598b5f906c5 100644 (file)
@@ -1,5 +1,6 @@
        <!-- CSS and JavaScript goes here -->
        <meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
        <link rel="stylesheet" href="templates/global.css" media="screen" />
+       <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="syndicate.php" />
        <script type="text/javascript"> var lang = { "Cancel" : "{@"Cancel"}" }; </script>
        <script src="templates/global.js" type="text/javascript"></script>
\ No newline at end of file
diff --git a/templates/images/feed.gif b/templates/images/feed.gif
new file mode 100644 (file)
index 0000000..ae759aa
Binary files /dev/null and b/templates/images/feed.gif differ