Merge branch 'master' of ssh://apples.lambdacomplex.org/git/contractdashboard
[contractdashboard.git] / index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
include_once ("./lib/common.inc.php");
include_header("Home");
?>
        <div class="hero-unit">
          <h1>Contract Dashboard</h1>
<iframe width='700' height='400' src='http://openspending.org/australian_federal_government_contract_spending/embed?widget=treemap&state=%7B%22drilldown%22%3A%22from%22%2C%22year%22%3A%222011%22%2C%22cuts%22%3A%7B%7D%2C%22drilldowns%22%3A%5B%22from%22%5D%7D&width=700&height=400' frameborder='0'></iframe>
<br>
<a href="http://openspending.org/australian_federal_government_contract_spending">Explore further on OpenSpending.org!</a>
        </div>
<?php
include_footer();
?>