[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <form id="personsearch" method="post"> 2 <div id="combinedcontactssearchspan" class="mdl-left"> 3 <table cellpadding="5" class="message_form"> 4 <tr> 5 <td colspan="3" class="message_heading mdl-left"> 6 <input type="hidden" name="sesskey" value="<?php p(sesskey()); ?>" /> 7 <label for="combinedsearch" class="accesshide"><?php print_string('searchcombined', 'message'); ?></label> 8 <input type="text" name="combinedsearch" size="40" id="combinedsearch" value="<?php p($combinedsearchstring); ?>" /> 9 <input type="submit" name="combinedsubmit" value="<?php print_string('searchcombined','message') ?>" /> 10 <a href="index.php?usergroup=<?php echo MESSAGE_VIEW_SEARCH ?>&advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a> 11 </td> 12 </tr> 13 </table> 14 </div> 15 16 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |