gdritter repos frony-ritter-designs / ef8e95a
Remove no-longer-used templates Getty Ritter 4 years ago
2 changed file(s) with 0 addition(s) and 103 deletion(s). Collapse all Expand all
+0
-12
old_templates/design_page.html less more
1 $def with(title, images, description, category, id)
2 <div class="design">
3 <div class="title">$title</div>
4 <div class="images">
5 $for i in images:
6 <img src="/static/photos/$i" />
7 </div>
8 <div class="description">$:markdown(description)</div>
9 <div class="related">
10 <a href="/category/$category/">$(category.capitalize())</a>
11 </div>
12 </div>
+0
-91
old_templates/main.html less more
1 $def with (title, contents)
2 <?xml version="1.0" encoding="utf-8"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <script>
8 /* Google Analytics malarkey */
9 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
10 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
12 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
13
14 ga('create', 'UA-43663896-1', 'fronyritterdesigns.com');
15 ga('send', 'pageview');
16 </script>
17 <meta http-equiv="Content-Type" contents="application/xhtml+xml; charset=utf-8;" />
18 <meta name="description" content="Cross-Stitch Patterns and Other Crafts from Frony Ritter Designs" />
19 <link rel="stylesheet" type="text/css" href="/static/standard.css" />
20 <title>Frony Ritter Designs &ndash; $title</title>
21 </head>
22 <body>
23 <div id="page">
24 <div id="header">
25 <p>
26 <a href="/"><img src="/static/frd_logo.png"/></a>
27 </p>
28 <p>$title</p>
29 </div>
30 <div id="sidebyside">
31 <div class="topnav">
32 <ul>
33 <a href="/"><li class="topitem">Home</li></a>
34 <a href="http://blog.fronyritterdesigns.com/"><li class="topitem">Blog</li></a>
35
36 <a href="/category/charts"><li class="topitem">Cross-Stitch Charts</li></a>
37
38 <ul>
39 <a href="/category/charts/tag/celtic"><li class="topitem">Celtic Series</li></a>
40 <a href="/category/charts/tag/spring"><li class="topitem">Spring Series</li></a>
41 <a href="/category/charts/tag/summer"><li class="topitem">Summer Series</li></a>
42 <a href="/category/charts/tag/fall"><li class="topitem">Fall Series</li></a>
43 <a href="/category/charts/tag/winter"><li class="topitem">Winter Series</li></a>
44 <a href="/category/charts/tag/flags"><li class="topitem">Flags</li></a>
45 <a href="/category/charts/tag/booklets"><li class="topitem">Booklets</li></a>
46 <a href="/category/charts/tag/kits"><li class="topitem">Kits</li></a>
47 <a href="/category/charts/tag/minis"><li class="topitem">Minis</li></a>
48 <a href="/category/charts/tag/large"><li class="topitem">Large Charts</li></a>
49 <a href="/category/charts/tag/recipe"><li class="topitem">Small-Batch Recipe</li></a>
50 </ul>
51
52 <a href="/category/papercrafting" ><li class="topitem" >Papercraft Ideas</li></a>
53 <ul>
54 <a href="/tag/cards"><li class="topitem">Cards</li></a>
55 <a href="/tag/tags"><li class="topitem">Tags</li></a>
56 <a href="/tag/placecards"><li class="topitem">Placecards</li></a>
57 <a href="/tag/boxes"><li class="topitem">Boxes</li></a>
58 <a href="/tag/bags"><li class="topitem">Bags</li></a>
59 </ul>
60
61 <a href="/category/beading" ><li class="topitem" >Beading</li></a>
62
63 <a href="/category/paintings"><li class="topitem">Painting</li></a>
64
65 <a href="/tag/free"><li class="topitem">Free Patterns</li></a>
66 <ul>
67 <a href="/category/charts/tag/free"><li class="topitem">Cross-Stitch</li></a>
68 <a href="/category/paintings/tag/free"><li class="topitem">Painting</li></a>
69 <a href="/category/beading/tag/free"><li class="topitem">Beading</li></a>
70 </ul>
71
72 <a href="/category/gallery"><li class="topitem">Stitchers' Gallery</li></a>
73
74 <a href="/wheretobuy"><li class="topitem">Where To Buy</li></a>
75 <a href="/retailinfo"><li class="topitem">Info For Retailers</li></a>
76 <a href="/corrections/"><li class="topitem">Corrections</li></a>
77 <a href="/about/"><li class="topitem">About</li></a>
78
79 </ul>
80 </div>
81 <div id="contents">
82 $:contents
83 </div>
84 <div style="clear: both;"></div>
85 </div>
86 <div id="footer">
87 &copy;2017 | <a href="/about/">About</a> | <a href="/contact/">Contact</a>
88 </div>
89 </div>
90 </body>
91 </html>