Author: shadzik
Date: Thu Feb  5 20:15:51 2009
New Revision: 10105

Added:
   livecd/kde4/html/
   livecd/kde4/html/box.txt
   livecd/kde4/html/css/
   livecd/kde4/html/css/style.css
   livecd/kde4/html/images/
   livecd/kde4/html/images/7_powered.png   (contents, props changed)
   livecd/kde4/html/images/bg.gif   (contents, props changed)
   livecd/kde4/html/images/bg.jpg   (contents, props changed)
   livecd/kde4/html/images/box.gif   (contents, props changed)
   livecd/kde4/html/images/bullet.gif   (contents, props changed)
   livecd/kde4/html/images/bullet_hover.gif   (contents, props changed)
   livecd/kde4/html/images/dot.gif   (contents, props changed)
   livecd/kde4/html/images/feature_img.gif   (contents, props changed)
   livecd/kde4/html/images/featured.gif   (contents, props changed)
   livecd/kde4/html/images/footer.gif   (contents, props changed)
   livecd/kde4/html/images/item.gif   (contents, props changed)
   livecd/kde4/html/images/kde-4.2RC1-1mini.png   (contents, props changed)
   livecd/kde4/html/images/menu.gif   (contents, props changed)
   livecd/kde4/html/images/search.gif   (contents, props changed)
   livecd/kde4/html/index.php
   livecd/kde4/html/index.txt
   livecd/kde4/html/kb.txt
   livecd/kde4/html/template.html
Log:
- webpage


Added: livecd/kde4/html/box.txt
==============================================================================
--- (empty file)
+++ livecd/kde4/html/box.txt    Thu Feb  5 20:15:51 2009
@@ -0,0 +1,6 @@
+<a href="pldlive-kde4-RC3-2009020303.i686.iso">
+       <span class="item">
+       <span class="sidedate">4.2<br /><span>RC3</span></span>          
+       <strong>Titanium LiveCD RC 3</strong><br />Includes KDE 4.2 and KOffice 
2.0 Beta 6 (updated).
+       </span>
+</a>

Added: livecd/kde4/html/css/style.css
==============================================================================
--- (empty file)
+++ livecd/kde4/html/css/style.css      Thu Feb  5 20:15:51 2009
@@ -0,0 +1,80 @@
+/*
+       project: internet encyclopedia
+       author: luka cvrk (www.solucija.com)
+*/
+
+:link,:visited { text-decoration:none } :focus,:active { outline: 0 } ul,ol { 
list-style:none } h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } 
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
margin:0; padding:0 } a img,:link img,:visited img, fieldset { border:none } 
address { font-style:normal }
+body { font: .8em "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #666; 
 background: #F7FCFF url(../images/bg.gif) repeat-x; }
+a { color: #AF1515; cursor: pointer; }
+a:hover { color: #7D1919; }
+h1 { font-size: 3em; clear: both; margin: 0 0 5px; }
+h2 { font: normal 1.6em Arial; color: #3D3C3B; margin: 0 0 15px; }
+h2#slogan { font-size: 1.3em; color: #808080; }
+p  { margin: 0 0 15px; line-height: 1.7em; }
+.clear { clear: both; }
+.wrap { margin: 0 auto; width: 900px; }
+.background { background: url(../images/bg.jpg) no-repeat left 42px; }
+
+#search  { float: right; margin: 9px 0 0; width: 205px; }
+       input.field { float: left; background: #808080; color: #ccc; padding: 
4px; border: 0; margin: 0 5px 0 0; width: 170px; font: .8em "Trebuchet MS", 
Arial, Sans-Serif; }
+               input.field:focus { border-bottom: 1px dotted #ccc; color: 
#fff; }
+       input.button { float: right; background: url(../images/search.gif) 
no-repeat; width: 20px; height: 13px; border: 0; margin: 5px 0 0; }
+
+#menu { padding: 0 0 8px; margin: 0 0 25px; height: 20px;  }
+       #menu li { display: inline; }
+       #menu li a { float: left; width: 86px; text-align: center; margin: 0 
2px 0 0; font-weight: bold; font-size: .8em; padding: 16px 0 21px; color: #ccc; 
}
+               #menu li a:hover, #menu li a.current { color: #AF1515; 
background: url(../images/menu.gif) no-repeat center bottom; }
+       
+#logo { float: left; margin: 40px 0 0; }
+#feature{ color: #33617F; float: right; background: #fff; width: 580px; 
height: 160px; margin: 0 0 40px; font-size: 1.1em; font-style: italic; padding: 
10px 10px 2px; }
+       #feature img { float: left; margin: 0 20px 0 0; }
+       #feature p { margin: 10px 0 0; }
+       .more { font-size: .74em; font-weight: bold; margin: 0 5px 0 0; color: 
#390505; font-style: normal; }
+
+#feature_menu { float: right; }
+       #feature_menu li { display: inline; }
+       #feature_menu li a { color: #33617F; float: left; padding: 6px 14px 6px 
21px; margin: 0 0 0 2px; background: #C6E5F9 url(../images/bullet.gif) 
no-repeat 7px 12px; font-size: .8em; font-weight: bold; }
+               #feature_menu li a:hover { color: #071F2D; background: #fff 
url(../images/bullet_hover.gif) no-repeat 7px 8px; }
+               #feature_menu li a.current { background: #fff 
url(../images/bullet.gif) no-repeat 5px 12px; }
+       
+#feature, #feature_menu li a  {
+       opacity: 0.6;
+       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
+       -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
+}
+       
+#left { float: left; width: 550px; margin: 0 0 10px; text-align: justify; }
+       #left h2 { color: #52A9BA; }
+               #left h2 a { border-bottom: 1px dotted #ACCADE; padding: 0 0 
3px; }
+               #left .more { color: #7EA4BC; }
+       .subtitle { font-weight: bold; font-style: italic; font-size: 1.1em; 
margin: 0 0 4px; } 
+       .date { background: #fff; padding: 5px 0; border-right: 1px solid 
#D3EAFA; border-bottom: 1px solid #D3EAFA; color: #ccc; float: left; width: 
55px; margin: 7px 12px 5px 0; text-align: center; }
+       .date span { font-size: 1.6em; }
+       
+#side { float: right; width: 300px; margin: 0 0 30px; font-size: .9em; }
+       #side h3 { color: #ccc; margin: 0 0 6px 5px; height: 16px; }
+
+.boxtop { background: url(../images/box.gif) no-repeat top; padding: 2px 0; }
+.box { padding: 3px 6px; background: #363636; }
+.boxbottom { background: url(../images/box.gif) no-repeat bottom; padding: 2px 
0; }
+
+.item { font-size: .94em; display: block; color: #ccc; background: #fff 
url(../images/item.gif) no-repeat; height: 54px; padding: 4px 10px; margin: 0 0 
5px; }
+       .item.last { margin: 0; }
+       .item:hover { background: #fff url(../images/item.gif) no-repeat 
bottom; color: #fff; }
+       .item strong { color: #FFFAD3; line-height: 27px; }
+               .sidedate { float: left; width: 35px; text-align: center; 
padding: 4px 9px 0 0; font-size: 1.6em; margin: 0 12px 0 0; border-right: 1px 
dotted #808080; }
+               .sidedate span { font-size: .6em; font-weight: bold; color: 
#808080; }
+
+#ad { background: url(../images/dot.gif) repeat-x; padding: 15px 0 10px; 
clear: both; font-size: .9em; line-height: 1.7em;  }
+#promo { clear: both; border-top: 3px solid #6E6E6E; background: #505050 
url(../images/footer.gif) no-repeat right top; color: #ccc; padding: 30px 0 0 
0; }
+       #promo h2 { color: #fff; }
+       #promo a { color: #D9EAF9; border-bottom: 1px dotted #808080; }
+       .col { float: left; width: 280px; margin: 0 30px 20px 0; }
+               .last { margin: 0; }
+#footer { clear: both; padding: 15px 0; font-size: .84em; color: #808080; 
border-top: 1px dotted #666; }
+/*.boxholder{
+       clear: both;
+       float: right;
+       padding: 10px 10px 2px;
+}
+       */

Added: livecd/kde4/html/images/7_powered.png
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/bg.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/bg.jpg
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/box.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/bullet.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/bullet_hover.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/dot.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/feature_img.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/featured.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/footer.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/item.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/kde-4.2RC1-1mini.png
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/menu.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/images/search.gif
==============================================================================
Binary file. No diff available.

Added: livecd/kde4/html/index.php
==============================================================================
--- (empty file)
+++ livecd/kde4/html/index.php  Thu Feb  5 20:15:51 2009
@@ -0,0 +1,110 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<?
+       $id=$_REQUEST['id'];
+       if(!isset($id))
+               $id="index";
+?>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+       <meta http-equiv="content-type" content="application/xhtml+xml; 
charset=UTF-8" />
+       <meta name="author" content="Luka Cvrk - www.solucija.com" />
+       <meta name="description" content="Site Description" />
+       <meta name="keywords" content="site, keywords" />
+       <meta name="robots" content="index, follow" />
+       <link rel="stylesheet" type="text/css" media="screen" 
href="css/style.css" />
+       <title>PLD-Linux LiveCD with K Desktop Environment 4</title>
+</head>
+<body>
+       <div class="wrap background">
+<?
+/*             <div id="search">
+                       <form action="">
+                               <fieldset>
+                                       <input type="text" class="field" 
value="Search Keywords" />
+                                       <input type="submit" class="button" 
value="" />
+                               </fieldset>
+                       </form>
+                       </div>
+*/
+?>
+               <ul id="menu">
+<?
+       switch($id) {
+               case "index":
+                       echo("<li><a class=\"current\" 
href=\"?id=index\">HOME</a></li>");
+                       echo("<li><a href=\"?id=kb\">KNOWN BUGS</a></li>");
+                       break;
+               case "kb":
+                       echo("<li><a href=\"?id=index\">HOME</a></li>");
+                       echo("<li><a class=\"current\" href=\"?id=kb\">KNOWN 
BUGS</a></li>");
+                       break;
+       }
+?>
+               </ul>
+                               
+               <div id="logo">
+                       <h1><a href="">PLD-Linux<br />LiveCD</a></h1>
+                       <h2 id="slogan">with K Desktop Environment 4</h2>
+               </div>
+               
+               <ul id="feature_menu">
+                       <li><a class="current" href="">Screenshot</a></li>
+               </ul>
+
+               <div id="feature">
+                       <img src="images/kde-4.2RC1-1mini.png" alt="Featured" />
+                       <p>This screenshot shows a typical KDE 4 desktop with 
Konsole and a "About KDE" window. Nothing really fancy unless you never used 
it.</p>
+               </div>
+               
+               <div class="clear"></div>
+               
+               <div id="left">
+<?
+       require_once($id.".txt");
+?>
+               </div>
+               
+               <div id="side">
+                               <div class="boxtop"></div>
+                               <div class="box">
+                                       <h3>LATEST RELEASES / QUICK 
DOWNLOAD</h3>
+<?
+       require_once("box.txt");
+?>
+                               </div>
+                               <div class="boxbottom"></div>
+               </div>
+               <p id="ad"><strong>Minimum System Requirements:</strong> 
Intel/AMD Processor (i686) with 600MHz, 256MB RAM, CD-ROM 
Drive<br/><strong>Recommended System Requirements:</strong> Intel/AMD Processor 
(i686) with 2.0GHz, 1GB RAM, DVD-ROM Drive, Graphics Card that supports DRI 
(recommended Intel i945GM or higher)</p>
+       </div>
+       
+       <div id="promo">
+               <div class="wrap">      
+                       <div class="col">
+                               <img id="featured" src="images/7_powered.png" 
alt="Powered by PLD-Linux" />
+                       </div>
+                       <div class="col">
+                               <h2>About PLD-Linux</h2>
+                               <p>Unlike other big distributions, there is no 
commercial support behind PLD Linux. The developer community consists of 
various enthusiasts who wish to donate their time and knowledge for the common 
good of PLD Linux. There is no specific ideology behind PLD-Linux, we just want 
to have a fast, stable and flexible environment to work in. <a 
href="http://www.pld-linux.org"; title="PLD-Linux">Read more on the official 
website...</a>.</p>
+                       </div>
+                       <div class="col last">
+                               <h2>Software included in latest release:</h2>
+                               <p><ul>
+                               <li>K Desktop Environment 4.2.0</li>
+                               <li>KOffice 2.0 Beta 6</li>
+                               <li>Linux 2.6.27.11</li>
+                               <li>NetworkManager 0.7</li>
+                               <li>Akonadi 1.1.1</li>
+                               <li>Phonon 4.3.0</li>
+                               <li>Xserver 1.5.3</li>
+                               <li>IceWeasel 3.0.5</li>
+                               <li>Opera 9.63</li>
+                               </ul></p>
+                       </div>
+                       <div id="footer">
+                                <p>Powered by <a 
href="http://www.pld-linux.org/";>PLD-Linux</a></p>
+                               <p>Copyright &copy; 2008 &minus; shadzik 
&minus; Design: Luka Cvrk &minus; <a href="http://www.solucija.com/"; 
title="Information Architecture and Web Design">Solucija</a></p>
+                       </div>
+               </div>
+       </div>
+</body>
+</html>

Added: livecd/kde4/html/index.txt
==============================================================================
--- (empty file)
+++ livecd/kde4/html/index.txt  Thu Feb  5 20:15:51 2009
@@ -0,0 +1,13 @@
+                <div id="left">
+                        <h2><a href="">Today's featured article</a></h2>
+                        <p class="date"><span>3rd</span><br />February</p>
+                        <p class="subtitle">RC3 gets updated (build 
2009020303)</p>
+                        <p>Although RC3's main goal were fixes, a tiny bug 
found it's way to the release. Thanks to Jacek Krukowski it's now been removed 
and a little feature came across too. To make reporting bugs easier for you, 
there's now a KDialog based application called "Report a bug" on the desktop. 
Run it and you're good to go and report your bug. Please do no longer use my 
mail to do it. Thanks!</p>
+                        <p class="date"><span>2nd</span><br />February</p>
+                        <p class="subtitle">Fixes, fixes, fixes! in PLD-Linux 
Titanium LiveCD 4.2 RC3</p>
+                        <p>It's 6:40 in the morning and I haven't slept for 
the whole night just to let you test my latest work. RC3 is out (actually I've 
just uploaded it) and it resolves some minor issues some of you pointed out 
(topcat, Jacek - big thanks to you both). To make it even more "download 
worthy" I've installed the Beta 6 release of KOffice 2.0 (at least some parts 
of it) - check it out and as always, let me know of any 
problems.<br/>Cheers!</p><p>P.S.<br/>Note that this release is actually much 
lighter than the others. Cut off useless stuff from ~560MB to ~475MB - pretty 
nice, huh?</p>
+                        <p class="date"><span>24th</span><br />January</p>
+                        <p class="subtitle">PLD-Linux Titanium LiveCD 4.2 RC2 
is OUT!</p>
+                        <p>This fresh release includes a prereleased (for 
packagers only) KDE 4.2 Version, kernel 2.6.27.11 and many many more new 
packages! Check it out yourself and leave comments either at my email: shadzik 
at pld-linux dot org or at jabber: shadzik at jabber dot atwa dot us. Have 
fun!</p>
+                        <p>You can find the latest version in the <i>Latest 
Releases / Quick Download</i> window.</p>
+                </div>

Added: livecd/kde4/html/kb.txt
==============================================================================
--- (empty file)
+++ livecd/kde4/html/kb.txt     Thu Feb  5 20:15:51 2009
@@ -0,0 +1,16 @@
+                <div id="left">
+                        <h2><a href="">Known Bugs</a></h2>
+                        <p class="date"><span>4.2</span><br />RC3</p>
+                        <p class="subtitle">Bugs in PLD-Linux Titanium LiveCD 
4.2 RC3</p>
+                        <p>
+                        <li>KMail held some confidential information - removed 
in build 2009020303</li>
+                        </p>
+                        <p>&nbsp;</p>
+                        <p class="date"><span>4.2</span><br />RC2</p>
+                        <p class="subtitle">Bugs in PLD-Linux Titanium LiveCD 
4.2 RC2</p>
+                        <p>
+                        <li>private stuff left in config files</li>
+                        <li>sound card remains intel hda even if someone has 
another one</li>
+                        <li>strigi doesn't work properly</li>
+                        <li>rpm database seems corrupted</li>                  
      </p>                        <p>Please report bugs using the built-in 
"Report a bug" application (which appeared in RC3 build 2009020303)!</p>
+                </div>

Added: livecd/kde4/html/template.html
==============================================================================
--- (empty file)
+++ livecd/kde4/html/template.html      Thu Feb  5 20:15:51 2009
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+       <meta http-equiv="content-type" content="application/xhtml+xml; 
charset=UTF-8" />
+       <meta name="author" content="Luka Cvrk - www.solucija.com" />
+       <meta name="description" content="Site Description" />
+       <meta name="keywords" content="site, keywords" />
+       <meta name="robots" content="index, follow" />
+       <link rel="stylesheet" type="text/css" media="screen" 
href="css/style.css" />
+       <title>PLD-Linux LiveCD with K Desktop Environment 4</title>
+</head>
+<body>
+       <div class="wrap background">
+               <div id="search">
+                       <form action="">
+                               <fieldset>
+                                       <input type="text" class="field" 
value="Search Keywords" />
+                                       <input type="submit" class="button" 
value="" />
+                               </fieldset>
+                       </form>
+               </div>
+               <ul id="menu">
+                       <li><a class="current" href="index.php">HOME</a></li>
+                       <li><a href="#">DOWNLOAD</a></li>
+                       <li><a href="#">CREDITS</a></li>
+               </ul>
+                               
+               <div id="logo">
+                       <h1><a href="#">PLD-Linux<br />LiveCD</a></h1>
+                       <h2 id="slogan">with K Desktop Environment 4</h2>
+               </div>
+               
+               <ul id="feature_menu">
+                       <li><a class="current" href="#">DID YOU KNOW...</a></li>
+                       <li><a href="#">ON THIS DAY</a></li>
+                       <li><a href="#">FEATURED CONTENT</a></li>
+               </ul>
+                       
+               <div id="feature">
+                       <img src="images/kde-4.2RC1-1mini.png" alt="Featured" />
+                       <p>Mauris magna sem, pellentesque sit amet, nonummy 
vel, nonummy id, velit. Mauris facilisis, quam ut semper adipiscing, magna diam 
laoreet ante, ac varius massa dolor sit amet augue.</p>
+                       <p><a class="more" href="#">&not; READ MORE</a></p>
+               </div>
+               
+               <div class="clear"></div>
+               
+               <div id="left">
+                       <h2><a href="#">Today's featured article</a></h2>
+                       <p class="date"><span>18th</span><br />July</p>
+                       <p class="subtitle">Aenean justo nisl, luctus sit amet, 
malesuada ac, dignissim ac, eros</p>
+                       <p>Maecenas libero neque, volutpat sit amet, varius et, 
<em>pretium quis</em>, purus. Nulla ut magna. Nunc nec dui eget erat vulputate 
sagittis. Suspendisse fermentum odio. Mauris magna sem, pellentesque sit amet, 
nonummy vel, nonummy id, velit. <a href="#">Mauris facilisis quam ut semper 
adipiscing</a>, magna diam laoreet ante, ac varius massa dolor sit amet augue. 
Vivamus purus. Integer consequat. Nunc et nunc. <a href="#">Phasellus augue</a> 
diam, vestibulum non, iaculis eget, tristique sed, lectus. Sed pede. Nullam 
egestas ante a mauris. Aliquam metus turpis, luctus ac, sagittis eget, 
elementum tincidunt, massa. Aenean justo nisl, luctus sit amet, malesuada ac, 
dignissim ac, eros nec dui eget erat vulputate sagittis.</p>
+                       <p><a class="more" href="#">&not; READ MORE</a> <a 
class="more" href="#">&not; COMMENT [12]</a> <a class="more" href="#">&not; 
SHARE</a> </p>
+               </div>
+               
+               <div id="side">
+                               <div class="boxtop"></div>
+                               <div class="box">
+                                       <h3>POPULAR ARTICLES</h3>
+                                       <a href="#">
+                                       <span class="item">
+                                               <span class="sidedate">4.5<br 
/><span>RATING</span></span>
+                                               <strong>Lorem ipsum dolor sit 
amet</strong><br />Consectetuer adipiscing elit.
+                                       </span>
+                                       </a>
+                                       <a href="#">
+                                       <span class="item">
+                                               <span class="sidedate">4.5<br 
/><span>RATING</span></span>
+                                               <strong>Suspendisse odio 
orci</strong><br />Nam tortor libero, dictum vulputate.
+                                       </span>
+                                       </a>
+                                       <a href="#">
+                                       <span class="item last">
+                                               <span class="sidedate">4.5<br 
/><span>RATING</span></span>
+                                               <strong>Aliquam metus turpis 
luctus ac</strong><br />Suspendisse egestas fringilla odio.
+                                       </span>
+                                       </a>
+                               </div>
+                               <div class="boxbottom"></div>
+               </div>
+               <p id="ad">Suspendisse egestas fringilla odio. Donec lacinia 
tristique ante. Cum sociis natoque penatibus et magnis dis parturient montes, 
nascetur ridiculus mus. Etiam blandit ultricies nisl. Nullam dapibus, mauris id 
scelerisque feugiat, sapien augue porta ipsum, ut blandit tellus enim vel 
mauris. Praesent accumsan metus vel. </p>
+       </div>
+       
+       <div id="promo">
+               <div class="wrap">      
+                       <div class="col">
+                               <img id="featured" src="images/featured.gif" 
alt="Featured Image" />
+                       </div>
+                       <div class="col">
+                               <h2>About Solucija</h2>
+                               <p>Solucija offers a selection of some of the 
hottest web templates available. Looking for a free web template, commercial 
one, or an inspiration? You'll find it on <a href="http://www.solucija.com"; 
title="Free Templates">Solucija</a>.</p>
+                       </div>
+                       <div class="col last">
+                               <h2>Like this template?</h2>
+                               <p>If you liked this template, you might like 
some other <a href="http://www.solucija.com/free-templates"; title="Free CSS 
Templates">Free CSS Templates</a> or <a 
href="http://www.solucija.com/commercial-templates"; title="Commercial CSS 
Templates">Commercial CSS templates</a> from <a href="http://www.solucija.com"; 
title="Information Architecture and Web Design">Solucija</a>.</p>
+                       </div>
+                       <div id="footer">
+                                <p>Sponsored by <a 
href="http://webpoint.wordpress.com/";>B4Contact</a> &middot; Released under a 
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/";>Creative Commons 
Licence</a></p>
+                               <p>Copyright &copy; 2008 &minus; Internet 
Encyclopedia &minus; Design: Luka Cvrk &minus; <a 
href="http://www.solucija.com/"; title="Information Architecture and Web 
Design">Solucija</a></p>
+                       </div>
+               </div>
+       </div>
+</body>
+</html>
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to