preHeader.vm.svn-base 3.11 KB
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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
<!------------------------------------------------------PREHEADER START -------------------------------------------------->
#set( $userInfo = $tools.getUserInfo())
#set( $adminUserInfo = $tools.getAdminUserInfo())
#set( $css_list = ["default_new.css","top_user.css"] )
#set( $js_list_pre = ["script.js", "jquery-1.4.2.js"] )
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja-JP">
<head>
#if($ContentType)
	<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
#else
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
#end
<!--
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="Cache-Control" content="no-cache">
	<meta http-equiv="Expires" content="-1">
-->
	<meta http-equiv="Content-Style-Type" content="text/css">
	<meta http-equiv="Content-Script-Type" content="text/javascript">
	<!--meta http-equiv="X-UA-Compatible" content="IE=emulateIE7"-->
	<meta name="keywords" content="">
	<meta name="description" content="">
<!--
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="Cache-Control" content="no-cache">
-->
	<title>$!title</title>

	#foreach( $cssFile in $css_list )
	<link rel="stylesheet" type="text/css" href="$!{cssPath}/${cssFile}" media="all">
	#end
	#foreach( $jsFile in $js_list_pre )
	<script type="text/javascript" src="$!{jsPath}/${jsFile}"></script>
	#end
<script language="JavaScript" type="text/JavaScript">
    <!--
    function point(){
//	document.getElementById("dispMode").value = dispMode;
	document.forms[0].action="#q('/user/myPage/pointRequest/')";
	document.forms[0].submit();
	}

    function uedit(){
//	document.getElementById("dispMode").value = dispMode;
	document.forms[0].action="#q('/user/myPage/uEdit/')";
	document.forms[0].submit();
	}

    function chgAddr(){
//	document.getElementById("dispMode").value = dispMode;
	document.forms[0].action="#q('/user/myPage/chgAddr/')";
	document.forms[0].submit();
	}

    function passwordMailSend(){
//	document.getElementById("dispMode").value = dispMode;
		document.forms[0].action="#q('/user/passwordMailSend/')";
		document.forms[0].submit();
	}

	function withDraw(){
//	document.getElementById("dispMode").value = dispMode;
	document.forms[0].action="#q('/user/withDraw/')";
	document.forms[0].submit();
	}

	function enqLs(){
//	document.getElementById("dispMode").value = dispMode;
	document.forms[0].action="#q('/user/pointUse/')";
	document.forms[0].submit();
	}

	function about(){
	document.forms[0].action="#q('/user/top/aboutHtml/')";
	document.forms[0].submit();
	}

		function howto(){
	document.forms[0].action="#q('/user/top/howtoHtml/')";
	document.forms[0].submit();
	}

	function rule(){
		document.forms[0].action="#q('/user/top/ruleHtml/')";
		document.forms[0].submit();
	}

				function login(){
	document.forms[0].action="#q('/user/login/')";
	document.forms[0].submit();
	}

	function logout(){
		document.forms[0].action="#q('/user/login/logout/')";
		document.forms[0].submit();
	}

    -->
</script>
</head>
<!------------------------------------------------------PREHEADER END-------------------------------------------------->