mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Additional updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1240 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>phpBB Administration</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<frameset cols="170,*" scrolling="no" border="0">
|
||||
<frame src="{S_FRAME_NAV}" name="nav">
|
||||
<frame src="{S_FRAME_MAIN}" name="main">
|
||||
<frameset cols="170,*" rows="*" border="0" framespacing="0" frameborder="NO">
|
||||
<frame src="{S_FRAME_NAV}" name="nav" noresize marginwidth="3" marginheight="3" scrolling="AUTO">
|
||||
<frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="AUTO">
|
||||
</frameset>
|
||||
|
||||
<noframes>
|
||||
@@ -13,5 +14,4 @@
|
||||
<p>Sorry, your browser doesn't seem to support frames</p>
|
||||
</body>
|
||||
</noframes>
|
||||
|
||||
</html>
|
@@ -3,7 +3,7 @@
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
|
||||
<td class="catHead" height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td>
|
||||
<td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
|
||||
|
@@ -8,19 +8,34 @@ function refresh_username(selected_username)
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<form method="post" name="search" action="{S_SEARCH_ACTION}"><table width="100%" border="0" cellspacing="0" cellpadding="5" align="center" height="100%">
|
||||
<form method="post" name="search" action="{S_SEARCH_ACTION}">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
||||
<tr>
|
||||
<td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead">{L_SEARCH_USERNAME}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" class="row1"><span class="genmed"><br /><input type="text" name="search_author" value="{AUTHOR}" class="post" /> <input type="submit" name="search" value="{L_SEARCH}" class="liteoption" /></span><br /><span class="gensmall">{L_SEARCH_EXPLAIN}</span><br />
|
||||
<!-- BEGIN switch_select_name -->
|
||||
<span class="genmed">{L_UPDATE_USERNAME}<br /><select name="author_list">{S_AUTHOR_OPTIONS}</select> <input type="submit" class="liteoption" onClick="refresh_username(this.form.author_list.options[this.form.author_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" /></span><br />
|
||||
<!-- END switch_select_name -->
|
||||
<br /><span class="gen"><a href="javascript:window.close();" class="gen">{L_CLOSE_WINDOW}</a></span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" height="25">{L_SEARCH_USERNAME}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" class="row1"><span class="genmed"><br />
|
||||
<input type="text" name="search_author" value="{AUTHOR}" class="post" />
|
||||
|
||||
<input type="submit" name="search" value="{L_SEARCH}" class="liteoption" />
|
||||
</span><br />
|
||||
<span class="gensmall">{L_SEARCH_EXPLAIN}</span><br />
|
||||
<!-- BEGIN switch_select_name -->
|
||||
<span class="genmed">{L_UPDATE_USERNAME}<br />
|
||||
<select name="author_list">{S_AUTHOR_OPTIONS}
|
||||
</select>
|
||||
|
||||
<input type="submit" class="liteoption" onClick="refresh_username(this.form.author_list.options[this.form.author_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" />
|
||||
</span><br />
|
||||
<!-- END switch_select_name -->
|
||||
<br />
|
||||
<span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</table>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user