errorback.vm 425 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
## エラー画面からの戻るリンク
<tr><td>
  <div id="top">
    #if($tools.isPopup($!request.getAttribute("javax.servlet.forward.request_uri")))
      <a href="#" onclick="return wClose()">閉じる</a>
    #else
      #set( $top = "$tools.topUrlAdmin" )
      #if( $top )
        <a href="$!top">
        	#{if}($AUTHENTICATED_TOKEN)トップへ#{end}戻る。
        </a>
      #end
    #end

  </div>
</td></tr>