Lines Matching refs:link
104 …$link = "search.php?cmd=display{$package_name_string}{$package_nname_string}{$link_params_string}"; variable
108 $link .= '&showmenu=1';
116 $link .= '&status=' . urlencode($status);
122 <?php show_prev_next($begin, $rows, $total_rows, $link, $limit);?>
137 <th class="results"><a href="<?php echo $link;?>&reorder_by=id">ID#</a></th>
138 <th class="results"><a href="<?php echo $link;?>&reorder_by=ts1">Date</a></th>
139 <th class="results"><a href="<?php echo $link;?>&reorder_by=ts2">Last Modified</a></th>
141 <th class="results"><a href="<?php echo $link;?>&reorder_by=package_name">Package</a></th>
143 <th class="results"><a href="<?php echo $link;?>&reorder_by=bug_type">Type</a></th>
144 <th class="results"><a href="<?php echo $link;?>&reorder_by=status">Status</a></th>
145 <th class="results"><a href="<?php echo $link;?>&reorder_by=php_version">PHP Version</a></th>
146 <th class="results"><a href="<?php echo $link;?>&reorder_by=php_os">OS</a></th>
147 <th class="results"><a href="<?php echo $link;?>&reorder_by=sdesc">Summary</a></th>
148 <th class="results"><a href="<?php echo $link;?>&reorder_by=assign">Assigned</a></th>
200 show_prev_next($begin, $rows, $total_rows, $link, $limit);
368 function show_prev_next($begin, $rows, $total_rows, $link, $limit) argument
383 echo '<a href="' . $link . '&begin=';
396 echo '<a href="' . $link . '&begin=' . ($begin+$limit);