enqueteError.html 395 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#set($title = "アンケート")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader_mb.vm" )

<body style="font-family: monospace; width: 240px; border: 2px solid black;">
<!--ヘッダー-->
#parse( "/WEB-INF/view/common/header_mb.vm" )
<form method="post">
エラーページ
<br>
<br>
エラー
<br>
<font color="red">$!errMsg</font>
$!errMsgE058
<br>
<br>
<br>
</form>
</body></html>