Hopefully, properly formatted script example now:
[code]
<div id="htmlHeader">
[#assign submitAction="../home.html"]
<meta http-equiv="Refresh" content="0;
url=${submitAction}?mssAction=mssLogout">
</div><!-- end htmlHeader -->
<div id="main" role="main">
[@cms.area name="breadcrumb" content=content/]
[@cms.area name="opener"/]
<h1>Logout.</h1>
<hr/>
<form method="post" action="${submitAction}" autocomplete=""
name="logout_form" id="logout_form" >
If your browser doesn't automatically go there within a few
seconds, you may want to go to logout manually.
<input name="mssAction" type="hidden" value="mssLogout">
<button type="submit">Log Out</button>
</form>
[@cms.area name="content"/]
</div><!-- end main -->
[/code]
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=1a37f630-af17-44e1-8c01-f2ff7544691b
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------