-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.txp
More file actions
92 lines (80 loc) · 2.72 KB
/
default.txp
File metadata and controls
92 lines (80 loc) · 2.72 KB
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title><txp:page_title /></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="generator" content="Textpattern CMS" />
<txp:if_search>
<meta name="robots" content="none" />
<txp:else />
<txp:if_category>
<meta name="robots" content="noindex, follow, noodp, noydir" />
<txp:else />
<txp:if_author>
<meta name="robots" content="noindex, follow, noodp, noydir" />
<txp:else />
<meta name="robots" content="index, follow, noodp, noydir" />
</txp:if_author>
</txp:if_category>
</txp:if_search>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="<txp:site_url />css/normalize.css"/>
<link rel="stylesheet" type="text/css" href="<txp:site_url />css/default.css"/>
<link rel="stylesheet" type="text/css" media="print" href="<txp:site_url />css/print.css"/>
<txp:feed_link flavor="atom" format="link" label="Atom" />
<txp:feed_link flavor="rss" format="link" label="RSS" />
<txp:rsd />
<txp:if_section name="">
<link rel="canonical" href="<txp:site_url />" />
<txp:else />
<txp:if_individual_article>
<link rel="canonical" href="<txp:permlink />" />
<txp:else />
<link rel="canonical" href="<txp:section url='1' />" />
</txp:if_individual_article>
</txp:if_section>
<link rel="icon" href="<txp:site_url />favicon.png" type="image/x-icon" />
<script type="text/javascript">
function loadFont(url){
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = url;
document.head.appendChild(link);
}
document.body.onload = function() {
// after document is loaded, load the font url
var url = 'https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,400i,700';
loadFont(url);
}
</script>
<!--[if lt IE 9]>
<script src="<txp:site_url />js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1 class="siteTitle"></h1>
</header>
<nav>
<txp:section_list default_title='<txp:text item="Start" />' include_default="1" wraptag="ul" break="">
<li<txp:if_section name='<txp:section />'><txp:if_search><txp:else /><txp:if_category><txp:else /><txp:if_author><txp:else /> class="active"</txp:if_author></txp:if_category></txp:if_search></txp:if_section>>
<txp:section title="1" link="1" />
</li>
</txp:section_list>
</nav>
<article>
<section>
<txp:if_search>
<h1><txp:text item="search_results" /></h1>
<txp:output_form form="search_results"/>
<txp:else />
<txp:article />
</txp:if_search>
</section>
</article>
<footer>
</footer>
</body>
</html>