Blame | Letzte Änderung | Log anzeigen | RSS feed
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="10%" class="rechts"><a href="<? echo $self?>?action=<? echo $action ?>&sort=<? echo $sort ?>&start=<? if (($start) > 0) {echo $start-$range;} else {echo "0";} ?>"><font color="#<? echo $webs[font_color_links] ?>">zurück</font></a> </td><td width="85%" align="center" class="rechts">|<?for ($a=0; $a < $count; $a+=$range){?><? if ($start == $a) {echo "<b>";} ?><a href="<? echo $self?>?action=<? echo $action ?>&sort=<? echo $sort ?>&start=<? echo $a ?>"> <font color="#<? echo $webs[font_color_links] ?>"> <? echo $a ?> -<? if ($count - $a > $range-1) { echo $a + $range-1; } else { echo $count; } ?><? if ($start == $a) {echo "</b>";} ?>| </font> </a><?}?></td><td width="10%" align="right" class="rechts" nowrap> <a href="<? echo $self?>?action=<? echo $action ?>&sort=<? echo $sort ?>&start=<? if ($start+$range < $count) {echo $start+$range;} else {echo $start;} ?>"><font color="#<? echo $webs[font_color_links] ?>">weiter</font></a> </td></tr></table>