forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
16 lines (15 loc) · 857 Bytes
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<form id="personsearch" method="post">
<div id="combinedcontactssearchspan" class="mdl-left">
<table cellpadding="5" class="message_form">
<tr>
<td colspan="3" class="message_heading mdl-left">
<input type="hidden" name="sesskey" value="<?php p(sesskey()); ?>" />
<label for="combinedsearch" class="accesshide"><?php print_string('searchcombined', 'message'); ?></label>
<input type="text" name="combinedsearch" size="40" id="combinedsearch" value="<?php p($combinedsearchstring); ?>" />
<input type="submit" name="combinedsubmit" value="<?php print_string('searchcombined','message') ?>" />
<a href="index.php?usergroup=<?php echo MESSAGE_VIEW_SEARCH ?>&advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a>
</td>
</tr>
</table>
</div>
</form>