Add bootstrap JS, and move things from template into external resource

files
This commit is contained in:
2011-12-19 15:05:33 +00:00
parent ac8199f4dc
commit f3f98eb000
4 changed files with 128 additions and 7 deletions

View File

@@ -19,12 +19,8 @@
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link rel="stylesheet/less" href="{$base_uri}less/bootstrap.less" media="all" />
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<script src="{$base_uri}scripts/3rdparty/less-1.1.5.min.js"></script>
<script type="text/javascript" src="{$base_uri}scripts/3rdparty/less-1.1.5.min.js"></script>
<script type="text/javascript" src="{$base_uri}scripts/3rdparty/bootstrap-alerts.js"></script>
</head>
<body>