-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy.php
More file actions
45 lines (44 loc) · 1.67 KB
/
policy.php
File metadata and controls
45 lines (44 loc) · 1.67 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
<?php
session_start();
error_reporting(0);
mysqli_report(MYSQLI_REPORT_OFF);
?>
<!DOCTYPE html>
<html>
<head>
<title>Your Account Was Blocked - YREMS</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<link rel="stylesheet" type="text/css" href="/yicrc/eng/yicrc_english_3.css">
<script type="text/javascript" src="/yicrc/base.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body style="background: white;">
<div class="header">
<div class="header_content">
<img id="logo" src="/yicrc/img/yrems_logo.png" class="logo" alt="YREMS" />
</div>
</div>
<div class="content_div">
<div class="col-2 hide_mobile"></div>
<div class="col-8">
<h1>Policies</h1>
<table class="list">
<tr><td>RC Events Sign-up/Cancel Policy</td></tr>
<tr>
<td>
<b>Cancellation Policy</b><br />
1. To cancel your attendance to an event, please contact your RA at least 24 hours before the event.<br />
2. If you don’t show up to the event without cancelling, you will need to have a face-to-face meeting with your Residential Master, Professor Denton, before you can sign up for future events.<br />
</td>
</tr>
</table>
</div>
<div class="col-2 hide_mobile"></div>
</div>
<script>
</script>
</body>
</html>