StaleLink.html 571 B

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