MemberMgr/new.skin
general parameters used in this skin:
  • response.action
  • response.searchresult

Sourcecode in MemberMgr/new.skin:
1:   <form method="post" action="<% response.action %>">
2:   <table border="0" cellspacing="0" cellpadding="0">
3:   <tr>
4:   <td nowrap="nowrap"><% input type="text" name="keyword" %>&nbsp;</td>
5:   <td nowrap="nowrap"><% input type="submit" name="search" value="Search" %></td>
6:   </tr>
7:   </table>
8:   </form>
9:   
10:  <% response.searchresult %>
11: