Example #1
0
    $errors = new ICanBoogie\Errors();
    $form->validate($_POST, $errors);
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Brickrouge, building webapps and sites</title>
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?php 
echo Brickrouge\Document::resolve_url(Brickrouge\ASSETS . 'brickrouge.css');
?>
" type="text/css">
<link rel="stylesheet" href="<?php 
echo Brickrouge\Document::resolve_url(Brickrouge\ASSETS . 'brickrouge-responsive.css');
?>
" type="text/css">
<link rel="stylesheet" href="/assets/google-code-prettify/prettify.css" type="text/css" />
<link rel="stylesheet" href="/assets/page.css" type="text/css" />
</head>
<body>

<div class="navbar navbar-fixed-top">
	<div class="navbar-inner">
		<div class="container">
			<a href="/" class="brand">Brickrouge</a>
			<div class="nav-collapse">
				<ul class="nav">
					<li><a href="/docs/">Docs</a></li>
				</ul>
Example #2
0
<div class="container">
	<footer class="footer">
		<p class="pull-right"><a href="#">Back to top</a></p>
		<p>Developped by <a href="http://weirdog.com">Olivier Laviale</a>
		(<a href="http://twitter.com/olvlvl" target="_blank">@olvlvl</a>), leveraging the awesomeness
		of <a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>
		and <a href="http://mootools.net" target="_blank">MooTools</a>.</p>
		<p>Brickrouge is licensed under the <a href="http://en.wikipedia.org/wiki/BSD_licenses" target="_blank">Simplified BSD license</a>.</p>
	</footer>
</div>

<a href="http://github.com/Brickrouge/Brickrouge" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>
<script type="text/javascript" src="<?php 
echo Brickrouge\Document::resolve_url(Brickrouge\ASSETS . 'brickrouge.js');
?>
"></script>
<script type="text/javascript" src="/assets/google-code-prettify/prettify.js"></script>

<script type="text/javascript">

window.addEvent
(
	'domready', function() { prettyPrint() }
);

$$('.dropdown-menu li').addEvent('click', function (ev) {
	ev.preventDefault()
})