Beispiel #1
0
                </tr>
                <tr>
                    <td valign="bottom">
                        <?php 
    echo !empty($gopage) ? '<span class="gotopage"><b>' . $gopage . '</b></span><br />' . "\n" : '';
    ?>
                    </td>
                </tr>
                <tr>
                    <td colspan="3" height="30"><hr noshade="noshade" size="1" class="yellow" /></td>
                </tr>
<?php 
}
?>
                <tr>
                    <td colspan="3" height="25" class="content" align="center"><b>Older news are saved and available in our <span class="gotopage"><a href="http://sourceforge.net/news/?group_id=<?php 
echo $sf_group_id;
?>
">News-Archive</a></span>.</b></td>
                </tr>
            </table>
<?php 
unset($max);
unset($i);
echo renderBoxFooter(500, '', '', '', '', FALSE);
?>
        </div>
<!--/ right big boxes -->
    </div>
<?php 
require_once $import['footer'];
Beispiel #2
0
?>
">Bugs</a></li>
                <li><a href="http://sourceforge.net/tracker/?atid=377411&amp;group_id=<?php 
echo $sf_group_id;
?>
">Feature requests</a></li>
                <li><a href="http://sourceforge.net/tracker/?atid=377410&amp;group_id=<?php 
echo $sf_group_id;
?>
">Patches</a></li>
                <li><a href="http://sourceforge.net/tracker/?atid=689412&amp;group_id=<?php 
echo $sf_group_id;
?>
">Themes</a></li>
                <li><a href="http://sourceforge.net/tracker/?atid=387645&amp;group_id=<?php 
echo $sf_group_id;
?>
">Translations</a></li>
                <li><a href="http://sourceforge.net/tracker/?atid=377409&amp;group_id=<?php 
echo $sf_group_id;
?>
">Support requests</a></li>
            </ul>
        </div>
        <div style="clear: both;">&nbsp;</div>
<?php 
echo renderBoxFooter(760, '', '', '', '', FALSE);
?>
    </div>
<?php 
require_once $import['footer'];
Beispiel #3
0
       . '            <th class="content" style="background-image: url(./images/th_end.gif); background-position: right; background-repeat: no-repeat;">Downloads</th>' . "\n"
       . '        </tr>' . "\n";

    $tr = -1;
    for ($i = 0; $i < count($rss_downloads); $i++) {
        for ($j = 0; $j < count($release); $j++) { // check release
            if ($rss_downloads[$i]['release'] == $release[$j]['version']) { // check version
                if ($release[$j]['active'] == 'yes') { // check active
                    $tr++;
                    $tdbgcolor = (($tr%2) ? '#e9e9e9' : '#f5f5f5');
                    echo '        <tr>' . "\n"
                       . '            <td class="content" style="background-color: ' . $tdbgcolor . '; text-align: left;">'
                       . '<b><a href="downloads.php#' . $rss_downloads[$i]['release'] . '" name="' . $rss_downloads[$i]['release'] . '" title="' . htmlentities($release[$j]['text']) . '">phpMyAdmin ' . $rss_downloads[$i]['release'] . '</a></b></td>' . "\n"
                       . '            <td class="content" style="background-color: ' . $tdbgcolor . '; text-align: right;"><b>' . ( ($rss_downloads[$i]['total'] > 0) ? number_format($rss_downloads[$i]['total'], 0 ,'', ',') : 'NEW' ) . '</b></td>' . "\n"
                       . '        </tr>' . "\n";
                } // end check active
                break;
            } // end check version
        } // end check release
    }

    echo '    </table></div>' . "\n";
*/
echo '    <div style="clear: both;"></div>' . "\n";
echo renderBoxFooter(250, '', '', '', '', FALSE);
?>
        </div>
<!--/ right big boxes -->
    </div>
<?php 
require_once $import['footer'];
Beispiel #4
0
            <a href="http://www.php-mag.de/itr/service/show.php3?id=109&amp;nodeid=64"><img src="./images/awards/2003-phpmag-ger.gif" width="124" height="164" border="0" alt="PHP Magazin Reader's Choice Award 2003" /></a>
        </div>
        <div style="width: 450px; float: right;">
            <p>phpMyAdmin was awarded the Reader's Choice Award 2003 in the category</p>
            <h1>Best PHP-Tool / Best PHP-Application</h1>
            <p>by the readers of the <a href="http://www.php-mag.de/itr/service/show.php3?id=109&amp;nodeid=64">German PHP Magazin</a>
            as well as those of the International PHP Magazine.<br />
            You can see a <span class="gotopage"><b><a href="awards.php?picture=0">photo</a></b></span> from the Awards ceremony at the 2003 PHP International Conference.</p>
        </div>
        <div style="clear: both;"><hr noshade="noshade" size="1" class="yellow" /></div>
        <div style="width: 290px; float: left;">
            <a href="http://sourceforge.net/potm/potm-2002-12.php"><img src="./images/awards/2002-12-sfnet-potm.png" width="288" height="109" border="0" alt="Project of the month logo" /></a>
        </div>
        <div style="width: 450px; float: right;">
            <p>phpMyAdmin was awarded <a href="http://sourceforge.net">Sourceforge.net</a>'s</p>
            <h1><a href="http://sourceforge.net/potm/potm-2002-12.php">Project of the month</a></h1>
            <p>in December 2002. Have a look at that <span class="gotopage"><b><a href="http://sourceforge.net/potm/potm-2002-12.php">article</a></b></span>, if you want to learn about the early years of phpMyAdmin.</p>
        </div>
        <div style="clear: both;"></div>
<?php 
    echo renderBoxFooter(760, '', '', '', '', FALSE);
} else {
    $img_size = getimagesize($pmaAwardsDetail[$_GET['picture']]['image']);
    echo renderBoxHeader(760, 'PROJECT AWARDS / ' . $pmaAwardsDetail[$_GET['picture']]['title'], '', '');
    echo '<div align="center">' . '<img src="' . $pmaAwardsDetail[$_GET['picture']]['image'] . '" width="' . $img_size[0] . '" height="' . $img_size[1] . '" border="0" vspace="5" alt="' . $pmaAwardsDetail[$_GET['picture']]['title'] . '" />' . '<br />' . $pmaAwardsDetail[$_GET['picture']]['content'] . '</div>';
    echo renderBoxFooter(760, basename($_SERVER['PHP_SELF']), '_self', 'back', '... to the previous page', FALSE);
}
?>
    </div>
<?php 
require_once $import['footer'];
Beispiel #5
0
<?php

$modif_by = 'lem9';
require_once "./includes/config.inc.php";
require_once $import['header'];
?>
    <div class="container">
<!-- left small boxes -->
        <div style="width: 650px; float: left;">
<?php 
echo renderBoxHeader(650, 'GoPHP5', 'http://gophp5.org', '_blank');
echo 'The phpMyAdmin project is a member of the GoPHP5 initiative. Starting February 5, 2008, we will accept PHP 5.2 features into our codebase and our new feature releases will no longer provide support for older PHP versions.';
echo '<a href="http://gophp5.org"><img src="images/goPHP5_100x33.png" border="0" alt="goPHP5 logo" /></a>';
echo renderBoxFooter(650, 'http://gophp5.org', '_blank', '... more', '... about GoPHP5', TRUE);
?>
        </div>
<?php 
require_once $import['footer'];
Beispiel #6
0
<?php
    }
*/
?>
                <tr>
                    <td colspan="3" height="25" class="content" align="left"><b>Please visit our <span class="gotopage"><a href="http://sourceforge.net/news/?group_id=<?php 
echo $sf_group_id;
?>
">News-Archive</a></span>.</b></td>
                </tr>
            </table>
<?php 
//unset($max);
//unset($i);
echo renderBoxFooter(350, '', '', '', '', TRUE);
// donations
echo renderBoxHeader(350, 'DONATIONS', 'http://sourceforge.net/donate/index.php?group_id=23067', '_blank');
?>
    We invite you to contribute money to our project. Donations will be used for the promotion of <b>phpMyAdmin</b>. - <b><i>Thanks!</i></b>
<?php 
echo renderBoxFooter(350, 'http://sourceforge.net/donate/index.php?group_id=23067', '_blank', 'make a donation', 'Thanks!', TRUE);
// books
echo renderBoxHeader(350, 'BOOKS', 'docs.php?books', '_self');
echo $pmaBooks;
echo renderBoxFooter(350, 'docs.php?books', '_self', '... more', '... about the PMA-Books', TRUE);
?>
        </div>
<!--/ right big boxes -->
    </div>
<?php 
require_once $import['footer'];