fixed some css bugs
This commit is contained in:
parent
64e6151a30
commit
15e69273e4
src/main/java/se/su/dsv/scipro
@ -12,7 +12,7 @@
|
|||||||
<form wicket:id="sendForm">
|
<form wicket:id="sendForm">
|
||||||
<textarea class="span-22 last" wicket:id="textArea" placeholder='Enter new message'></textarea>
|
<textarea class="span-22 last" wicket:id="textArea" placeholder='Enter new message'></textarea>
|
||||||
<div>
|
<div>
|
||||||
<button class="right append-bottom" type="submit" wicket:id="ajaxButton">
|
<button class="left append-bottom" type="submit" wicket:id="ajaxButton">
|
||||||
Post message
|
Post message
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,42 +3,47 @@
|
|||||||
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>
|
||||||
<form wicket:id="form">
|
<div class="span-24 last">
|
||||||
<div class="span-22 append-bottom" wicket:id="priorityPanel"></div>
|
|
||||||
<div class="append-bottom">
|
|
||||||
<label>Unit: (imported from Daisy)</label>
|
|
||||||
<div wicket:id="unitlabel"></div>
|
|
||||||
</div>
|
|
||||||
<div class="append-bottom">
|
|
||||||
<label>Research areas: (imported from Daisy)</label>
|
|
||||||
<div wicket:id="emptylabel"></div>
|
|
||||||
<div wicket:id="arealistview">
|
|
||||||
<span wicket:id="arealabel"></span>
|
|
||||||
<!-- <input type="checkbox" wicket:id="areacheckbox" /> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="info-box rounded-box last">
|
<form wicket:id="form">
|
||||||
<p>
|
<div class="append-bottom span-24 last" wicket:id="priorityPanel"></div>
|
||||||
<b>All changes to you profile made below are saved automatically as you go
|
<div class="append-bottom span-24 last">
|
||||||
using AJAX.</b>
|
<label>Unit: (imported from Daisy)</label>
|
||||||
</p>
|
<div wicket:id="unitlabel"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="append-bottom span-24 last">
|
||||||
|
<label>Research areas: (imported from Daisy)</label>
|
||||||
|
<div wicket:id="emptylabel"></div>
|
||||||
|
<div wicket:id="arealistview">
|
||||||
|
<span wicket:id="arealabel"></span>
|
||||||
|
<!-- <input type="checkbox" wicket:id="areacheckbox" /> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="span-20 info-box rounded-box last">
|
||||||
|
<p>
|
||||||
|
<b>All changes to you profile made below are saved automatically as you go
|
||||||
|
using AJAX.</b>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="append-bottom span-24 last">
|
||||||
|
<label>Select what languages you can supervise in: </label>
|
||||||
|
<div wicket:id="languagelistview">
|
||||||
|
<input type="checkbox" wicket:id="languagecheckbox" />
|
||||||
|
<span wicket:id="languagelabel"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div> -->
|
||||||
|
<!-- <label>Select keywords: </label> -->
|
||||||
|
<!-- </div> -->
|
||||||
|
<div class="span-24 last">
|
||||||
|
<div wicket:id="skwp"></div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="append-bottom">
|
|
||||||
<label>Select what languages you can supervise in: </label>
|
|
||||||
<div wicket:id="languagelistview">
|
|
||||||
<input type="checkbox" wicket:id="languagecheckbox" />
|
|
||||||
<span wicket:id="languagelabel"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- <div> -->
|
|
||||||
<!-- <label>Select keywords: </label> -->
|
|
||||||
<!-- </div> -->
|
|
||||||
<div class="span-22 last">
|
|
||||||
<div wicket:id="skwp"></div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</wicket:panel>
|
</wicket:panel>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user