>
	<header>
		<div>
			<div id="large-affix">
				<div class='navbar container-fluid navbar-fixed-top'>
		    		<div class="navbar-header">
			            <a class="logo-xs oswald" href="<?php 
bloginfo("url");
?>
"><?php 
echo get_bloginfo("title");
?>
</a>
			       		<div class="lang-selector pull-right">
	                    	<?php 
echo RefugeeBnb::langWidget();
?>
	        			</div>
			       	</div>
		    	</div>
		    </div>
	    </div>
	</header>
	<div class="hero-image" style="background-image: url('<?php 
echo get_stylesheet_directory_uri();
?>
/img/bg-<?php 
echo rand(1, 3);
?>
.png')"></div>
        echo RefugeeBnb::NAME . "[" . $slug . "]";
        ?>
"
						placeholder="<?php 
        echo isset($params[2]) ? $params[2] : $parms[0];
        ?>
"><?php 
        echo isset($options[$slug]) ? $options[$slug] : "";
        ?>
</textarea>
					<?php 
    }
    ?>
				</div>
			</div>
		</div>
		<?php 
}
?>
		<div class="row">
			<div class="col-sm-12">
				<button class="btn btn-danger">
					<?php 
echo RefugeeBnb::icon("paperplane");
?>
 Submit
				</button>
			</div>
		</div>
	</form>
</div>
									</td>
								</tr>
							</tfoot>
						</table>
						</div>
					</div>
				</div>
			</div>
			<div class="row">
				<div class="col-sm-12 text-center">
					<button class="btn btn-primary" type="submit" id="submit-language"><?php 
echo RefugeeBnb::icon("paperplane");
?>
 Add/Update Language</button>
					<button class="btn btn-danger clear-lang-form" type="button"><?php 
echo RefugeeBnb::icon("close");
?>
 Clear Form</button>
				</div>
			</div>
		</form>
		
		<div class="panel panel-default" id="app-language-table">
			<div class="table-responsive">
				<table class="table table-striped">
					<thead><tr><th>Language</th><th>Actions</th></tr></thead>
					<tbody><?php 
foreach ((array) $options['Langs'] as $slug => $lang) {
    include "lang-row.php";
}
?>
	<div class="row">
		<div class="col-sm-12">
			<div class="form-group">
				<label data-fragment="3">Email</label>
				<input class="form-control" name="<?php 
echo RefugeeBnb::NAME;
?>
[Shelter][email]" data-fragment="3"/>
				<div class="hint"></div>
			</div>
		</div>
		<div class="col-sm-12">
			<div class="form-group">
				<label data-fragment="10">Password</label>
				<input type="password" class="form-control" name="<?php 
echo RefugeeBnb::NAME;
?>
[Shelter][password]" data-fragment="10"/>
				<div class="hint"></div>
			</div>
		</div>
		<div class="col-sm-12">
			<div class="form-group">
				<button type="submit" class="btn btn-app"><?php 
echo RefugeeBnb::icon("user");
?>
 <span data-fragment="11">Express Interest</span></button>
			</div>
		</div>
	</div>
</form>
<?php

get_header();
RefugeeBnb::render();
get_footer();