<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>#!i.name;</title> <style type="text/css"> .msg_contain { width:250px;padding:2px; background:#!style.headbgcolor;; } .title_line { padding:4px;color:#!style.namecolor;; background:#!style.headbgcolor;; heght:30px;text-align:left; font-weight:bold; } .icon { vertical-align:middle; } .pass_line{ padding:4px;text-align:left; background:#!style.textbgcolor;; color:#!style.textcolor;; } .base_line{ padding:4px;text-align:center; background:#!style.listbgcolor;; } .pw_input{ border:inset 1px #!style.bordercolor;; width:60px;height:20px; background:#!style.namebgcolor;; color:#!style.namecolor;; } </style> </head> <body> #!shell; <div align="center" style="padding:20px;"> <input type="hidden" name="referer" value="#!l.referer;" /> <div class="msg_contain"> <div class="title_line"> <img src="/segio/filtimg/b_icon.gif" class="icon" alt="pw" /> Access Error message !! </div> <div class="pass_line"> <b>"#!error;"</b> </div> <div class="base_line"> <button onclick="history.back(-1);">Return</button> </div> </div> </div> </body> </html>