Example #1
0
			<h1>Create a New Bucket!</h1>

			<input type="button" id="create" value="Create New Bucket" />
		</div>
		<div class="row">
			<?php 
    $frontEndController->createBucketForm();
    ?>
		</div>
	</div>
</div>
<div class="buckets-list-wrapper">
	<div class='container'>
		<div class="items-wrapper">
			<?php 
    $frontEndController->displayAllBuckets();
    ?>
		</div>
	</div>
</div>

<?php 
} else {
    ?>

	<style>
		.bucket-wrapper{
			margin-top:93px;
			display: inline-block;
			width: 100%;
			border-bottom: solid 1px #CCC;