equal
deleted
inserted
replaced
1222 </table> |
1222 </table> |
1223 </div> |
1223 </div> |
1224 ' . |
1224 ' . |
1225 '<div style="float: left;"> |
1225 '<div style="float: left;"> |
1226 <form action="' . makeUrlNS('Special', 'Memberlist') . '" method="get" onsubmit="if ( !submitAuthorized ) return false;">' |
1226 <form action="' . makeUrlNS('Special', 'Memberlist') . '" method="get" onsubmit="if ( !submitAuthorized ) return false;">' |
|
1227 . ( urlSeparator == '&' ? '<input type="hidden" name="title" value="' . htmlspecialchars( $paths->nslist[$paths->namespace] . $paths->cpage['urlname_nons'] ) . '" />' : '' ) |
|
1228 . ( $session->sid_super ? '<input type="hidden" name="auth" value="' . $session->sid_super . '" />' : '') |
1227 . '<p>Find a member: ' . $template->username_field('finduser') . ' <input type="submit" value="Go" /><br /><small>You may use the following wildcards: * to match multiple characters, ? to match a single character.</small></p>' |
1229 . '<p>Find a member: ' . $template->username_field('finduser') . ' <input type="submit" value="Go" /><br /><small>You may use the following wildcards: * to match multiple characters, ? to match a single character.</small></p>' |
1228 . '</form> |
1230 . '</form> |
1229 </div>' // Footer (printed after rows) |
1231 </div>' // Footer (printed after rows) |
1230 ); |
1232 ); |
1231 |
1233 |