
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Navarino - Infinity Support Tool</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Navarino - Infinity Support Tool">
   <!-- <meta name="author" content="">-->

    <!-- Le styles -->
    <link href="/s/jquery/css/redmond/jquery-ui-1.10.2.custom.min.css" rel="stylesheet"> 
   
    <link href="/s/bootstrap/less/bootstrap.less" rel="stylesheet/less">
    <script src="/s/bootstrap/js/less.js"></script>
   <script type="text/javascript">
   
   var my_host = window.location.protocol+'//'+window.location.host;
   
   </script>
   
   

    <link href="/s/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
    <link href="/s/jquery/toastmessage/jquery.toastmessage-min.css" rel="stylesheet">
    
    <style type="text/css">
      body {
        padding-top: 60px;
        padding-bottom: 40px;
      }
    /* .container { width: 1500px } */
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 98%;
  }

    .ui-autocomplete-loading {
    background: transparent url("/s/images/wait_mini.gif") right center no-repeat;
    }
    
    /*
    .brand {
        background: white url("/s/images/logo_product.png") left center no-repeat;
    }
    */
    
    #search_vessel { width: 25em; }

    #dialog label, #dialog input { display:block; }
    #dialog label { margin-top: 0.5em; }
    #dialog input, #dialog textarea { width: 95%; }
    /* #tabs { margin-top: 1em; } */
    
    #tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
    #add_tab { cursor: pointer; }
    .ui-tabs .ui-tabs-panel { padding:0px; }
    .navbar .brand { margin-left:1px; width:380px; height:38px; padding:0px; /*text-indent:-9999px;*/ display:block;padding-top:10px;}
    .hide { display:none; }
    .navbar-inner, .navbar-fixed-top  { height:38px; }
    .nodisplay { display:none; }
    hr { padding:0; margin:0;margin-top:6px;margin-bottom:3px; }
    h3 { line-height:20px; }
    
    .fleft { float:left; }
    .navslider { width:200px;margin-top:3px;margin-left:10px; }
    input.navsliderinput { margin-left:15px;border: 0; color: #f6931f; font-weight: bold;width:100px;cursor:default; }
    .navslidercontainer { margin-left:5px;display:none; }
    .output_container_inner { clear:both ;}
    .clear { clear:both; }
    .hrbottom { margin-top:2em; }
    .output_container_inner { padding-top:0.5em; }
    .populate_select_options  { margin-left:0.5em; }
    
    .vessel_header { font-weight:bold;font-size:18px;padding:3px 0px; }
    .vessel_header span { color:#E17009; }
    .floatright { float:right; }
    .floatleft { float:left; }
    
    .icon-user { margin-right:5px; }
  /* 260 ---> 6 */
    /* 140 ---> 3 */
    /* 70 ---> 1 + 40px */
    /* 110 ---> 2 + 40px */
    
    
  /*
    .scroll_actions {   
    
    width:100%;
    height: 150px;
    overflow-y:scroll;
    display: block;
    
    }
*/

      
    </style>
    
    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

     
 
     <script src="/s/jquery/js/jquery-1.9.1.min.js"></script>
     
     <script src="/s/jquery/toastmessage/jquery.toastmessage-min.js"></script>
    
     
    
   <script type="text/javascript">
   var static_urls = "/s/";
    

    
    var showStickyToast = function(text,mode) {
       $().toastmessage('showToast', {
            text     : text,
            sticky   : false,
            position : 'top-right',
            type     : mode,
            closeText: ''/*,
            close    : function () {
                
            }*/
        });
    };
    
    var showNotice = function(text) { showStickyToast(text,'notice') };
    var showError = function(text) { showStickyToast(text,'error') };
    var showSuccess = function(text) { showStickyToast(text,'success') };
    var showWarning = function(text) { showStickyToast(text,'warning') };
    
    var showSticky = function(text,return_output) {
    
    if (return_output=='1') { showError('Error '+text); }
    else { showSuccess('Success '+text); }
    
    };
    
     
   </script>
   
  </head>

  <body>

    <div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">

          <!-- <a href="/" class="brand">Infinity Support Tool</a> -->
          <span class="brand">Infinity Support Tool</span> 
          
          
          <!--
          <form class="navbar-form pull-right" action="/accounts/login" method="post"><input type='hidden' name='csrfmiddlewaretoken' value='zpC2IlgkFMr6GqKwDzlF4X7BdvZ9E0yW' />
              <input class="span2" type="text" name="username" placeholder="Username">
              <input class="span2" type="password" name="password" placeholder="Password">
              <button type="submit" class="btn">Sign in</button>
          </form>
          -->

          
          
        </div>
      </div>
    </div>
    <div class="container">
      
      
      



<form  action="login" class="form-horizontal" method="post" ><input type='hidden' name='csrfmiddlewaretoken' value='zpC2IlgkFMr6GqKwDzlF4X7BdvZ9E0yW' /> <div id="div_id_username" class="control-group"><label for="id_username" class="control-label requiredField">
				Username<span class="asteriskField">*</span></label><div class="controls"><input class="textinput textInput" id="id_username" maxlength="254" name="username" type="text" /> </div></div><div id="div_id_password" class="control-group"><label for="id_password" class="control-label requiredField">
				Password<span class="asteriskField">*</span></label><div class="controls"><input class="textinput textInput" id="id_password" name="password" type="password" /> </div></div><div class="form-actions"><input type="submit"
    name="login"
    value="Login"
    
        class="btn btn-primary btn-info"
        id="submit-id-login"
    
    
    /> </div></form>


      <hr class="clear hrbottom">

      <footer>
        <p>&copy; Navarino - Infinity Support Tool 2013 </p>
      </footer>

    </div> <!-- /container -->
    <script src="/s/jquery/js/jquery-ui-1.10.2.custom.min.js"></script>
    <script src="/s/bootstrap/js/bootstrap.js"></script>
    
      
    
  </body>
</html>
