PATH:
root
/
wulkantemplates
<?php include_once 'lib/includes.php'; $view = new view(); $lang = $_SESSION["language"]; $_SESSION["active"] = $view ->getname($lang); $lang_link = ($lang != "" ? "lang=" . $lang : ""); $month = ""; $year = ""; if( isset($_GET['month']) && isset($_GET['year']) ) { $month = $_GET['month']; $year = $_GET['year']; } ?> <!DOCTYPE html> <html lang="<?php echo $lang == "" ? "pl" : $lang; ?>"> <head> <?php include_once 'header.php'; $top = ""; if(isset($_GET["m"])) $top = $_GET["m"]; echo $view -> head($top,$lang); ?> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDyHHkjWj5nvCzeh8HvSfKf-9mnQD7hcMQ" type="text/javascript"></script> </head> <body> <?php include_once "top.php"; ?> <!-- FORM --> <section class="section-form"> <div class="container"> <?php echo $view->gettext(13, $lang); ?> <form class="form-box" id="contact-form" method="POST" action="index.php"> <input type="hidden" name="formchecker" value="ischecked"> <div style="width: 60%; float: left; margin-right: 5%"><input type="text" name="name" placeholder="imię i nazwisko" required="required" /></div> <div style="width: 30%; float: left; margin-left: 5%"><input type="text" name="phone" placeholder="numer telefonu" required="required" /></div> <div style="clear: both"> <textarea name="mailcontent" placeholder="treść wiadomości" required="required"></textarea> <div style="width: 60%; float: left; margin-right: 5%"><input type="mail" name="email" placeholder="e-mail" required="required" /></div> <div style="width: 30%; float: left; margin-left: 5%"><input type="submit" name="submit" value="Wyślij" required="required" /></div> <div style="width: calc(100% - 2.5rem); float: left; margin-right: 5%"><input type="text" name="formCheck" maxlength="2" tabindex="4" placeholder="wynik 3 + 7" required="required" /></div> <?php echo $view->gettext(14, $lang); ?> </form> </div> <div class="contact-data"> <?php echo $view->gettext(15, $lang); ?> </div> <p style="clear: both; float: none"></p> </section> <!-- MAP --> <section class="section-map"> <div class="container"> <div class="gray-block"> </div> <div class="map"> </div> <div class="address"> <?php echo $view->gettext(16, $lang); ?> </div> </div> </section> <?php include_once "footer.php"; ?> <script type="text/javascript" src="js/gmap3.min.js"></script> <script type="text/javascript" src="js/map.js"></script> </body> </html>
[-] gallery.php
[edit]
[-] form-send2.php
[edit]
[-] paginator.php
[edit]
[+]
..
[-] form.php
[edit]
[-] page-multi.php
[edit]
[-] header.php
[edit]
[-] produkty.php
[edit]
[-] top.php
[edit]
[-] form-send.php
[edit]
[-] category.php
[edit]
[-] home.php
[edit]
[-] footer.php
[edit]
[-] page-m.php
[edit]
[-] page.php
[edit]
[-] jakosc.php
[edit]
[-] news.php
[edit]
[-] page-m2.php
[edit]
[-] page-work.php
[edit]
[-] ajax_more.php
[edit]
[-] begin.php
[edit]
[-] realizations.php
[edit]