2004-09-01 15:47:46 +00:00
|
|
|
<!-- You should retain this javascript in your own template! -->
|
2006-12-06 18:13:36 +00:00
|
|
|
<!-- IF S_SEARCH_USER and S_FORM_NAME -->
|
2004-01-07 15:59:45 +00:00
|
|
|
<script language="javascript" type="text/javascript">
|
|
|
|
<!--
|
|
|
|
function insert_user(user)
|
|
|
|
{
|
|
|
|
opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.value = ( opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.value.length && opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.type == "textarea" ) ? opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.value + "\n" + user : user;
|
|
|
|
}
|
|
|
|
|
|
|
|
function insert_marked(users)
|
|
|
|
{
|
2006-03-25 15:39:29 +00:00
|
|
|
if (typeof(users.length) == "undefined")
|
2004-01-07 15:59:45 +00:00
|
|
|
{
|
2006-03-25 15:39:29 +00:00
|
|
|
insert_user(users.value);
|
|
|
|
}
|
|
|
|
else if (users.length > 0)
|
|
|
|
{
|
|
|
|
for (i = 0; i < users.length; i++)
|
2004-01-07 15:59:45 +00:00
|
|
|
{
|
2006-03-25 15:39:29 +00:00
|
|
|
if (users[i].checked)
|
|
|
|
{
|
|
|
|
insert_user(users[i].value);
|
|
|
|
}
|
2004-01-07 15:59:45 +00:00
|
|
|
}
|
|
|
|
}
|
2006-03-25 15:39:29 +00:00
|
|
|
|
2004-05-02 13:06:57 +00:00
|
|
|
self.close();
|
2004-01-07 15:59:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//-->
|
|
|
|
</script>
|
2006-12-06 18:13:36 +00:00
|
|
|
<!-- ENDIF -->
|
2004-01-07 15:59:45 +00:00
|
|
|
|
2005-06-10 19:07:17 +00:00
|
|
|
<form method="post" action="{S_MODE_ACTION}" name="search">
|
2004-01-07 15:59:45 +00:00
|
|
|
|
2005-06-10 19:07:17 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<th colspan="4">{L_FIND_USERNAME}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row3" colspan="4"><span class="gensmall">{L_FIND_USERNAME_EXPLAIN}</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_USERNAME}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="username" value="{USERNAME}" /></td>
|
|
|
|
<td class="row1"><b class="genmed">{L_ICQ}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="icq" value="{ICQ}" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_EMAIL}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="email" value="{EMAIL}" /></td>
|
|
|
|
<td class="row1"><b class="genmed">{L_AIM}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="aim" value="{AIM}" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_JOINED}:</b></td>
|
|
|
|
<td class="row2"><select name="joined_select">{S_JOINED_TIME_OPTIONS}</select> <input class="post" type="text" name="joined" value="{JOINED}" /></td>
|
|
|
|
<td class="row1"><b class="genmed">{L_YIM}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="yahoo" value="{YAHOO}" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_LAST_ACTIVE}:</b></td>
|
|
|
|
<td class="row2"><select name="active_select">{S_ACTIVE_TIME_OPTIONS}</select> <input class="post" type="text" name="active" value="{ACTIVE}" /></td>
|
|
|
|
<td class="row1"><b class="genmed">{L_MSNM}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="msn" value="{MSNM}" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_POSTS}:</b></td>
|
|
|
|
<td class="row2"><select name="count_select">{S_COUNT_OPTIONS}</select> <input class="post" type="text" name="count" value="{COUNT}" /></td>
|
|
|
|
<td class="row1"><b class="genmed">{L_JABBER}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="jabber" value="{JABBER}" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_SORT_BY}:</b></td>
|
|
|
|
<td class="row2" nowrap="nowrap"><select name="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select> </td>
|
|
|
|
<td class="row1"><b class="genmed">{L_POST_IP}:</b></td>
|
|
|
|
<td class="row2"><input class="post" type="text" name="ip" value="{IP}" /></td>
|
|
|
|
</tr>
|
2005-08-19 10:56:46 +00:00
|
|
|
<tr>
|
|
|
|
<td class="row1"><b class="genmed">{L_GROUP}:</b></td>
|
|
|
|
<td class="row2" nowrap="nowrap"><select name="search_group_id">{S_GROUP_SELECT}</select></td>
|
|
|
|
<td class="row1"> </td>
|
|
|
|
<td class="row2"> </td>
|
|
|
|
</tr>
|
2005-06-10 19:07:17 +00:00
|
|
|
<tr>
|
|
|
|
<td class="cat" colspan="4" align="center"><input class="btnlite" type="submit" name="submit" value="{L_SEARCH}" /> <input class="btnlite" type="reset" value="{L_RESET}" /></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<br clear="all" />
|