www.pudn.com > crm_lm7ap6.rar > searchResults.inc, change:2011-06-14,size:700b
<?php /** * @copyright 2011 City of Bloomington, Indiana * @license http://www.gnu.org/licenses/agpl.txt GNU/AGPL, see LICENSE.txt * @author Cliff Ingham <inghamn@bloomington.in.gov> * @param PersonList $this->personList * @param string $this->return_url (optional) The url to use for each of th search results */ ?> <div class="findPeopleResults"> <h1>Search Results</h1> <?php if (count($this->personList)) { include APPLICATION_HOME.'/blocks/html/people/personList.inc'; } else { echo '<p>No results found</p>'; } if (userIsAllowed('People')) { echo $this->linkButton( 'Add a Person',BASE_URL.'/people/updatePerson.php','add',null,null,'button' ); } ?> </div>