<?php include "../common/includes/php_headerEN.inc.php"; ?>
<?php

  // load records from 'minutes_rods'
  list($minutes_rodsRecords, $minutes_rodsMetaData) = getRecords(array(
    'tableName'   => 'minutes_rods',
    'loadUploads' => true,
    'allowSearch' => false,
  ));

    // load record from 'minutes_overview'
  list($minutes_overviewRecords, $minutes_overviewMetaData) = getRecords(array(
    'tableName'   => 'minutes_overview',
    'where'       => '', // load first record
    'loadUploads' => true,
    'allowSearch' => false,
    'limit'       => '1',
  ));
  $minutes_overviewRecord = @$minutes_overviewRecords[0]; // get first record
  if (!$minutes_overviewRecord) { dieWith404("Record not found!"); } // show error message if no record found
  ?>
<!DOCTYPE html>
<!--[if IE 7 ]><html lang="en" class="ie7"><![endif]-->
<!--[if IE 8 ]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
	<head>

		<!-- Canvas 1.3.2 -->

		<meta id="res" name="viewport" content="initial-scale=1 maximum-scale=1"/>

<a class="social-facebook social-import" href="#"></a>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="keywords" content="Ukrainian, Ukrainian Culture Center, Ukrainian Cultural Center, Ukrainian Cultural Centre Victoria, Event Venue,Hall Rental, Catering, Ukrainian Food, Ukrainian Gifts, Ukrainian Heritage, Ukrainian Canadian, Ukrainian Activities" />
		<meta name="Description" content="Ukrainian Canadian Cultural Society of Vancouver Island (Ukrainian Cultural Center, Victoria) was established in 1978 to serve the Victoria and Vancouver Island Ukrainian Community. The facility is located on Douglas Street in Victoria and offers a gift shop, dance studio, in house catering service, hall available for rental with seating for 180 and an extensive library in both Ukrainian and English." />


		<title>Minutes & Documents | Ukrainian Canadian Cultural Society of Vancouver Island</title>
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/styles.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/toggle-fade-in.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/toggle-borders.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/title-bold.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/slogan-italic.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/fluid-img.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/background-4.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/max-width-1000.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/cv1.css" />
		<script type="text/javascript" src="../rw_common/themes/canvas/js/3d.js"></script>
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/aside-subtle.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/mi2.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/title-helvetica.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/title-28.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/slogan-georgia.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/slogan-14.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/content-top-35.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/css/content-14.css" />

		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/canvas/colour_tags.css" />
		<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
		<!--[if lt IE 9]><script src="../rw_common/themes/canvas/ie.js"></script><![endif]-->

<style type="text/css">
section#d img {
    width: 100%;
    height: auto;
}

ul {
    list-style-type:none;
}
</style>

</head>
	<body>
		<div id="outer">
			<div id="wrapper">
				<div>
					<nav>
						<ul id="n">
								<?php include "../common/includes/menuEN.inc.php"; ?>
						</ul>
						<ol><div class="clear"></div></ol>
					</nav>
				</div><!-- div -->
				<section id="a" class="f">
					<section id="b">
						<span></span>
						<div></div>
						<aside>
							<ul>
								<li id="menu"></li>
							</ul>
						</aside>
						<section id="c">
							<section id="d">
							<div>
								<img src="../common/images/Ukraine_LongBannerdk.jpg"  width="758" height="100" alt="UCCVI" />
							</div>
								<section id="e">

								 <div class="clear"></div>
								 <h3 id="side"></h3>
								 <!-- Publicly viewable documents -->
								 	<h1><?php echo htmlencode($minutes_overviewRecord['title']) ?></h1>
								 	<?php echo $minutes_overviewRecord['content']; ?>
									<ul>
										<?php foreach ($minutes_overviewRecord['filename'] as $index => $upload): ?>
										<li><a href="<?php echo $upload['urlPath'] ?>"><?php echo $upload['info1'] ?></a></li>
										<?php endforeach ?>
									</ul>

									<!-- End Publicly viewable documents -->

									<?php if ($CURRENT_USER): ?>
									<!-- BoD documents -->
									<h1>Minutes - Board of Directors</h1>
										<?php foreach ($minutes_rodsRecords as $record): ?>
										<ul>
											<li><b><?php echo htmlencode($record['title']) ?></b></li>
											<?php if ($record['content']): ?>
											<p><?php echo $record['content']; ?></p>
											<?php endif ?>
												<ol>
													<?php foreach ($record['filename'] as $index => $upload): ?>
													<li><a href="<?php echo $upload['urlPath'] ?>"><?php echo $upload['info1'] ?></a></li>
													<?php endforeach ?>
												</ol>
										</ul>
										<?php endforeach ?>
									<?php endif ?>
									<?php if ($CURRENT_USER): ?>
										<!-- Logout & page Options-->
										<div style="border: 1px solid #000; background-color: #EEE; padding: 10px; width: 500px">
										<p><a href='directors.php'>Board of Directors</a><br />
										<a href='profile.php'>Profile</a><br />
										<a href='?action=logoff'>Logoff</a></p>
										</div><br/>
									<?php endif ?>
								 <div class="clear"></div>
								</section><!-- #e -->
								<?php include "../common/includes/footerEN.inc.php"; ?>
							</section><!-- #d -->
							<div class="clear"></div>
						</section><!-- #c -->
					</section><!-- #b -->
				</section><!-- #a -->
			</div><!-- #wrapper -->
		</div><!-- #wrapper -->
		<div id="sim"></div>
		<input type="reset"/>
		<script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
		<script type="text/javascript" src="../rw_common/themes/canvas/javascript.js"></script>

	<!-- Start LiveStats -->
<script>
  !function(g,s,q,r,d){r=g[r]=g[r]||function(){(r.q=r.q||[]).push(
  arguments)};d=s.createElement(q);q=s.getElementsByTagName(q)[0];
  d.src='//d1l6p2sc9645hc.cloudfront.net/tracker.js';q.parentNode.
  insertBefore(d,q)}(window,document,'script','_gs');

  _gs('GSN-131060-E');
</script><!-- End LiveStats -->
</body>
</html>
