/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="addStudents" class="popup">
	<h2 class="popupHeader">Add Ladok file</h2>
	<form method="post" action="">
		<ul>
			<li>
				<p>Some formatting info goes here.</p>
				<textarea name="comments" cols="52" rows="8"></textarea>
			</li>
		</ul>
		<div class="bottomMenu">
			<button type="submit" class="popupButton">Confirm</button>
			<button class="popupButton cancelButton">Cancel</button>
		</div>
	</form>
</div>