-
Notifications
You must be signed in to change notification settings - Fork 2
/
appeal.html
410 lines (409 loc) · 11.9 KB
/
appeal.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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang='en'>
<head>
<meta name="csrf-param" content="authenticity_token"/>
<meta name="csrf-token"
content="gPvoeh9oq+3P3WlyZxlV2v85yEqyrGtcNcrGwmBrKo5M7wE3Uw9Aab76JMP8GLi4eTqHZobmWOiblxm/feM5MQ=="/>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<meta content='#337AB7' name='theme-color'>
<title>
Appeal Punishments - Overcast Network
</title>
<link rel="shortcut icon" type="image/x-icon"
href="https://cdn.oc.tc/assets/favicon.ico"/>
<link rel="apple-touch-icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-57x57-c773bb9eed44bec814183ea9c338a8d24261d8cf4dd837ebfd11316567fd81e6.png"/>
<link rel="apple-touch-icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-76x76-9b6f7b609f77f40e69d6c3e05780e0fe93ce4fbf6e39c6c749df63a5c526e294.png"
sizes="76x76"/>
<link rel="apple-touch-icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-120x120-4bf1cbf6c6c04c8b98dfd7c828b08c681c8d7533621ab949131c7542344e0a93.png"
sizes="120x120"/>
<link rel="apple-touch-icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-152x152-9285e43ba8ebd0609dad331dc1edb03224b6237f088b999bfd14f81cf716cab6.png"
sizes="152x152"/>
<link rel="apple-touch-icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-167x167-2b722464c6abcaddf5c0d3f64c3292de32c59c079a8ec829a34c0c064f13b55c.png"
sizes="167x167"/>
<link rel="apple-touch-icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-180x180-feb73f6835138a9162af22513c17b7d077fd3ce7f9ef41744eca3e6cbcdee771.png"
sizes="180x180"/>
<link rel="icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-128x128-e17c0fec61348260984daac0ffa7fb9471a25501ca49ef41b2a0daa3130f8ff4.png"
sizes="128x128"/>
<link rel="icon" type="image/png"
href="https://static.oc.tc/assets/icons/icon-192x192-c93c1e496617fec85cd89aa9d3abc62db2232eb1cf901924b5bc81c32bc44ed6.png"
sizes="192x192"/>
<link rel="stylesheet" media="screen"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css"/>
<link rel="stylesheet" media="screen"
href="https://static.oc.tc/assets/application-bfa7ca518e1a8ca212fef53aaa0650a6f5b4475c06914e7178ff5bec94070752.css"/>
<link rel="stylesheet" media="screen"
href="https://fonts.googleapis.com/css?family=Lato:700,400,300"/>
<link rel="stylesheet" media="screen"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"/>
<script
src="https://static.oc.tc/assets/libraries-912fd655d5f42721ec0f4b257ad9e600219d21f56ed23b0125feaf20b7f6e28e.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script
src="https://static.oc.tc/assets/application-279754d779d3df8a6e34571f7a04537497dcab3d7ff24f26101905b5bdcd2e1b.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.0/bootstrap3-typeahead.min.js"></script>
<script>
var
_gaq=_gaq||[];_gaq.push(["_setAccount","UA-30515952-1"]);_gaq.push(["_trackPageview"]);(function(){var
e=document.createElement("script");e.type="text/javascript";e.async=true;e.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var
t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})()
</script>
</head>
<body>
<nav class='navbar navbar-default navbar-static-top'>
<div class='container'>
<div class='navbar-header'>
<button class='navbar-toggle collapsed'
data-target='#top-navbar-collapse' data-toggle='collapse'
id='top-navbar-collapse-button'>
<span class='fa fa-bars'></span>
</button>
<a class="navbar-brand" href="https://majjus.github.io/oc.tc/">
<img class="pull-left" src="https://cdn.oc.tc/assets/logo.png">
Overcast Network
</a>
</div>
<div class='navbar-collapse collapse' id='top-navbar-collapse'>
<ul class='nav navbar-nav' style='margin-right: 0;'>
<li>
<a href='/oc.tc/play'>
<i class='fa fa-play'></i>
Play
</a>
</li>
<li>
<a href='/oc.tc/maps'>
<i class='fa fa-cubes'></i>
Maps
</a>
</li>
<li class='dropdown'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
<i class='fa fa-user'></i>
Players
<b class='caret'></b>
</a>
<ul class='dropdown-menu'>
<li>
<a href='https://oc.tc/leaderboard'>
<i class='fa fa-star'></i>
Rankings
</a>
</li>
<li>
<a href='https://oc.tc/stats'>
<i class='fa fa-line-chart'></i>
Stats
</a>
</li>
<li>
<a href='/oc.tc/channels'>
<i class='fa fa-youtube-play'></i>
Channels
</a>
</li>
<form class='player-search'>
<input class='input-sm form-control typeahead' id='player-search'
name='search' placeholder='Search for a player' type='text'>
</form>
</ul>
</li>
<li class='dropdown'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
<i class='fa fa-trophy'></i>
League
<b class='caret'></b>
</a>
<ul class='dropdown-menu'>
<li>
<a href='/oc.tc/teams'>
<i class='fa fa-group'></i>
Teams
</a>
</li>
<li>
<a href='/oc.tc/tournaments'>
<i class='fa fa-flag'></i>
Tournaments
</a>
</li>
</ul>
</li>
<li>
<a href='/oc.tc/forums'>
<i class='fa fa-comments'></i>
Forum
</a>
</li>
</ul>
<hr class='visible-xs visible-sm' style='margin: 4px; border-color:
#e7e7e7;'>
<ul class='nav navbar-nav pull-right'>
<li class='dropdown'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'
style='outline: none; '>
<i class='fa fa-user'></i>
<div class='visible-xs-inline visible-sm-inline'>
Account
</div>
<b class='caret'></b>
</a>
<ul class='dropdown-menu dropdown-menu-right'>
<li>
<a href='/oc.tc/users/sign_in'>Login</a>
</li>
<li>
<a href='/oc.tc/users/sign_up'>Register</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class='container'>
<div class='flash' style='margin-top: 20px;'>
</div>
<section>
<div class='page-header'>
<h1>
Appeal Punishments
<a class='btn btn-default pull-right' href='/appeals'>
<i class='fa fa-tasks'></i>
All Appeals
</a>
</h1>
</div>
<div class='row'>
<div class='col-md-12'>
<p>Looking to appeal a punishment? Please take the following information
into consideration before appealing.</p>
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<h4>What can be appealed?</h4>
<p>If you have been caught cheating, your appeal will be denied.</p>
<p>Appeals exist in order to catch mistakes, not to argue about the
rules, or your personal virtues.</p>
</div>
<div class='col-md-4'>
<h4>How are appeals resolved?</h4>
<p>The moderator who punished you will review the evidence, and remove
the punishment if they find it was in error.</p>
<p>You can escalate an appeal to have it reviewed by a senior staff
member, but this will delay the resolution.</p>
</div>
<div class='col-md-4'>
<h4>Privilege, not a right</h4>
<p>Playing on our servers is a privilege.</p>
<p>If you abused or have shown promise to abuse Overcast Network, your
appeal will be denied.</p>
</div>
</div>
<div class='row'>
<div class='col-md-6 col-md-offset-3 col-xs-8 col-xs-offset-2
text-center'>
<br>
<a class='btn btn-lg btn-inverse' href='/users/sign_up'>Register</a>
<a class='btn btn-lg btn-primary' href='/users/sign_in'>Login</a>
<br>
<br>
<p>Please login if you have an account. If not, registration is quick and
painless.</p>
</div>
</div>
</section>
<hr>
<div class='modal fade' id='contact'>
<div class='modal-dialog'>
<div class='modal-content'>
<form class="simple_form new_inquiry" id="new_inquiry" action="/inquire"
accept-charset="UTF-8" method="post"><input name="utf8" type="hidden"
value="✓"/><input type="hidden" name="authenticity_token"
value="2pyLVopuZjeZqir6otg3lv4T/+jhkrS7Bd+/HcYxxlwWiGIbxgmNs+iNZ0s52dr0eBCwxNXYhw+rgmBg27nV4w=="/><input
class='subj' name='type' type='hidden' value=''>
<div class='modal-header'>
<button class='close' data-dismiss='modal'>×</button>
<h3 class='modal-title'>
Contact Overcast Network
<small class='subject'></small>
</h3>
</div>
<div class='modal-body'>
<div class='row'>
<div class='col-md-6'>
<div class='form-group'>
<label class="string optional control-label"
for="inquiry_username">Username</label>
<input required="required" class="form-control" type="text"
name="inquiry[username]" id="inquiry_username"/>
</div>
<div class='form-group'>
<label class="string optional control-label"
for="inquiry_message">Message</label>
<textarea rows="10" class="form-control" name="inquiry[message]"
id="inquiry_message">
</textarea>
</div>
</div>
<div class='col-md-6'>
<div class='form-group'>
<label class="email optional control-label"
for="inquiry_email">Email</label>
<input required="required" class="form-control" type="email"
name="inquiry[email]" id="inquiry_email"/>
</div>
<div class='form-group'>
<label class="string optional control-label"
for="inquiry_subject">Subject</label>
<input required="required" class="form-control" type="text"
name="inquiry[subject]" id="inquiry_subject"/>
</div>
<p>We usually respond within 1-2 days if you provide a valid email</p>
<p>Please be as clear and concise as possible. It will help us process
your inquiry faster.</p>
</div>
</div>
</div>
<div class='modal-footer'>
<a class='btn btn-default' data-dismiss='modal' href='#'>Close</a>
<input class='btn btn-primary' data-disable-with='Sending...'
type='submit' value='Send'>
</div>
</form>
</div>
</div>
</div>
<footer>
<div class='row'>
<div class='col-md-2 col-sm-4 col-xs-6'>
<ul class='nav nav-pills nav-stacked'>
<li class='heading'>
Policies
</li>
<li>
<a href='/oc.tc/rules'>Player Rules</a>
</li>
<li>
<a href='/oc.tc/terms'>Terms of Service</a>
</li>
<li>
<a href='/oc.tc/privacy'>Privacy Policy</a>
</li>
<li>
<a href='/oc.tc/refund'>Refund Policy</a>
</li>
</ul>
</div>
<div class='col-md-2 col-sm-4 col-xs-6'>
<ul class='nav nav-pills nav-stacked'>
<li class='heading'>
Moderation
</li>
<li>
<a href='/oc.tc/report'>Report a Player</a>
</li>
<li>
<a href='/oc.tc/appeal'>Appeal a Punishment</a>
</li>
<li>
<a href='/oc.tc/punishments'>Recent Punishments</a>
</li>
</ul>
</div>
<div class='clearfix visible-xs-block' style='padding-bottom:
20px;'></div>
<div class='col-md-2 col-sm-4 col-xs-6'>
<ul class='nav nav-pills nav-stacked'>
<li class='heading'>
Organization
</li>
<li>
<a href='/oc.tc/staff'>Staff Listing</a>
</li>
<li>
<a href='/oc.tc/revisions'>Development Logs</a>
</li>
<li>
<a href='https://github.com/OvercastNetwork/Issues'>Report a Bug</a>
</li>
</ul>
</div>
<div class='clearfix visible-sm-block' style='padding-bottom:
20px;'></div>
<div class='col-md-2 col-sm-4 col-xs-6'>
<ul class='nav nav-pills nav-stacked'>
<li class='heading'>
Contact Us
</li>
<li>
<a class='inquiry' data-toggle='modal' href='#contact'>General
Inquiries</a>
</li>
<li>
<a class='inquiry' data-toggle='modal' href='#contact'>Shop Purchases</a>
</li>
<li>
<a href='/oc.tc/appeal'>Ban Appeals</a>
</li>
</ul>
</div>
<div class='clearfix visible-xs-block' style='padding-bottom:
20px;'></div>
<div class='col-md-2 col-sm-4'>
<ul class='nav nav-pills nav-stacked follow-us'>
<li class='heading'>
Follow Us
</li>
<li>
<a href='https://twitter.com/OvercastPGM
'>
<img
src='https://static.oc.tc/assets/twitter_icon-ce65c4f4c6d6212c05301d0f3c1a38e8a0b6b0baa8c98853b0ddc310372b6e58.png'>
Twitter
</a>
<a href='https://www.facebook.com/OvercastNetwork'>
<img
src='https://static.oc.tc/assets/facebook_icon-34f4e0ba3a52886710c0360d3f8f35352b6c0a73c7181f690c135b1d24eaa8f0.png'>
Facebook
</a>
<a href='https://www.youtube.com/c/OvercastNetwork'>
<img
src='https://static.oc.tc/assets/youtube_icon-a724516a1d426e48bae525ea6e04abc3e1cf8234989b3f300ed294a61a6c893d.png'>
YouTube
</a>
<a href='http://www.twitch.tv/ocnlive'>
<img
src='https://static.oc.tc/assets/twitch_icon-6604f0ced4759bd1c8bb6a01de875a66024f422c14789a752024980d57ba7398.png'>
Twitch
</a>
</li>
</ul>
</div>
<div class='clearfix visible-xs-block' style='padding-bottom:
20px;'></div>
<div class='col-md-2 col-sm-4' style='text-align: center;'>
Servers provided by
<a href='/oc.tc/host'>
<img class='img-responsive'
src='https://static.oc.tc/assets/beastnode-844f199a7f8d0aa2903d26a73ce554bbea1d6030baf3f28bface484c944b5d50.png'>
</a>
<div class='copyright'>
© 2012-2016 Overcast Network
</div>
</div>
</div>
</footer>
</div>
</body>
</html>