고도몰 로그인 후 서비스 이용을 위해

<!--{ ? gd_is_login() === false }-->
<script type="text/javascript">
	$(".btn_open_layer").click(function(){
		var link = 'https://www.kasina.co.kr/member/login.php';
		alert("로그인 후 이용할 수 있습니다.");
		location.href = link;
	});
</script>
<!--{ : }-->
<div>로그인 후 이용할 수 있는 서비스 입력</div>
<!--{ / }-->

삼항 연산자를 쉽게 상상할 수 있습니다.

조건문 ? 참일 때 실행할 내용: 조건의 내용이 거짓일 때 실행할 내용