59 lines
2.1 KiB
HTML
59 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>uVote</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<link href="lib/bootstrap/css/bootstrap.css" rel="stylesheet">
|
|
<link href="lib/custom/custom_buttons.css" rel="stylesheet">
|
|
<link href="lib/font-awesome/css/font-awesome.css" rel="stylesheet">
|
|
<link href="lib/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
|
<link href="lib/font-awesome/css/font-awesome.css" rel="stylesheet">
|
|
|
|
${css}
|
|
|
|
${js}
|
|
|
|
</head>
|
|
|
|
<body style="">
|
|
|
|
<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>
|
|
|
|
${loginform}
|
|
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container" id="site-content-wrapper" style="margin-top: 0;">
|
|
<div id="site-content" style="padding: 0; margin: 0;">
|
|
<div id="list" style="position: fixed; padding: 0px; width: 800px; top: 50px; bottom: 50px; overflow-y: scroll; float: left;">
|
|
${votelist}
|
|
</div>
|
|
<div id="user_main" style="right: 0px; position: fixed; padding: 0px; padding-right: 10px; width: 35%; top: 50px; bottom: 50px; overflow-y: scroll;">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |