aboutsummaryrefslogtreecommitdiff
blob: bc904d7eb625e43cf3296906b722d3054971dbf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- INCLUDE overall_header.html -->

<div {% if S_USER_NOTICE %}class="successbox"{% else %}class="errorbox"{% endif %}>
	<h3>{{ MESSAGE_TITLE }}</h3>
	<p>{{ MESSAGE_TEXT }}</p>
</div>

<div>
	<fieldset class="console-output">
		<pre>{{ MESSAGE_DETAIL }}</pre>
	</fieldset>
</div>

<!-- INCLUDE overall_footer.html -->