ConstruccionesCNJ_Web/Source/gallery2/modules/httpauth/templates/TryLogout.tpl
2007-10-31 12:30:19 +00:00

26 lines
836 B
Smarty

{*
* $Revision: 15543 $
* If you want to customize this file, do not edit it directly since future upgrades
* may overwrite it. Instead, copy it into a new directory called "local" and edit that
* version. Gallery will look for that file first and use it if it exists.
*}
<script type="text/javascript">
// <![CDATA[
try {ldelim}
{* http://msdn.microsoft.com/workshop/author/dhtml/reference/constants/clearauthenticationcache.asp *}
document.execCommand("ClearAuthenticationCache");
{rdelim} catch (exception) {ldelim}
{rdelim}
window.location = "{$TryLogout.scriptUrl}";
// ]]>
</script>
<div class="gbBlock">
<p class="giDescription">
{g->text text="If you're not automatically redirected, %sclick here to finish logging out%s." arg1="<a href=\"`$TryLogout.hrefUrl`\">" arg2="</a>"}
</p>
</div>