packages feed

Villefort-0.1.0.8: templates/header

<!doctype html>
<title>Villefort</title>
  <meta charset="utf-8">
	
  <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/static/favicon.ico">  

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  <style>
   
   
    /*
    .btn-due7{
    background: #750787;
    color: #ffffff;
    }
    .btn-due6{
    background: #750787;
    color: #ffffff;
    }
    .btn-due5{
background: #008026;
    color: #ffffff;
    }
    .btn-due4{
background: #004DFF;
    color: #ffffff;
    }
    .btn-due3{
background: #008026;
    color: #ffffff;
    }
    .btn-due2{
background: #FFED00;
    color: #ffffff;
    }
    .btn-due1{
background: #FF8C00;
    color: #ffffff;
    }
    .btn-due0{
    background: #E40303;
    color: #ffffff;
    }
    */
  .btn-due11{ background: #3F51B5; color: #ffffff;}.btn-due10{ background: #E8EAF6; color: #ffffff;}.btn-due9{ background: #C5CAE9; color: #ffffff;}.btn-due8{ background: #9FA8DA; color: #ffffff;}.btn-due7{ background: #7986CB; color: #ffffff;}.btn-due6{ background: #5C6BC0; color: #ffffff;}.btn-due5{ background: #3F51B5; color: #ffffff;}.btn-due4{ background: #3949AB; color: #ffffff;}.btn-due3{ background: #303F9F; color: #ffffff;}.btn-due2{ background: #283593; color: #ffffff;}.btn-due1{ background: #1A237E; color: #ffffff;}
    /*
    .btn-due7{
    background: #311B92;
    color: #ffffff;
    }
    .btn-due6{
    background: #750787;
    color: #ffffff;
    }
    .btn-due5{
background: #008026;
    color: #ffffff;
    }
    .btn-due4{
background: #004DFF;
    color: #ffffff;
    }
    .btn-due3{ 
background: #008026;
    color: #ffffff;
    }
    .btn-due2{
background: #FFED00;
    color: #ffffff;
    }
    .btn-due1{
background: #FF8C00;
    color: #ffffff;
    }
    .btn-due0{
    background: #311B92;
    color: #ffffff;
    }
    */
    </style>

<div class="page">
  <h1>Villefort</h1>
 
     
  <div class ="todo">
    <div align="left">
      <div class="btn-group">
	<div class="dropdown pull-left ">
       <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Todo 
	 <span id="i1" class="caret"></span></button>
       <ul class="dropdown-menu">
	 <li><a href="/">Home</a></li>
	 <li><a href="/new">New</a></li>
	 <li><a href="/stat"> Log </a> </li>
       </ul>
	</div>
		
    </div>
    </div>

    </br>
   
    </div>  
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  <script
  src="https://code.jquery.com/jquery-1.10.2.min.js"
  integrity="sha256-C6CB9UYIS9UJeqinPHWTHVqh/E1uhG5Twh+Y5qFQmYg="
    crossorigin="anonymous"></script>
  <style>
     .page {
    padding-left:20%;
     }
  </style> 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
   <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
    <script>
  $(document).ready(function() {
    $("#due").datepicker();
  });
  </script>