Example #1
0
File: index.php Project: engel/yase
<?php

require_once "classes/YASE/Framework.php";
require_once "classes/Template.php";
Template::head();
Template::leftbar();
?>
<br>
<H1> About YASE </H1>
<br><br>

<p>
YASE lets you put your webpages into a database where you can search them.
</p>

<?php 
Template::bottom();
Example #2
0
                        <form role="form">
                            <div class="form-group">
                                <input type="text" class="form-control form-effect" id="name" placeholder="Vārds">
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control form-effect" id="email" placeholder="E-pasts">
                            </div>
                            <div class="form-group">
                                <textarea type="textarea" class="form-control form-effect" id="text" placeholder="Ziņa"></textarea>
                            </div>
                            <button type="submit" class="btn btn-default btn-sub">OK</button>
                        </form>
                    </div>
                    <div class="col-md-6 col-sm-12 col-xs-12 address-space">
                        <div id="map-canvas"></div>
                        <div class="address">
                            <h3>Adrese</h3>
                            <p><i class="glyphicon glyphicon-map-marker"></i>Saules iela 8, Rūjiena, Rūjienas novads, LV-4240 </p>
                            <p><i class="glyphicon glyphicon-earphone"></i>(371) 25-763-673 </p>
                            <p><i class="glyphicon glyphicon-envelope"></i>nils.bormanis@gmail.com</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<?php 
$template->footer();
$template->js();
$template->bottom();