Searched refs:link (Results 1 – 4 of 4) sorted by relevance
/web-bugs/www/ |
H A D | search.php | 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> 143 <th class="results"><a href="<?php echo $link;?>&reorder_by=bug_type">Type</a></th> 146 <th class="results"><a href="<?php echo $link;?>&reorder_by=php_os">OS</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='; [all …]
|
/web-bugs/templates/pages/ |
H A D | index.php | 62 <?php foreach ($searches as $title => $link): ?> 63 <li><a href="<?= $this->noHtml($link) ?>"><?= $this->e($title) ?></a></li>
|
/web-bugs/docs/ |
H A D | templates.md | 54 <link rel="stylesheet" href="/css/style.css">
|
/web-bugs/www/css/ |
H A D | style.css | 77 td.head-menu a:link, 289 a:link {
|
Completed in 6 milliseconds