Skip to content
Snippets Groups Projects
Select Git revision
  • b82cbb85d31109c82de2251c964d1eb8edcdcc24
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
31 results

index.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.php 4.42 KiB
    <?php
    $name = 'home';
    $javascript = array('jquery','s3Slider','script','animated-menu');
    include('include/header.php');
    
    ?>
    
    <div id="content">
        <table class="pourcentWidth" cellpadding="0" cellspacing="0">
            <tbody valign="top">
                <tr>
                    <td id="index_td_gauche">
                        <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/comm.jpg" width="210" height="384" alt=""/>
                                                    <span class="bottom">
                                                    <strong>Savoir-Faire Linux</strong>
                                                    <br />presents SFLphone</span>
                                                </li>
                                                <li class="sliderImage">
                                                    <img src="img/sflPhone_a.png" width="210" height="384" alt=""/>
                                                    <span class="bottom">
                                                    <strong>SFLphone</strong>
                                                    <br />SIP and IAX2 softphone</span>
                                                </li>
                                                <li>
                                                    <div class="clear sliderImage">&nbsp;</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 a perfect audio quality</li>
                                        </ul> 
                                        <br>
                                        <div class="float_it_middle">
                                            <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>
                                        </div>
                                    </td>
                                </tr>
                            </tbody>
                        </table>  
                    </td>
                    <td id="index_td_separator">&nbsp;</td>
                    <td id="index_td_droite">
                        <p class="title alignCenter fntBleu">
                        Discover SFLphone	
                        </p>
                        <p>
                        SFLphone is a SIP/IAX2 compatible softphone for Linux. 
                        The SFLphone project's goal is to create a robust enterprise-class desktop phone. 
                        While it can serve home users very well, it is designed with a hundred-calls-a-day receptionist in mind.
                        <br/><br/>
                        SFLphone is free software and is distributed under the <b>GNU General Public License version 3</b>. 
                        It is developed by <a href="http://www.savoirfairelinux.com">Savoir-Faire Linux</a>, 
                        a Canadian Linux consulting company, in partnership with the global community. 
                        Savoir-Faire Linux provides to users easy-to-install packages for most of the main Linux distributions.  
                        </p>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    
    <?php
    
    include ('include/footer.php');