Newer
Older
Import / applications / MakePDF / 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="${URL_BASE}externals/font-awesome/css/font-awesome.min.css">
    <link rel="stylesheet" href="${URL_BASE}externals/bootstrap.min.css">
    <!--
    <link rel="stylesheet" href="${URL_BASE}externals/bootstrap-slate.min.css">
    -->
    <link rel="stylesheet" href="${URL_BASE}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]-->
    <link rel="stylesheet" href="${URL_BASE}style.css">
    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> -->
    <script src="${URL_BASE}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="${URL_BASE}index.html"><img style="height: 30px;" src="${URL_BASE}images/logo.svg" />$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="${URL_BASE}index.html">About</a></li>
-->
            <li$(if [ "$TITLE" == "Features"    ] ; then echo ' class="active"'; fi)><a href="${URL_BASE}features.html">Features</a></li>
            <li$(if [ "$TITLE" == "Screenshots" ] ; then echo ' class="active"'; fi)><a href="${URL_BASE}screenshots.html">Screenshots</a></li>
            <li$(if [ "$TITLE" == "Downloads"   ] ; then echo ' class="active"'; fi)><a href="${URL_BASE}download.html">Download</a></li>
            <li$(if [ "$TITLE" == "Register"    ] ; then echo ' class="active"'; fi)><a href="${URL_BASE}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="${URL_BASE}help.html">Help</a></li>
-->
                <li><a href="${URL_BASE}support.html">Support</a></li>
                <li><a href="${URL_BASE}faq.html">FAQ</a></li>
                <li role="separator" class="divider"></li>
                <li><a href="${URL_BASE}news.html">News</a></li>
                <li><a href="${URL_BASE}documentation.html">Documentation</a></li>
<!--
                <li><a href="${URL_BASE}community.html">Community</a></li>
-->
                <li><a href="/forum/">Community</a></li>
                <li role="separator" class="divider"></li>
                <li><a href="${URL_BASE}contact.html">Contact</a></li>
                <li><a href="${URL_BASE}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>
    <!-- ====================== End Standard Header =========================== -->
    <div class="container">