Subversion-Projekte lars-tiefland.ci

Revision

Revision 1327 | Revision 1330 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1327 Revision 1328
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
-
 
2
{if $anker != ""}
-
 
3
<script>
-
 
4
 
-
 
5
    $(document).ready(function() {
-
 
6
        var anker = {$anker}-1;
-
 
7
        $('#'+anker).css("background-color", "#8e8e8e");
-
 
8
        $('html, body').animate({
-
 
9
            scrollTop: $('#{$anker}').offset().top
-
 
10
        }, 1000);
-
 
11
 
-
 
12
    });
-
 
13
 
-
 
14
</script>
-
 
15
{/if}
2
<link rel="stylesheet" href="/backend/css/bestellung.css" />
16
<link rel="stylesheet" href="/backend/css/bestellung.css" />
3
<table style="width:100%">
17
<table style="width:100%">
4
	<tr>
18
	<tr>
5
		<td>BestellNr.</td>
19
		<td>BestellNr.</td>
6
		<td>Best.datum</td>
20
		<td>Best.datum</td>