mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6716 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
676fd08c47
commit
ef6f81a64d
2 changed files with 22 additions and 11 deletions
|
@ -1,6 +1,12 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
<!-- IF S_SEARCH_USER and S_FORM_NAME -->
|
||||
<!-- INCLUDE simple_header.html -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SEARCH_USER --><!-- INCLUDE memberlist_search.html --><!-- ENDIF -->
|
||||
<!-- IF S_SEARCH_USER -->
|
||||
<!-- INCLUDE memberlist_search.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SHOW_GROUP --><!-- INCLUDE memberlist_group.html --><!-- ENDIF -->
|
||||
|
||||
|
@ -93,12 +99,17 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- INCLUDE breadcrumbs.html -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- IF S_SEARCH_USER and S_FORM_NAME -->
|
||||
<!-- INCLUDE simple_footer.html -->
|
||||
<!-- ELSE -->
|
||||
<br clear="all" />
|
||||
|
||||
<!-- INCLUDE breadcrumbs.html -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- ENDIF -->
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
<!-- You should retain this javascript in your own template! -->
|
||||
|
||||
<!-- IF S_SEARCH_USER and S_FORM_NAME -->
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
function insert_user(user)
|
||||
|
@ -30,6 +29,7 @@ function insert_marked(users)
|
|||
|
||||
//-->
|
||||
</script>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<form method="post" action="{S_MODE_ACTION}" name="search">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue