<?php

// $Id: search_empr.txt,v 1.2 2015/06/15 12:55:33 pmbs Exp $

// howto search a borrower

$content = "
<div class='row'>
<h3><center>PMB: Use of special characters in search of readers</center></h3>
</div>
<br /><hr /><br /><b>Extended search</b><br />
<p class='pn-normal'>To show the list of all the readers, let the field empty and validate.</p>

<b>Selective search</b><br />
<p class='pn-normal'>For a more selective search, it is possible to use special characters: <br /> 
<ul>
<li>to search for names that <b>start</b> with <b>ALE</b>, type in: <b>^ALE</b>, </li>
<li>to search for names that <b>contain ALE</b>, type in: <b>ALE</b>, </li>
<li>to search for names that <b>end</b> with <b>ALE</b>, type in: <b>ALE$</b>.</li>
</ul></p>

<hr /><br />
<div class='row'><center>
<a href='#' onclick='window.close()'>
<!--<img src='./images/close.gif' border='0' alt='[$msg[197]]' title='$msg[197]'>-->
[$msg[197]]
</center></a>
</div>
";

print $content;

?>