aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-24 18:22:14 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-24 18:22:14 +0000
commit0de74c6879d263645770de3d6b3ce7123f5241d6 (patch)
tree492d1a02ed0508a3169ff9aa56e445da6b0858fb
parent7dd59cf1f5c5452d31669ca196405ac77da3ab00 (diff)
added link to rss page
-rw-r--r--h-source/Application/Views/right.php10
-rw-r--r--h-source/Public/Css/main.css21
-rwxr-xr-xh-source/Public/Img/Crystal/rss.pngbin0 -> 2110 bytes
3 files changed, 28 insertions, 3 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php
index 31829e0..778bdc0 100644
--- a/h-source/Application/Views/right.php
+++ b/h-source/Application/Views/right.php
@@ -21,13 +21,13 @@
?>
<div id="right">
-
+
<?php if (strcmp($this->action,'update') !== 0 and strcmp($this->action,'pciid') !== 0 and strcmp($this->action,'lspci') !== 0) { ?>
<div class="language_links_box">
<?php echo $language_links;?>
</div>
<?php } ?>
-
+
<div class="login_table_box">
<?php if ($islogged === 'yes') { ?>
@@ -123,7 +123,7 @@
</div>
</div>
<?php } ?>
-
+
<div class="statistics_ext_box">
<div class="statistics_int_title">
<?php echo gtext("website statistics");?>:
@@ -146,6 +146,10 @@
<?php echo gtext("users logged");?>: <span class="user_logged"><?php echo $numbLogged;?></span>
</div>
</div>
+
+ <div class="rss_right_box">
+ <img src="<?php echo $this->baseUrl."/Public/Img/Crystal/rss.png";?>"> <div class="rss_right_box_text">RSS feeds</div>
+ </div>
<div class="right_box_ext_box">
<?php echo $htmlRightBox;?>
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css
index bffc3d7..fc2b042 100644
--- a/h-source/Public/Css/main.css
+++ b/h-source/Public/Css/main.css
@@ -1836,6 +1836,27 @@ span.entry_label_small
background-color:#F1D8D8;
font-size:12px;
}
+.rss_right_box
+{
+ margin-bottom:25px;
+ padding:5px;
+ overflow:hidden;
+ height:32px;
+ background-color:#000;
+ color:#FFF;
+/* border:1px solid #E0FFFF; */
+}
+.rss_right_box img
+{
+ float:left;
+}
+.rss_right_box_text
+{
+ float:left;
+ margin:5px;
+ font-weight:bold;
+}
+
/*
Start - temporarily added due to transformation of help pages
2011-05-29 joeko
diff --git a/h-source/Public/Img/Crystal/rss.png b/h-source/Public/Img/Crystal/rss.png
new file mode 100755
index 0000000..3214cb6
--- /dev/null
+++ b/h-source/Public/Img/Crystal/rss.png
Binary files differ