Newer
Older
WickedDocs / Website / tmpl / header.htm
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <title>$SITE_NAME - $TITLE</title>
    <!-- Bootstrap -->
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
    <link rel="stylesheet" href="http://bootswatch.com/slate/bootstrap.min.css">
    <link rel="stylesheet" href="http://bootswatch.com/assets/css/bootswatch.min.css">
    <link rel="stylesheet" href="externals/font-awesome.min.css">
-->
    <link rel="stylesheet" href="externals/bootstrap.min.css">
    <link rel="stylesheet" href="externals/bootstrap-slate.min.css">
    <link rel="stylesheet" href="externals/bootswatch.min.css">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
html, body {
  height: 100%;
}
.content-wrapper {
  min-height: 100%;
  margin-bottom: -65px;
  padding-bottom: 65px;
}
.footer {
  height: 65px;
  padding: 7px; background-color: #3a3f44;
}
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
.form-control {
  height: 32px;
  margin-top: 1px;
}
    </style>
    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> -->
    <script src="externals/jquery.min.js"></script>
    <script>
    (function (\$) {
      \$('.spinner .btn:first-of-type').on('click', function() {
        \$('.spinner input').val( parseInt(\$('.spinner input').val(), 10) + 1);
      });
      \$('.spinner .btn:last-of-type').on('click', function() {
        \$('.spinner input').val( parseInt(\$('.spinner input').val(), 10) - 1);
      });
    })(jQuery);
    </script>
  </head>
  <body id="home">
<div class="content-wrapper">
    <!-- Fixed navbar -->
    <header id="header" class="site-header">
    <div class="navbar navbar-default navbar-fixed-top navbar-transparent">
      <div class="container">
        <div class="navbar-header">
          <a class="navbar-brand" href="index.html"><img src="images/logo.png" />$SITE_NAME</a>
          <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
        </div>
        <div id="navbar-main" class="navbar-collapse collapse">
          <ul class="nav navbar-nav">
<!--
            <li$(if [ "$TITLE" == "About"       ] ; then echo ' class="active"'; fi)><a href="index.html">About</a></li>
-->
            <li$(if [ "$TITLE" == "Features"    ] ; then echo ' class="active"'; fi)><a href="features.html">Features</a></li>
            <li$(if [ "$TITLE" == "Screenshots" ] ; then echo ' class="active"'; fi)><a href="screenshots.html">Screenshots</a></li>
            <li$(if [ "$TITLE" == "Downloads"   ] ; then echo ' class="active"'; fi)><a href="download.html">Download</a></li>
            <li$(if [ "$TITLE" == "Register"    ] ; then echo ' class="active"'; fi)><a href="register.html">Register</a></li>
          </ul>
          <ul class="nav navbar-nav navbar-right">
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span></a>
              <ul class="dropdown-menu">
<!--
                <li><a href="help.html">Help</a></li>
-->
                <li><a href="support.html">Support</a></li>
                <li><a href="faq.html">FAQ</a></li>
                <li role="separator" class="divider"></li>
                <li><a href="news.html">News</a></li>
                <li><a href="documentation.html">Documentation</a></li>
                <li><a href="community.html">Community</a></li>
                <li role="separator" class="divider"></li>
                <li><a href="contact.html">Contact</a></li>
                <li><a href="legal.html">Legal</a></li>
                <!--
                <li role="separator" class="divider"></li>
                <li><a href="http://builtwithbootstrap.com/" target="_blank">Built With Bootstrap</a></li>
                <li><a href="https://wrapbootstrap.com/?ref=bsw" target="_blank">WrapBootstrap</a></li>
                /\*
                   http://getbootstrap.com/components/
                   Link back to Glyphicons  http://glyphicons.com/
                \*/
                -->
              </ul>
            </li>
          </ul>
        </div><!--/.nav-collapse -->
      </div>
    </div>
    <br><p>
    </header>
    <div class="container">
    <div class="page-header">
      <h1>$TITLE <small>$SUB_TITLE
        <span class="pull-right">
          <a href="main.rss"><strong><i class="fa fa-rss"></i></strong></a> &nbsp;
          <a href="https://plus.google.com/$GOOGLE_ID" rel="publisher" style="text-decoration:none;">
            <strong><i class="fa fa-google-plus"></i></strong></a> &nbsp;
          <a href="https://twitter.com/$TWITTER_ID"><strong><i class="fa fa-twitter"></i></strong></a> &nbsp;
          <a href="https://www.facebook.com/$FACEBOOK_PAGE"><strong><i class="fa fa-facebook"></i></strong></a>
        </span>
      </small></h1>
    </div>
    <!-- ====================== End Standard Header =========================== -->