-
Notifications
You must be signed in to change notification settings - Fork 3
/
header.tpl.php
93 lines (84 loc) · 2.32 KB
/
header.tpl.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
<?php
include_once("config.php");
?>
<!doctype html>
<html>
<head>
<meta charset='utf-8' />
<title>Newsletter Subscription</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="https://nixers.net/css.php?stylesheet=44" />
<link type="text/css" rel="stylesheet" href="https://nixers.net/cache/themes/theme1/thread_status.css" />
<link type="text/css" rel="stylesheet" href="https://nixers.net/cache/themes/theme13/css3.css" />
<link rel="shortcut icon" href="https://i.imgur.com/yzxJYgq.png" />
<link rel="alternate" type="application/rss+xml" title="Newsletter Feed (RSS)" href="<?=rtrim(URL,'/').'/'.trim(NEWSLETTER_RSS_PLACE,'/');?>" />
<style>
#navlinks li {
display: inline;
padding-right: 0.5ex;
padding-left: 0.5ex;
}
#navlinks li::after {
content: " | ";
}
::selection {
background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #ffb7b7; /* Gecko Browsers */
}
p {
margin-top: 1ex;
margin-bottom: 1ex;
}
.feed_content {
word-wrap: break-word;
}
code {
overflow: scroll;
max-width: 100%;
display: block;
}
</style>
</head>
<body>
<!--
_) |
__ \ |\ \ / _ \ __| __| __ \ _ \ __|
| | | ` < __/ | \__ \ | | __/ |
_| _|_| _/\_\\___|_| ____/_)_| _|\___|\__|
-->
<div id="header">
<div id="infobar">
<div id="navcontainer">
<div id="nixerlogo">
<a href="<?=URL?>">nixers</a><span style="color:#638B87; font-size: 13px;">' newsletter</span>
</div>
<hr/>
<div id="navlinks">
<span class="inline_block">
<a href="./feed.xml">RSS</a>
</span>
<span> | </span>
<span class="inline_block">
<a href="./entries.php">Browsable Entries</a>
</span>
<span> | </span>
<span class="inline_block">
<a href="https://nixers.net">Forums</a>
</span>
<span> | </span>
<span class="inline_block">
<a href="https://podcast.nixers.net/what">Podcast</a>
</span>
<span> | </span>
<span class="inline_block">
<a href="https://nixers.net/showthread.php?tid=1939">Other Activities</a>
</span>
</div>
<hr/>
</div>
</div>
</div>
<h1>Nixers Newsletter</h1>