Beispiel #1
0
            padding: 5px 15px;
        }
    </style>
    <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
        <h1>
            Webpage Statistics
        </h1>
    </section>

    <section class="content">
        <div class="row">
            <div class="col-xs-6">
                <i>Total unique Landing Page hits. (<b><?php 
echo $webHitController->countHits(PAGE_ID::LANDING_PAGE);
?>
</b>)</i>
                <br>
                <br>

                <div class="box box-info chart-box">
                    <div class="box-header with-border">
                        <h3 class="box-title">Page Hits Per Day</h3>
                    </div>
                    <div class="box-body chart-responsive">
                        <div class="chart" id="landing-page-chart" style="height: 300px;"></div>
                    </div>
                </div>
            </div>
            <div class="col-xs-6">