plugins/SpecialUserFuncs.php
changeset 115 261f367623af
parent 111 b348ace50bc7
child 116 77c75179bb95
equal deleted inserted replaced
114:47393c6619ea 115:261f367623af
  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