<!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:;
}
.title_line {
padding:4px;color:;
background:;
heght:30px;text-align:left;
font-weight:bold;
}
.icon { vertical-align:middle; }
.pass_line{
padding:4px;text-align:left;
background:;
color:;
}
.base_line{
padding:4px;text-align:center;
background:;
}
.pw_input{
border:inset 1px ;
width:60px;height:20px;
background:;
color:;
}
</style>
</head>
<body>
#!shell;
<div align="center" style="padding:20px;">
<form target="action_pw" method="post" action=""
enctype="multipart/form-data" name="auth_form">
<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" />
Input the password.
</div>
<div class="pass_line">
<b>PassWord:</b>
<input name="passwd" type="password" class="pw_input" value=""/>
</div>
<div class="base_line">
<button type="submit">Submit</button>
<button name="cancel" onclick="history.back();">Cancel</button>
</div>
</div>
</form>
<iframe frameborder="0" height="0" width="0"
name="action_pw"></iframe>
</div>
</body>
</html>