mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
160 lines
7.3 KiB
HTML
160 lines
7.3 KiB
HTML
<!-- $Id$ -->
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
<!-- You should retain this javascript in your own template! -->
|
|
<!-- IF S_SEARCH_USER -->
|
|
<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)
|
|
{
|
|
for(i = 0; i < users.length; i++)
|
|
{
|
|
if ( users[i].checked )
|
|
{
|
|
insert_user(users[i].value);
|
|
}
|
|
}
|
|
}
|
|
|
|
function marklist(status)
|
|
{
|
|
for (i = 0; i < document.results.length; i++)
|
|
{
|
|
document.results.elements[i].checked = status;
|
|
}
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
<form method="post" action="{S_MODE_ACTION}" name="search"><table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
|
<tr>
|
|
<th colspan="2" height="28">{L_FIND_USERNAME}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row3" colspan="2"><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>
|
|
</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>
|
|
</tr>
|
|
<tr>
|
|
<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_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_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_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_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>
|
|
</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>
|
|
</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>
|
|
</tr>
|
|
<tr>
|
|
<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>
|
|
<tr>
|
|
<td class="row1"><b class="genmed">{L_SORT_BY}:</b></td>
|
|
<td class="row2" valign="middle" nowrap="nowrap"><select name="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" colspan="2" align="center"><input class="btnlite" type="submit" name="submit" value="{L_SEARCH}" /> <input class="btnlite" type="reset" value="{L_RESET}" /></td>
|
|
</tr>
|
|
</table></form>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF S_SEARCH_USER --><form method="post" name="results" action="{S_MODE_ACTION}" onsubmit="insert_marked(this.user);return false"><!-- ELSE --><form method="post" action="{S_MODE_ACTION}"><!-- ENDIF --><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td class="nav" align="left"><a href="{U_INDEX}">{L_INDEX}</a></td>
|
|
<!-- IF U_FIND_MEMBER neq '' --><td class="gensmall" align="right"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td><!-- ENDIF -->
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
|
<tr>
|
|
<th height="28" nowrap="nowrap">#</th>
|
|
<th nowrap="nowrap" width="25%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
|
|
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th>
|
|
<th nowrap="nowrap" width="10%"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th>
|
|
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_RANK}">{L_RANK}</a></th>
|
|
<th nowrap="nowrap" width="11%">{L_SEND_MESSAGE}</th>
|
|
<th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_EMAIL}">{L_EMAIL}</a></th>
|
|
<th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th>
|
|
<!-- IF S_SEARCH_USER --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->
|
|
</tr>
|
|
<!-- BEGIN memberrow -->
|
|
|
|
<!-- IF memberrow.S_ROW_COUNT is even -->
|
|
<tr class="row2">
|
|
<!-- ELSE -->
|
|
<tr class="row1">
|
|
<!-- ENDIF -->
|
|
|
|
<td class="gen" align="center"> {memberrow.ROW_NUMBER} </td>
|
|
<td class="gen" align="center"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></td>
|
|
<td class="gensmall" align="center" valign="middle" nowrap="nowrap"> {memberrow.JOINED} </td>
|
|
<td class="gen" align="center" valign="middle">{memberrow.POSTS}</td>
|
|
<td class="gen" align="center" valign="middle">{memberrow.RANK_IMG}</td>
|
|
<td class="gen" align="center"> <!-- IF memberrow.U_PM --><a href="{memberrow.U_PM}">{PM_IMG}</a><!-- ENDIF --> </td>
|
|
<td class="gen" align="center" valign="middle"> <!-- IF memberrow.U_EMAIL --><a href="{memberrow.U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --> </td>
|
|
<td class="gen" align="center"> <!-- IF memberrow.U_WWW --><a href="{memberrow.U_WWW}" target="_userwww">{WWW_IMG}</a><!-- ENDIF --> </td>
|
|
<!-- IF S_SEARCH_USER --><td align="center" valign="middle"><input type="checkbox" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->
|
|
|
|
</tr>
|
|
|
|
<!-- BEGINELSE -->
|
|
|
|
<tr>
|
|
<td class="row1" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="30" align="center" valign="middle"><span class="gen">{L_NO_MEMBERS}</span></td>
|
|
</tr>
|
|
|
|
<!-- END memberrow -->
|
|
|
|
<tr>
|
|
<td class="cat" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td align="center"><!-- IF S_SEARCH_USER --><input class="btnlite" type="submit" value="{L_SELECT_MARKED}" /><!-- ELSE --><span class="gensmall">{L_SELECT_SORT_METHOD}:</span> <select name="sk">{S_MODE_SELECT}</select> <span class="gensmall">{L_ORDER}</span> <select name="sd">{S_ORDER_SELECT}</select> <input type="submit" name="submit" value="{L_SUBMIT}" class="btnlite" /><!-- ENDIF --></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="95%" cellspacing="2" cellpadding="0" border="0" align="center">
|
|
<tr>
|
|
<td valign="top"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ <b>{TOTAL_USERS}</b> ]</span></td>
|
|
<td align="right"><span class="gensmall"><!-- IF S_SEARCH_USER --><b><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><br /><!-- ENDIF -->{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
|
|
</tr>
|
|
</table></form>
|
|
|
|
<table width="95%" cellspacing="2" border="0" align="center">
|
|
<tr>
|
|
<td valign="top" align="right"><!-- INCLUDE jumpbox.html --></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- INCLUDE overall_footer.html --> |