示例#1
0
                                        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                                    </div>
                                </div>
                            </div>
                          </div>
                    </div>
            </div>
        </div>
    </section>
        
    <section class="no-padding" id="carnival" style="padding-top:100px">
        <div class="container-fluid">
            <div class="row no-gutter">
                <?php 
for ($year = 2015; $year >= 2004; $year--) {
    $title = getTitleForYear("{$year}", $italian);
    echo "<div class=\"col-lg-4 col-sm-6\">\n                    <a href=\"gallery.php?year={$year}\" class=\"portfolio-box\">\n                        <img src=\"img/FotoSpilli/{$year}.jpg\" class=\"img-responsive\" alt=\"gallery.php?year={$year}\">\n                        <div class=\"portfolio-box-caption\">\n                            <div class=\"portfolio-box-caption-content\">\n                                <div class=\"project-category text-faded\">\n                                    {$year}\n                                </div>\n                                <div class=\"project-name\">\n                                    {$title}\n                                </div>\n                            </div>\n                        </div>\n                    </a>\n                </div>";
}
?>
            </div>
        </div>
    </section>


    <section id="contact">
        <div class="container">
            <div class="row">
                <div class="col-lg-8 col-lg-offset-2 text-center">
                    <h2 class="section-heading">Let's Get In Touch!</h2>
                    <hr class="primary">
                    <p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
示例#2
0
<!DOCTYPE html>

<?php 
include_once './php/Localize.php';
include_once './php/DescriptionManager.php';
?>

<?php 
$year = $_GET["year"];
$italian = isItalian();
$title = getTitleForYear($year, $italian);
$description = getDescriptionForYear($year, $italian);
$video = getVideoForYear($year);
?>

<?php 
if ($italian) {
    echo "<html lang=\"it\">";
} else {
    echo "<html lang=\"en\">";
}
?>




<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">