2004-12-16 12:40:36 +00:00
|
|
|
<form name="personsearch" action="<?php echo $ME ?>" method="post">
|
|
|
|
<input type="hidden" name="tab" value="search" />
|
|
|
|
|
2004-12-28 13:49:15 +00:00
|
|
|
|
2004-12-16 12:40:36 +00:00
|
|
|
<table cellpadding="5" align="center">
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
<td colspan="3"><strong><?php print_string('searchforperson', 'message') ?></strong></td>
|
2004-12-16 12:40:36 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="right"><?php print_string('name') ?>:</td>
|
|
|
|
<td><input type="text" name="name" size="20" alt="<?php print_string('name')?>" /></td>
|
|
|
|
<td><input type="submit" name="personsubmit" value="<?php print_string('search') ?>" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
<td> </td>
|
|
|
|
<td colspan="2"><input type="checkbox" name="mycourses" alt="<?php print_string('onlymycourses', 'message') ?>" /><?php print_string('onlymycourses', 'message') ?></td>
|
2004-12-16 12:40:36 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr><td colspan="3"><hr /></td></tr>
|
|
|
|
|
2004-12-28 13:49:15 +00:00
|
|
|
|
2004-12-16 12:40:36 +00:00
|
|
|
<tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
<td colspan="3"><strong><?php print_string('searchmessages', 'message') ?></strong></td>
|
2004-12-16 12:40:36 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
<td align="right"><?php print_string('keywords', 'message') ?>:</td>
|
|
|
|
<td><input type="text" name="keywords" size="20" alt="<?php print_string('keywords', 'message')?>" /></td>
|
2004-12-16 12:40:36 +00:00
|
|
|
<td><input type="submit" name="keywordssubmit" value="<?php print_string('search') ?>" /></td>
|
|
|
|
</tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td> </td>
|
|
|
|
<td colspan="2"><input type="checkbox" name="includeblocked" alt="<?php print_string('includeblockedusers', 'message') ?>" /><?php print_string('includeblockedusers', 'message') ?></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr><td colspan="3"><input type="radio" name="keywordsoption" alt="<?php print_string('onlytome', 'message') ?>" value="tome" checked="checked" /><?php print_string('onlytome', 'message') ?></td></tr>
|
|
|
|
<tr><td colspan="3"><input type="radio" name="keywordsoption" alt="<?php print_string('onlyfromme', 'message') ?>" value="fromme" /><?php print_string('onlyfromme', 'message') ?></td></tr>
|
|
|
|
<tr><td colspan="3"><input type="radio" name="keywordsoption" alt="<?php print_string('allmine', 'message') ?>" value="allmine" /><?php print_string('allmine', 'message') ?></td></tr>
|
2004-12-16 12:40:36 +00:00
|
|
|
|
|
|
|
<?php if (isadmin()) { ?>
|
2004-12-28 13:49:15 +00:00
|
|
|
<tr><td colspan="3"><input type="radio" name="keywordsoption" alt="<?php print_string('allusers', 'message') ?>" value="allusers" /><?php print_string('allusers', 'message') ?></td></tr>
|
2004-12-16 12:40:36 +00:00
|
|
|
<?php } ?>
|
|
|
|
|
2004-12-28 13:49:15 +00:00
|
|
|
<?php
|
|
|
|
/* Potential abuse problems - temporarily disabled
|
|
|
|
echo '<tr><td colspan="3"><input type="radio" name="keywordsoption" alt="'.get_string('allstudents', 'message').'" value="courseusers" />'.get_string('allstudents', 'message').'<br /> '.$cs.'; </td></tr>';
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
?>
|
2004-12-16 12:40:36 +00:00
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|