various style changes for buttons and bars (still bootstrap though) vote functionality restored switched list and main frame positions and reversed floats (looks same as before!)
62 lines
2.2 KiB
HTML
62 lines
2.2 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" style="width: 100%">
|
|
<div class="navbar-inner" style="width: 100%">
|
|
<div class="container" style="width: 95%">
|
|
<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="box" style="margin-top: 0; clear: both;">
|
|
<div id="site-content" style="padding: 0; margin: 0; margin-left: 40px;">
|
|
<div id="user_main" style="padding: 0px; width: 600px; float: left;"></div>
|
|
<div id="list" style="padding: 0px; width: 50%; float: right;">
|
|
${votelist}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="wrap">
|
|
<div class="navbar navbar-inverse navbar-fixed-bottom" style="height: 30px; text-align: center; padding-top: 7px;">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|