#set($title = "ポイント利用")
<!-- preHeader -->
#set($ajaxdisable = "1")
#parse( "/WEB-INF/view/common/preHeader_sp.vm" )

<body>
<div data-role="page" id="pointUseIndex" data-theme="f">
<!--ヘッダー-->
#parse( "/WEB-INF/view/common/header_sp.vm" )

<!--コンテンツ-->
<div class="category" data-role="content" data-theme="d">
        <h2>ポイントの利用</h2>
        <p style="text-align:center">
        #foreach($row in $!pointUseForm.giftExchangeInfoList)
        #if(($!pointUseForm.ichicoHide == false && $row.giftExchangeInfoId == 2) || $row.giftExchangeInfoId == 1)
                <a href="#q('/user/pointUse/pointUse/')?giftExchangeInfoId=$!row.giftExchangeInfoId" data-ajax="false">$!row.linkText</a><br>
        #end
        #end
        </p>
        #foreach($row in $!pointUseForm.giftExchangeInfoList)
        #if(($!pointUseForm.ichicoHide == false && $row.giftExchangeInfoId == 2) || $row.giftExchangeInfoId == 1)
                $!row.message
        #end
        #end

</div>

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

</body>
</html>