20 lines
962 B
HTML
20 lines
962 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Untitled Document</title>
|
|
<!-- <script type="text/javascript" src="/scripts/jquery.js"></script> -->
|
|
<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
|
|
<script type="text/javascript" src="scripts/secureimage.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="divSecureImage">
|
|
<form id="formSecureImage">
|
|
<img src="secureimage_view.php?key=<?php echo rand(); ?>" id="imgSecureImage" /> <a href="#divSecureImage" id="aImageReload">[새로고침]</a>
|
|
<!-- <input type="hidden" name="secure_image_ok" id="secure_image_ok" value="0" /> -->
|
|
<input type="text" id="secure_text" name="secure_text" />
|
|
<input type="submit" value="확인" />
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |