cvs: php-windows-web /templates footer.php header.php left_column.php news_line.php

[email protected] ("Pierre-Alain Joye")
Newsgroups php.webmaster
Message-ID <cvspajoye1225786405@cvsserver>
pajoye		Tue Nov  4 08:13:25 2008 UTC

  Added files:                 
    /php-windows-web/templates	footer.php header.php left_column.php 
                              	news_line.php 
  Log:
  - missing tpls
pajoye-20081104081325.txt (text/plain, 7.9 KB)
http://cvs.php.net/viewvc.cgi/php-windows-web/templates/footer.php?view=markup&rev=1.1
Index: php-windows-web/templates/footer.php
+++ php-windows-web/templates/footer.php
            <li id="footer">
                <span class="corners-top"><span></span></span>

                <div class="info">
                    <div id="copyright">
                        <a href="http://www.php.net/copyright.php">Copyright &copy; 2001-2008 The PHP Group</a><br>All rights reserved.
                    </div><!-- #copyright -->

                    <div id="footer-menu">

                        <ul><!-- Quick links -->
                            <!--
                            <li><a href="http://pb11.php.net/feed.atom">Atom</a></li>
                            <li><a href="http://pb11.php.net/source.php?url=/index.php">show source</a></li>
                            <li><a href="http://pb11.php.net/credits.php">Credits</a></li>
                            <li><a href="http://pb11.php.net/stats/">Stats</a></li>
                            <li><a href="http://pb11.php.net/sitemap.php">Sitemap</a></li>
                            <li><a href="http://pb11.php.net/contact.php">Contact</a></li>
                            <li><a href="http://pb11.php.net/contact.php#ads">Advertising</a></li>
                            <li class="last"><a href="http://pb11.php.net/mirrors.php">Mirror sites</a></li>
                            -->
                        </ul>

                        <br />
                        <small>Last updated: Mon Sept 1 12:03:37 2008 EDT</small>
                    </div><!-- #footer-menu -->
                </div><!-- .info -->
                
                <span class="corners-bottom"><span></span></span>
            </li><!--#footer-->
        </ul><!--#root-->
    </body>
</html>
http://cvs.php.net/viewvc.cgi/php-windows-web/templates/header.php?view=markup&rev=1.1
Index: php-windows-web/templates/header.php
+++ php-windows-web/templates/header.php
<!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" xml:lang="en" lang="en">
    <head>
        <title>PHP For Windows: <?php echo $title_page; ?></title>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        
        <!-- base href="http://windows.php.net/index.php" -->

        <link type="text/css" media="screen" rel="stylesheet" href="/styles/screen.css">
        <link type="text/css" media="print" rel="stylesheet" href="/styles/print.css">
        <link type="text/css" media="handfield" rel="stylesheet" href="/styles/handfield.css">
        <!--[if IE ]>
            <link type="text/css" rel="stylesheet" media="screen" href="styles/ie.css" />
        <![endif]-->
	<link rel="icon" href="http://windows.php.net/favicon.ico" type="image/x-icon" />
        <link rel="search" type="application/opensearchdescription+xml" href="http://www.php.net/phpnetimprovedsearch.src" title="Add PHP.net search">
        <link rel="alternate" type="application/atom+xml" href="http://www.php.net/releases.atom" title="PHP Release feed">

        <link rel="alternate" type="application/atom+xml" title="PHP: Hypertext Preprocessor" href="http://windows.php.net/feed.atom">
        
        <script type="text/javascript" src="/js/userprefs.js"></script>
    </head>
    
    <body id="homepage">
        <ul id="root">
            <li id="header">
                <div class="content">
                    <h1><a href="http://windows.php.net/index.php">PHP: Hypertext Preprocessor</a></h1>
                </div><!-- .content -->
            </li><!--#header-->

            <li id="main-menu">
                <ul id="top-navigation">
                    <li><a href="http://windows.php.net">Home</a></li>
                    <li><a href="http://windows.php.net/download/">Downloads</a></li>
                    <li><a href="http://windows.php.net/qa/">QA Releases</a></li>
                    <li><a href="http://windows.php.net/snapshots/">Snapshots</a></li>
                    <!-- <li><a href="http://windows.php.net/docs.php">Documentation</a></li> -->
                    <li class="last"><a href="http://www.php.net">Php.net site</a></li>
                </ul>
            </li><!--#main-menu-->

http://cvs.php.net/viewvc.cgi/php-windows-web/templates/left_column.php?view=markup&rev=1.1
Index: php-windows-web/templates/left_column.php
+++ php-windows-web/templates/left_column.php
                    <li id="left-column">
                        <div class="content">
                        
                            <div class="block"><!-- .block -->
                                <span class="corners-top"><span></span></span>

                                <div class="info"><!-- .info -->

                                    <h3>PHP For Windows</h3>
                                    <p>
					This site is dedicated to supporting PHP on Microsoft Windows. 
					It also supports ports of PHP extensions or features as well as 
					providing special builds for the various Windows architectures.
                                    </p>

                                </div><!-- .info -->

                                <span class="corners-bottom"><span></span></span>
                            </div><!-- .block -->
<?php
if (strpos($_SERVER['SCRIPT_FILENAME'], 'snapshots') !== FALSE
 || strpos($_SERVER['SCRIPT_FILENAME'], 'qa') !== FALSE)

{
?>
                            <div class="block"><!-- .block -->
                                <span class="corners-top"><span></span></span>

                                <div class="info"><!-- .info -->

                                    <h3>Which version do I choose?</h3>
                                    <p>If you are using PHP with Apache 1 or Apache2 
				    from apache.org you need to use the VC6 versions of PHP</p>
				    
				    <p>If you are using PHP with IIS you should use the VC9 versions of PHP</p>
				    
				    <p>VC6 Versions are compiled with the legacy Visual Studio 6 compiler</p>
				    
				    <p>VC9 Versions are compiled with the Visual Studio 2008 compiler and 
				    have improvements in performance and stability. The VC9 versions 
				    require you to have the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF">Microsoft 2008 C++ Runtime </a> installed</p>
				    <p>Do <b>NOT</b> use VC9 version with apache.org binaries</b>
	
<?php
if (strpos($_SERVER['SCRIPT_FILENAME'], 'snapshots') !== FALSE
|| strpos($_SERVER['SCRIPT_FILENAME'], 'qa') !== FALSE)

{
?>
				    <p>These packages are NOT intended for production use; please use the packages at PHP downloads.</p>
<?php
}
?>

                                </div><!-- .info -->

                                <span class="corners-bottom"><span></span></span>
                            </div><!-- .block -->
                            <div class="block"><!-- .block -->
                                <span class="corners-top"><span></span></span>

<?php
if (strpos($_SERVER['SCRIPT_FILENAME'], 'snapshots') !== FALSE)

{
?>
                               <div class="info"><!-- .info -->

                                    <h3>Builds time (EST, Europe)</h3>
                                    <p>PHP 5.3 is built every hour</p>
				    
				    <p>PHP 6.0 eight times per day</p>
				    
				    <p>PHP 5.2 two times per day</p>
                                </div><!-- .info -->

<?php
}
?>
                               <span class="corners-bottom"><span></span></span>
                            </div><!-- .block -->

<?php
}
?>
                        </div> <!-- .content -->
                    </li><!-- #left-column -->

http://cvs.php.net/viewvc.cgi/php-windows-web/templates/news_line.php?view=markup&rev=1.1
Index: php-windows-web/templates/news_line.php
+++ php-windows-web/templates/news_line.php
            <li id="news-line"><!-- #news-line -->
            </li><!-- #news-line -->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.