401.html 507 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 21 22 23
#set($title = "401 Unauthorized")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader_sp.vm" )

<body>

<div data-role="page" id="err401" data-theme="f">
	<div class="category" data-role="content" data-theme="d">
		<!--ヘッダー-->
		#parse( "/WEB-INF/view/common/header_sp.vm" )
		<div>
			<h3>401 Unauthorized</h3>
		</div><br>
		<div>
			<font color="red">認証エラーです。</font>
		</div>
	</div>

<!--フッター-->
#parse( "/WEB-INF/view/common/footer_sp.vm" )
</div>

</body></html>