<li><a href="<?php echo Template::src('panel/maile'); ?> "><?php echo Template::svg("email"); ?> Przeglądaj maile</a></li> </ul> </div> </div> </td> <td id="content"> <div> <div> <?php echo WriteBox("content"); ?> </div> </div> </td> </tr> <tr > <td id="footer" colspan="2"> <div><div>Specjalny panel dla grafika :3</div></div> </td> </tr> </table> </div>
<label class="required"> <input type="text" name="subject" placeholder="Temat wiadomości" value="<?php echo @$_POST['subject']; ?> "> <?php echo WriteBox("mailStatusSubject"); ?> </label> </div> <div class="col-12"> <label class="required"> <textarea name="message" placeholder="Treść wiadomości"><?php echo @$_POST['message']; ?> </textarea> <?php echo WriteBox("mailStatusMessage"); ?> </label> </div> <div class="col-12"> <input class="button big-blue" type="submit" value="Prześlij"> </div> </form> </div> </div> </div> <?php PrintToBox("content");
<?php echo '<!DOCTYPE html>'; echo '<html lang="pl">'; echo '<head>'; echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">'; echo Template::inLineCss('complete'); echo WriteBox("head"); echo '</head>'; echo '<body>'; echo Template::useFile("sendinfo", null); echo WriteBox("content"); echo '<footer>'; echo WriteBox("mailForm"); echo Template::useFile("footer", null); echo '</footer>'; echo '</body>'; echo '<link href="//fonts.googleapis.com/css?family=Cambay:400,700&subset=latin-ext,latin" rel="stylesheet" type="text/css">'; echo '<script type="text/javascript" src="' . Template::src('js/jquery-2.1.4.min.js') . '"></script>'; echo '<script type="text/javascript" src="' . Template::src('js/parallax.min.js') . '"></script>'; echo '<script type="text/javascript" src="' . Template::src('js/jquery.zoom.min.js') . '"></script>'; echo '<script type="text/javascript" src="' . Template::src('js/add.js') . '"></script>'; echo '<script>'; echo WriteBox("script"); echo "(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-70566104-1', 'auto');ga('send', 'pageview');"; echo '</script>'; echo '</html>';
<?php echo WriteBox("mailSendOk"); echo WriteBox("mailSendNo");