blob: 7deb845dbca7a70472589889539b6e7f06caa5d8 (
plain)
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
{% load static %}
{% get_static_prefix as STATIC_PREFIX %}
<!doctype html>
<html>
<head>
<title>scanners jammed by {{NAME}}</title>
<link rel="shortcut icon" href="{{ STATIC_PREFIX }}/favicon.ico" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta property="og:title" content="{{NAME}}'s profile on ScannerJammer"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="{{ STATIC_PREFIX }}/profile/{{NAME}}/"/>
<meta property="og:image" content="{{THUMBNAIL}}"/>
<meta property="og:site_name" content="ScannerJammer"/>
<meta property="og:description" content="Youtube video chat"/>
<meta property="fb:admins" content="100001923956223,1709246"/>
<meta name="description" content="Youtube video chat" />
<link href="{{ STATIC_PREFIX }}/css/sasscss/profile.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="{{ STATIC_PREFIX }}/css/sasscss/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="/css/sasscss/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div id="logo">
<a href="/"><img src="{{ STATIC_PREFIX }}/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
<h2>
Use arrow keys to switch videos<br/>
Hit L key to LIKE<br/>
Hit ESC to switch views
</h2>
<h1 id="header">{{UCNAME}} score:{{SCORE}}</h1>
</div>
<div id="logobg"></div>
<div id="flower"><img src="{{ STATIC_PREFIX }}/img/flower-red.gif" height="400" /></div>
<div id="player">
<div id="projector">
<div id="screen"></div>
<div id="ytscreen"></div>
<div id="video-title"></div>
</div>
<nav id="controls">
<button id="prev"><<</button>
<button id="pause">||</button>
<button id="next">>></button>
<button id="scan">SCAN</button>
<button id="like">LIKE</button>
<button id="fullscreen">FULLSCREEN</button>
<a id="video-link" target="_blank">[link]</a>
<span id="sharebutton" class="st_sharethis" st_url="{{ STATIC_PREFIX }}/" st_title="Scanner Jammer"></span>
</nav>
</div>
<div id="playlistbg"></div>
<div id="playlist">
<ol id="queueLinks"></ol>
<ul id="queue"></ul>
</div>
<div id="contact">
<img src="{{ STATIC_PREFIX }}/img/runner.gif" class="avatar">
<p id="bio"></p>
<img src="{{ STATIC_PREFIX }}/img/runner.gif" class="avatar">
</div>
<div id="bg">
<img src="" />
</div>
<div id="sitez">
<div id="settings-hook">EDIT YOUR PROFILE</div>
<div>
<a href="/top/">Top Videos</a> .
<a href="/directory/">Directory</a>
</div>
<div id="likebutton">
<!--
<fb:like href="{{ STATIC_PREFIX }}/" layout="button_count" show_faces="false" width="90" font=""></fb:like>
-->
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe>
</div>
</div>
<div id="settings-container">
<div id="settings-close" class="close">X</div>
<h5>EDITING {{UCNAME}}</h5>
<div class="shim"></div>
<label>background URL</label>
<input type="text" id="profile-bg">
<div class="shim"></div>
<label>corner image URL</label>
<input type="text" id="profile-avatar"><br/>
<div class="shim"></div>
<label>enter your contact info here, you can also paste links to GIFs and images</label>
<textarea id="profile-bio"></textarea><br/>
<div class="shim"></div>
<label> </label><button id="profile-settings-save">save</button><br />
<div class="shim"></div>
<div class="shim"></div>
</div>
<div id="gif-container">
<div id="gifs"></div>
</div>
<div id="msg"></div>
<div id="plea">
please enable javascript
</div>
<div id="fullscreen-warning">Hit Escape to exit fullscreen mode</div>
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
<script type="text/javascript">
serverHost = "{{SERVER_HOST}}"
serverPort = 80
var userVideoQueue = {{VIDZ|safe}}
var userVideoQueueTitle = "my scans"
var topVideoQueue = {{TOPZ|safe}}
var topVideoQueueTitle = "top scans"
var likeVideoQueue = {{LIKEZ|safe}}
var likeVideoQueueTitle = "jams i like"
var userProfile = {{PROFILE|safe}}
var now = {{NOW}}
</script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/jquery.md5.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/swfobject.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/soundmanager2.js"></script>
<!--not sure what debug is -->
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/debug.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/api.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/auth.js"></script>
<!--really not sure why chat and like are here -->
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/like.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/chat.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/player.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/vimeo.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/youtube.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/soundcloud.js"></script>
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/audio.js"></script>
<!-- I guess the probz you were talking about would be in profile.js -->
<script type="text/javascript" src="{{ STATIC_PREFIX }}/js/profile.js"></script>
<!--
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher:'12cf4ab4-b19f-44d7-81ac-9454fd7334b0',onhover:false});</script>
-->
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
</html>
|