|  | @@ 639-646 (lines=8) @@ | 
                                                            
                                    | 636 |  |             } | 
                                                            
                                    | 637 |  |             $vor  = $page - 1; | 
                                                            
                                    | 638 |  |             $next = $page + 1; | 
                                                            
                                    | 639 |  |             if ($vor != 0) { | 
                                                            
                                    | 640 |  |                 $url              = $sids.'&action=search&tagging_id='.$tagging_id.'&seite='.$vor; | 
                                                            
                                    | 641 |  |                 $oLink            = new PMF_Link(PMF_Link::getSystemRelativeUri().'?'.$url, $this->_config); | 
                                                            
                                    | 642 |  |                 $oLink->itemTitle = 'tag'; | 
                                                            
                                    | 643 |  |                 $oLink->text      = $this->pmf_lang["msgPrevious"]; | 
                                                            
                                    | 644 |  |                 $oLink->tooltip   = $this->pmf_lang["msgPrevious"]; | 
                                                            
                                    | 645 |  |                 $output          .= '[ '.$oLink->toHtmlAnchor().' ]';  | 
                                                            
                                    | 646 |  |             } | 
                                                            
                                    | 647 |  |             $output .= " "; | 
                                                            
                                    | 648 |  |             if ($next <= $pages) { | 
                                                            
                                    | 649 |  |                 $url              = $sids.'&action=search&tagging_id='.$tagging_id.'&seite='.$next; | 
                                                                                
                                |  | @@ 648-655 (lines=8) @@ | 
                                                            
                                    | 645 |  |                 $output          .= '[ '.$oLink->toHtmlAnchor().' ]';  | 
                                                            
                                    | 646 |  |             } | 
                                                            
                                    | 647 |  |             $output .= " "; | 
                                                            
                                    | 648 |  |             if ($next <= $pages) { | 
                                                            
                                    | 649 |  |                 $url              = $sids.'&action=search&tagging_id='.$tagging_id.'&seite='.$next; | 
                                                            
                                    | 650 |  |                 $oLink            = new PMF_Link(PMF_Link::getSystemRelativeUri().'?'.$url, $this->_config); | 
                                                            
                                    | 651 |  |                 $oLink->itemTitle = 'tag'; | 
                                                            
                                    | 652 |  |                 $oLink->text      = $this->pmf_lang["msgNext"]; | 
                                                            
                                    | 653 |  |                 $oLink->tooltip   = $this->pmf_lang["msgNext"]; | 
                                                            
                                    | 654 |  |                 $output          .= '[ '.$oLink->toHtmlAnchor().' ]'; | 
                                                            
                                    | 655 |  |             } | 
                                                            
                                    | 656 |  |             $output .= "</strong></p>"; | 
                                                            
                                    | 657 |  |         } | 
                                                            
                                    | 658 |  |  |