[UPDATE] round stats pagination and search
This commit is contained in:
parent
b4e44aba30
commit
8b093b6c2b
@ -4,29 +4,6 @@
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<i class="fa fa-refresh fa-fw"></i> Round Statistics
|
<i class="fa fa-refresh fa-fw"></i> Round Statistics
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
|
||||||
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search' role="form">
|
|
||||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
|
||||||
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
|
||||||
<label>Search Block Height</label>
|
|
||||||
<div class="form-group input-group">
|
|
||||||
<input type="text" class="form-control" name="search" value="{$smarty.request.height|default:"%"|escape}">
|
|
||||||
<span class="input-group-btn">
|
|
||||||
<button class="btn btn-default" type="submit" value="Search"><i class="fa fa-search"></i>
|
|
||||||
</button>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
<ul class="pager">
|
|
||||||
<li class="previous">
|
|
||||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&prev=1"> ← </a>
|
|
||||||
</li>
|
|
||||||
<li class="next">
|
|
||||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&next=1"> → </a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="panel-body no-padding">
|
<div class="panel-body no-padding">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
@ -99,7 +76,31 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<div class="panel">
|
||||||
|
<div class="panel-body">
|
||||||
|
<ul class="pager">
|
||||||
|
<li class="previous">
|
||||||
|
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&prev=1"> ← </a>
|
||||||
|
</li>
|
||||||
|
<li class="next">
|
||||||
|
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&next=1"> → </a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search' role="form">
|
||||||
|
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||||
|
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
||||||
|
<label>Search Block Height</label>
|
||||||
|
<div class="form-group input-group">
|
||||||
|
<input type="text" class="form-control" name="search" value="{$smarty.request.height|default:"%"|escape}">
|
||||||
|
<span class="input-group-btn">
|
||||||
|
<button class="btn btn-default" type="submit" value="Search"><i class="fa fa-search"></i></button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</d
|
</div>
|
||||||
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user