1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02:00
git-svn-id: file:///svn/phpbb/trunk@6716 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher 2006-12-06 18:13:36 +00:00
parent 676fd08c47
commit ef6f81a64d
2 changed files with 22 additions and 11 deletions

View File

@ -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 -->

View File

@ -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">