diff options
-rw-r--r-- | h-source/Application/Views/right.php | 10 | ||||
-rw-r--r-- | h-source/Public/Css/main.css | 21 | ||||
-rwxr-xr-x | h-source/Public/Img/Crystal/rss.png | bin | 0 -> 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 Binary files differnew file mode 100755 index 0000000..3214cb6 --- /dev/null +++ b/h-source/Public/Img/Crystal/rss.png |