/users/patterns/www/templates/header_w_nav_en.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?php
session_start
();
/*    $action = $_GET['action'];
    function lan_de ()
{
$_SESSION['lang'] = 'de';
}
        
function  lan_en ()
{
$_SESSION['lang'] = 'en';
}
    
switch ($action) {
    case "lan_de": lan_de (); break;
    case "lan_en": lan_en (); break;
}  */

?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name=“description” content="Auf Black Snail Patterns findest du eine Auswahl an historischen und aktuellen Schnitten zum Download. Kostenlose Probeschnitte für den alltäglichen Gebrauch vorhanden. Anfänger oder Profi, für jeden Anspruch das richtige Teil.  ">
<meta name="keywords" content="Schnitte, nähen, blog, gratis, historisch, modern, patterns, Schnittmuster, Schnittbogen, Kinder, Kostüme, Österreich, Deutschland, weltweit, international, black, snail, black snail, edwardian, edwardianisch, victorianisch, victorian, steam, punk, steampunk, wgt, austria">

<title>Black Snail Patterns - from past to present</title>



<link href="/navigation.css?v=3" type="text/css" rel="stylesheet" />
<link href="/Logo1_small.ico" rel="shortcut icon" />
</head>

<body>
<!--    FB Script        -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--    FB Script        -->
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async  data-pin-color="red" data-pin-height="28" data-pin-hover="true" src="//assets.pinterest.com/js/pinit.js"></script>

<!--    <div class="center">    -->
    <img src="/img/header.jpg" alt="BlackSnail" align="center" width="100%"  height="auto" style="order:-3;"/>
   <!-- <img src="img/flagge-deutschland-flagge-tshirt-1x1.gif" alt="german" class="imgright" />-->
   <!-- <br style="clear: both;">-->
   
   <nav style="order:-2;">
    <!--<div class="drop">
    -->
    <label for="drop" class="toggle">Menu</label>
        <input type="checkbox" id="drop" />
        <ul class="menu">
            <li><a href='/index.php'>Home</a>
    <!--            <ul>
                    <li><a href='#'>Sub Link 1</a></li>
                    <li><a href='#'>Sub Link 2</a></li>
                </ul> -->
                
                
            </li>
            <li>
            <label for="drop-1" class="toggle">Patterns +</label>
            <a href='/schnitte/schnitte.php?category=all'>Patterns</a>
                <input type="checkbox" id="drop-1"/>
                <ul>
                    <li><a href='/schnitte/schnitte.php?category=oberteile'>Top</a></li>
                    <li><a href='/schnitte/schnitte.php?category=roecke'>Skirt</a></li>
                    <li><a href='/schnitte/schnitte.php?category=hosen'>Trousers</a></li>
                    <li><a href='/schnitte/schnitte.php?category=kleider'>Dress</a></li>
                    <li><a href='/schnitte/schnitte.php?category=kinder'>Kids</a></li>
                    <li><a href='/schnitte/schnitte.php?category=all'>All</a></li>
                    <li><a href='/schnitte/schnitte.php?category=kostenlos'>Free</a></li>
                    <li><a href='/schnitte/sizes.php'>Size Chart</a></li>
                </ul>
            </li>
            <li>
            <label for="drop-2" class="toggle">Tutorials +</label>
            <a href='/tut/tut.php'>Tutorials</a>
                <input type="checkbox" id="drop-2"/>
                <ul>
                    <li><a href='/tut/tut.php?category=drucken'>Pattern-printing</a></li>
                    <li><a href='/tut/tut.php?category=Tshirt'>T-Shirt</a></li>
                    <li><a href='/tut/tut.php?category=pluderhose'>Harem-Pants</a></li>
          <!--          <li><a href='/tut/tut.php?category=retroshorts'>Retro Shorts</a></li>
                <!--    <li><a href='#'>Sub Link 3</a></li>
                    <li><a href='#'>Sub Link 4</a></li>    -->
                </ul>
            </li>
       <!--     <li><a href='/kontaktform.php'>Kontakt</a>    -->
             <li><a href='/kontaktform/kontakt.php'>Contact</a>
        <!--        <ul>
                    <li><a href='#'>Sub Link 1</a></li>
                    <li><a href='#'>Sub Link 2</a></li>
                    <li><a href='#'>Sub Link 3</a></li>
                    <li><a href='#'>Sub Link 4</a></li>
                </ul>-->
            </li>
            <li><a href='/schnitte/dbsearch.php'>Search</a>
        <!--        <ul>
                    <li><a href='#'>Sub Link 1</a></li>
                    <li><a href='#'>Sub Link 2</a></li>
                    <li><a href='#'>Sub Link 3</a></li>
                    <li><a href='#'>Sub Link 4</a></li>
                </ul>-->
        <!--    </li>-->
            <li><a href='/blog' target="new">Blog</a>
            </li>
          
            <li><a href='/info/info.php'>About me</a>
            </li>
     
        </ul>
       <a href="?category=<?php session_start(); echo $cat?>&action=lan_de&itemnr=<?php session_start(); echo $itemnr?>&ItemNumber=<?php session_start(); echo $_SESSION['ItemNumber']; ?>&token=<?php session_start(); echo $token?>&PayerID=<?php session_start(); echo $payer_id?>&file=<?php session_start(); echo $fileraw?>"><img src="/img/flagge-deutschland.png" alt="english" title="Deutsch" style="border:none; float:right; margin-top:2px; margin-right:5px;" /></a>
        </nav>
     </div>


<!-- hier Sidebar einfügen oder content bzw. content1  -->