forked from ubershmekel/redditp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (105 loc) · 4.6 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<title>redditP</title>
<meta name="description" content="A fullscreen presentation or slide show of reddit. RedditP" />
<link rel="shortcut icon" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.touchwipe.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="http://assets.gfycat.com/js/gfyajax-0.517d.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4533496-15']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="prevArrow fadeOnIdle" title="The arrow keys work too" id="prevButton"></div>
<div class="nextArrow fadeOnIdle" title="Try the arrow keys too" id="nextButton"></div>
<div id="controlsDiv" class='navbox clouds fadeOnIdle'>
<div class="collapser" data-openstate="open">-</div>
<div id="navboxContents">
<ul class="nbmenu">
<li id="subredditUrl"><noscript>No javascript, no gain.</noscript>
</li>
<li>
<a href="https://github.com/ubershmekel/redditp/blob/master/README.md" title="hotkeys">hotkeys</a> -
<a href="https://github.com/ubershmekel/redditp" title="redditp source on github">src</a> -
<a href="http://www.reddit.com/r/redditp" title="who made this">blog</a>
</li>
<li>
<input class="checkbox" type="checkbox" name="nsfw" id="nsfw" value="Auto" checked="true" /><label class="checkbox over18" for="nsfw"> nsfw</label>
</li>
</ul>
<ul class="nbmenu">
<li>
<input class="checkbox" type="checkbox" name="autoNextSlide" id="autoNextSlide" value="Auto" checked="true"/><label class="checkbox" for="autoNextSlide"> Auto-next</label>
every <input type="text" name="timeToNextSlide" id="timeToNextSlide" value="5" size="2" /> seconds
</li>
<li>
<a id='navboxCommentsLink' href='#' title='Comments on reddit'>comments</a>
</li>
<li>
<a id='navboxLink' href='#' title='placeholder'>image</a>
</li>
</ul>
<div class="numberButtonList">
<ul id="allNumberButtons">
<!-- Slide number buttons will be injected by jQuery -->
</ul>
<ul id="sfwNumberButtons">
</ul>
</div>
</div>
</div>
<div id="titleDiv" class='navbox clouds'>
<div class="collapser" data-openstate="open">-</div>
<h2 id='navboxTitle'>
<noscript>Javascript is required for redditp to work :(</noscript>
</h2>
</div>
<div id="recommend" style="display:none; text-align: center; margin: 10px; color: rgb(170, 170, 170);">
<p>Maybe try these presentations instead:</p>
<ul>
<li>
<a href="/r/earthporn">earthporn</a>
</li>
<li>
<a href="/r/aww">aww</a>
</li>
<li>
<a href="/r/foodporn">foodporn</a>
</li>
<li>
<a href="/r/funny">funny</a>
</li>
<li>
<a href="/r/gonewild">gonewild</a>
</li>
<li>
<a href="/r/spaceporn">spaceporn</a>
</li>
<li>
<a href="/r/gifs">gifs</a>
</li>
<li>
<a href="/r/all">all</a>
</li>
</ul>
</div>
<div id="pictureSlider">
<!-- Pictures will be injected by jQuery -->
<div>
<!-- Empty div to be animated out, do not erase -->
</div>
</div>
</body>
</html>