12345678910111213141516171819202122232425 |
- <!-- $Id: StaleLink.html,v 1.1 2005/06/28 12:12:21 sebong Exp $ -->
- <span jwcid="@Shell" stylesheet="ognl:assets.stylesheet" title="Stale Link" ajaxDelegate="ognl:ajaxDelegate">
- <body>
- You have clicked on a <i>stale link</i>.
- <p>
- <span jwcid="@Insert" value="ognl:message" class="exception-message">
- Exception message goes here.
- </span>
- <p>This is most likely the result of using your
- browser's <b>back</b> button, but can also be an application error.
- <p>You may continue by returning to the
- application's
- <b>
- <a jwcid="home">home page</a></b>.
- </body>
- </span>
|