Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
3
        <tr>
4
          <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>
5
          <td width="85%" align="center" class="rechts">|
6
            <?
7
		for ($a=0; $a < $count; $a+=$range)
8
		{
9
?>
10
            <? if ($start == $a) {echo "<b>";} ?>
11
            <a href="<? echo $self?>?action=<? echo $action ?>&sort=<? echo $sort ?>&start=<? echo $a ?>"> <font color="#<? echo $webs[font_color_links] ?>"> <? echo $a ?> -
12
            <? if ($count - $a > $range-1) { echo $a + $range-1; } else { echo $count; } ?>
13
            <? if ($start == $a) {echo "</b>";} ?>
14
            | </font> </a>
15
            <?
16
		}
17
?>
18
          </td>
19
          <td width="10%" align="right" class="rechts" nowrap>&nbsp; <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>
20
        </tr>
21
      </table>