~tsep-dev/tsep/0.9-beta

« back to all changes in this revision

Viewing changes to trunk/app/views/indices/search.ctp

  • Committer: geoffreyfishing
  • Date: 2011-01-11 00:55:11 UTC
  • Revision ID: svn-v4:ae0de26e-ed09-4cbe-9a20-e40b4c60ac6c::124
Updated CSS and truncated results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
1
<?php 
4
2
 
5
 
$this->Paginator->options(array(
6
 
    'update' => '#update',
7
 
    'evalScripts' => true
8
 
));
9
3
 
10
4
        if (!empty($matches)) {
11
5
                foreach ($matches as $match) {
27
21
                <?php 
28
22
        }
29
23
        
30
 
        echo $js->writeBuffer();
31
24
?>
32
25
<br />
33
26
<br />
34
27
<?php echo $paginator->prev('&laquo;Previous', array('escape' => false, 'url' => array('?' => $this->params['url'])), null, array('escape' => false)); ?>
35
28
&nbsp;&nbsp;&nbsp;
36
 
<?php echo $paginator->next('Next&raquo;', array('escape' => false,'url' => array('?' => $this->params['url'])), null, array('escape' => false)); ?>    
 
29
<?php echo $paginator->next('Next&raquo;', array('escape' => false,'url' => array('?' => $this->params['url'])), null, array('escape' => false)); ?>