fixed markup
This commit is contained in:
parent
c0c8e82970
commit
52b38ba7af
@ -1,32 +1,35 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html
|
<html
|
||||||
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
||||||
<body>
|
<body>
|
||||||
<wicket:panel>
|
<wicket:panel>
|
||||||
|
|
||||||
<div class="span-24 prepend-top last">
|
<div class="span-24 prepend-top last">
|
||||||
<form wicket:id="form">
|
<form wicket:id="form">
|
||||||
<label>Filter by reviewing author:</label>
|
<div class="span-6">
|
||||||
<br />
|
<label>Filter by reviewing author:</label>
|
||||||
<input wicket:id="filterAuthor" />
|
<br/>
|
||||||
<br />
|
<input wicket:id="filterAuthor"/>
|
||||||
<div class="span-6" wicket:id="statusFilter"></div>
|
<br/>
|
||||||
<div class="span-10" wicket:id="supervisorContainer">
|
</div>
|
||||||
<label>Show only my projects:</label>
|
<div class="span-4" wicket:id="statusFilter"></div>
|
||||||
<br />
|
<div class="span-4" wicket:id="supervisorContainer">
|
||||||
<input type="checkbox" wicket:id="supervisorCheckBox" />
|
<label>Show only my projects:</label>
|
||||||
<br />
|
<br>
|
||||||
|
<input type="checkbox" wicket:id="supervisorCheckBox"/>
|
||||||
|
<br>
|
||||||
|
<div class="span-3"></div>
|
||||||
|
</div>
|
||||||
|
<div class="span-3">
|
||||||
|
<input wicket:id="filterButton" type="submit" value="Filter"/>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<div class="span-24">
|
||||||
|
<span class="left">Reviews found: <span wicket:id="countLabel"></span></span>
|
||||||
|
<span class="right">Reviews per page: <select wicket:id="itemsPerPage"></select></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="span-20 append-bottom">
|
<table wicket:id="datatable"></table>
|
||||||
<input wicket:id="filterButton" type="submit" value="Filter" />
|
</div>
|
||||||
</div>
|
</wicket:panel>
|
||||||
</form>
|
|
||||||
<div class="span-24">
|
|
||||||
<span class="left">Reviews found: <span wicket:id="countLabel"></span></span>
|
|
||||||
<span class="right">Reviews per page: <select wicket:id="itemsPerPage"></select></span>
|
|
||||||
</div>
|
|
||||||
<table wicket:id="datatable"></table>
|
|
||||||
</div>
|
|
||||||
</wicket:panel>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user