114 lines
4.6 KiB
HTML
114 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<title>iVote</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
${js}
|
|
|
|
<!-- Le styles -->
|
|
<link href="lib/bootstrap/css/bootstrap.css" rel="stylesheet">
|
|
<link href="lib/font-awesome/css/font-awesome.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
padding-top: 60px;
|
|
padding-bottom: 40px;
|
|
}
|
|
</style>
|
|
<link href="lib/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
|
<link href="lib/font-awesome/css/font-awesome.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="../assets/js/html5shiv.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Fav and touch icons -->
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
|
|
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
|
|
<link rel="shortcut icon" href="../assets/ico/favicon.png">
|
|
</head>
|
|
|
|
<body style="background-color: #f2f2f2;" onload="count()">
|
|
|
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="brand" href="" id="menu_uvote">uVote</a>
|
|
<div class="nav-collapse collapse">
|
|
<ul class="nav">
|
|
|
|
<li><a href="#" url="?action=myvote">myVote</a></li>
|
|
<li><a href="#" url="?action=Dokumentation">Dokumentation</a></li>
|
|
<li><a href="#" url="?action=Download">Download</a></li>
|
|
|
|
</ul>
|
|
<form class="navbar-form pull-right">
|
|
<input class="span2" type="text" placeholder="E-Mail">
|
|
<input class="span2" type="password" placeholder="Passwort">
|
|
<button type="submit" class="btn">Login</button>
|
|
</form>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container" id="site-content-wrapper">
|
|
|
|
<!-- Main hero unit for a primary marketing message or call to action -->
|
|
<div id="site-content">
|
|
<div class="hero-unit" style="padding: 1px; margin: 1px; margin-top: -30px; background: white;">
|
|
<div class="hero-unit" style="height: 200px; background: white;">
|
|
<div class="row">
|
|
<img src="${PIC_PATH}logo2.png" width="600" style="margin-top: -40px;" />
|
|
</div>
|
|
|
|
<div class="hero-unit" style="margin-left: 600px; margin-right: -60px; padding: 0px; padding-left: 10px; margin-top: -240px;">
|
|
|
|
${registerform}
|
|
|
|
</div>
|
|
<!-- <div class="hero-unit" style="height: 300px; padding: 5px; padding-top: 50px; width: 400px; margin-left: 700px; margin-top: -260px; background: white;">
|
|
<i class="icon-tags" style="margin-left: 20px; margin-top: -30px;" ></i>Informieren
|
|
<p></p>
|
|
<i class="icon-tags" style="margin-left: 20px; margin-top: 10px;"></i>Diskutieren
|
|
<p></p>
|
|
<i class="icon-tags" style="margin-left: 20px;"></i>Abstimmen
|
|
<p></p>
|
|
<i class="icon-tags" style="margin-left: 20px;"></i>Vergleichen
|
|
<p></p>
|
|
<i class="icon-tags" style="margin-left: 20px;"></i>Verändern
|
|
<p></p>
|
|
</div>-->
|
|
</div>
|
|
</div>
|
|
<div class="navbar-inner" style="background: black;">
|
|
<form class="navbar-form pull-left">
|
|
<input class="span2" type="password" placeholder="">
|
|
<button type="submit" class="btn" style="margin-top: 5px;">suchen</button>
|
|
</form>
|
|
</div>
|
|
<!-- Example row of columns -->
|
|
<div class="hero-unit" style="padding: 5px;">
|
|
${votelist}
|
|
</div> <!-- /container -->
|
|
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
<p>Entwurf der Seite von Tobias Rechel, Mojotrollz.eu</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |