mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
11 lines
162 B
HTML
11 lines
162 B
HTML
<!--%import("css/message.css")-->
|
|
<table border="1">
|
|
<tr>
|
|
<td>error</td>
|
|
<td>{$error}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>message</td>
|
|
<td>{$message}</td>
|
|
</tr>
|
|
</table>
|