diff --git a/www/css/style1.css b/www/css/style1.css index 30c89548ea5b09cd442fd5c994463c61a598cfc0..93494b3b712c2f3a2e77d9f24d79afe3eae2a822 100644 --- a/www/css/style1.css +++ b/www/css/style1.css @@ -171,7 +171,7 @@ body { } .tabsIndex td{ } -.tabsIndex td ul li{ +.tabsIndex ul.list li{ font-weight: normal; font-size: 13pt; margin-bottom: 5px; @@ -538,4 +538,18 @@ code { position: relative; } +.thumbnails li { + list-style: none; + display: table-cell; + opacity: 0.5; +} + +.thumbnails li img { + outline: 4px solid; + margin: 25%; +} + +.thumbnails li:hover { + opacity: 1; +} diff --git a/www/index.php b/www/index.php index 6b102c0091b0ea5ae8da4cd70b5d67f63980f083..4371f9522f4316461e8947ae132918b8fc8d4162 100644 --- a/www/index.php +++ b/www/index.php @@ -1,8 +1,11 @@ <?php $name = 'home'; -$javascript = array('jquery','s3Slider','script','animated-menu'); -include('include/header.php'); +$javascript = array( + 'jquery',/*'s3Slider','script',*/ + 'animated-menu' + ); +include_once('include/header.php'); ?> <div id="content"> @@ -13,56 +16,32 @@ include('include/header.php'); <table class="tabsIndex" cellpadding="0" cellspacing="0"> <tbody valign="top"> <tr> - <td class="imgSliderTd"> - <!-- // slider --> - <div id="slider" > - <ul id="sliderContent"> - <li class="sliderImage"> - <img src="img/slider/lady-wise.jpg" width="310" height="384" alt=""/> - <span class="bottom"> - <strong>Savoir-Faire Linux</strong> - <br />presents SFLphone</span> - </li> - <li class="sliderImage"> - <img src="img/slider/mrbad.jpg" width="310" height="384" alt=""/> - <span class="bottom"> - <strong>SFLphone</strong> - <br />It's free and you can use it everywhere.</span> - </li> - <li class="sliderImage"> - <img src="img/slider/homepage.png" width="310" height="384" alt=""/> - <span class="bottom"> - <strong>SFLphone</strong> - <br />SIP and IAX2 softphone</span> - </li> - <li> - <div class="clear sliderImage"> </div> - </li> - </ul> - </div> - </td> <td> - <br> <br> <br> <ul class="fntBleu list" style="padding:10px;"> <li>SIP and IAX2 compatible softphone</li> <li>Robust enterprise-class desktop phone for Linux</li> <li>Provide support of unlimited number of calls, multi-accounts, call transfer and hold.</li> <li>Enjoy perfect audio quality</li> + <li>Gnome integration</li> </ul> - <br> <div class="float_it_middle"> - <a href="download.php" > - <img src="img/download_icon.png" width="61" height="68" alt=""/> - </a> + <a href="download.php" ><img src="img/download_icon.png" width="61" height="68" alt=""/></a> </div> <div class="float_it_middle"> - <p class="highlight"> - <a href="download.php" > - Download now!</a> - </p> + <p class="highlight"><a href="download.php" >Download now!</a></p> </div> </td> </tr> + <tr> + <td> + <ul class="thumbnails"> + <li><a href="/screenshot.php#img/gallery/main-view.png"><img class="thumb" src="img/gallery/thumbs/main-view.png" /></a></li> + <li><a href="/screenshot.php#img/gallery/main-history-opt.png"><img class="thumb" src="img/gallery/thumbs/main-history-opt.png" /></a></li> + <li><a href="/screenshot.php#img/gallery/main-transer.png"><img class="thumb" src="img/gallery/thumbs/main-transfer.png" /></a></li> + <li><a href="/screenshot.php#img/gallery/incoming-call.png"><img class="thumb" src="img/gallery/thumbs/incoming-call.png" /></a></li> + </ul> + </td> + </tr> </tbody> </table> </td> @@ -87,7 +66,6 @@ include('include/header.php'); </tbody> </table> </div> - <?php - -include ('include/footer.php'); +include_once ('include/footer.php'); +?> diff --git a/www/screenshot.php b/www/screenshot.php index 8f28dc1fd3fa9c6d68e719a251b4014522e0f074..d8ad97506e3d8ca9520948bd9f5fa4cd88dcc8fb 100644 --- a/www/screenshot.php +++ b/www/screenshot.php @@ -12,16 +12,7 @@ include('include/header.php'); <div id="main-image"> </div> <ul class="gallery"> <?php - // $imageDirectory = "./img/gallery"; - // $files = scandir($imageDirectory); - - // array_shift($files); // shift folder "." - // array_shift($files); // shift folder ".." - // // print_r($files); - // foreach($files as $file): - // - //<li><a href="img/gallery/<?php echo $file " title="Main Window"><img src="img/gallery/thumbs/<?php echo $file " alt="Main Window"></a></li> - //php endforeach; + $images = array( array('assistant-1.png','File menu', 'state' => 'active'), array('main-edit.png','Edit menu'), @@ -112,7 +103,6 @@ include('include/header.php'); }); }); - //$('ul.gallery > li:first > img').click(); </script> <?php