PHP Classes

File: View/inc/header.tpl.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Free Text Search   View/inc/header.tpl.php   Download  
File: View/inc/header.tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Free Text Search
Search for data taking common words typed by users
Author: By
Last change:
Date: 4 years ago
Size: 941 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en-ie">
    <head>
        <meta charset="utf-8" />
        <title><?=$this->sTitle?></title>
        <meta name="author" content="Pierre-Henry Soria" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
        <link rel="stylesheet" href="./static/css/general.css" />
        <link rel="stylesheet" href="./static/css/tipsy.css" />
        <link rel="stylesheet" href="./static/css/bootstrap.css" />
        <link rel="stylesheet" href="./static/css/speech-input.css" />
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    </head>
    <body>

        <div class="container" role="main">

        <header>
            <section class="hero-unit">
                <h1>Property Free Text Search</h1>
                <h2>Looking for an accommodation in Ireland?</h2>
            </section>
        </header>

        <section>