mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
15 lines
346 B
HTML
Executable File
15 lines
346 B
HTML
Executable File
<!-- Errors template -->
|
|
<div id="content_index">
|
|
<div class="clr"></div>
|
|
<!-- msg, Alerts & Errors -->
|
|
<dl id="system-message">
|
|
<dd class="error">
|
|
<ul>
|
|
<li>{text} <a href="javascript:history.go(-1)">{go_back_browser}</a></li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<!-- @end-msg -->
|
|
<div class="clr"></div>
|
|
</div>
|
|
<!-- @end-Errors-template --> |