2012-04-12 12:48:36 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<!-- Always force latest IE rendering engine (even in intranet) and Chrome Frame -->
|
|
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
|
|
|
|
<title>API documentation</title>
|
|
|
|
<link href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css" />
|
|
|
|
<link href="/bundles/nelmioapi/css/screen.css" media="screen" rel="stylesheet" type="text/css" />
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2012-04-12 17:24:38 +02:00
|
|
|
<div id="header">
|
|
|
|
<h1>API documentation</h1>
|
|
|
|
</div>
|
2012-04-12 12:48:36 +02:00
|
|
|
<div class="container" id="resources_container">
|
|
|
|
<ul id="resources">
|
|
|
|
<?php echo $content; ?>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2012-04-12 17:24:38 +02:00
|
|
|
<p id="colophon">
|
|
|
|
Documentation auto-generated on <?php echo date(DATE_RFC822); ?>
|
|
|
|
</p>
|
2012-04-12 12:48:36 +02:00
|
|
|
<script type="text/javascript">
|
|
|
|
$('.toggler').click(function() {
|
2012-04-12 17:24:38 +02:00
|
|
|
$(this).next().slideToggle('slow');
|
2012-04-12 12:48:36 +02:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|