aboutsummaryrefslogtreecommitdiffstats
path: root/risk_insight/templates
diff options
context:
space:
mode:
Diffstat (limited to 'risk_insight/templates')
-rw-r--r--risk_insight/templates/index.html7
-rw-r--r--risk_insight/templates/indices.html4
-rw-r--r--risk_insight/templates/tranches.html2
3 files changed, 8 insertions, 5 deletions
diff --git a/risk_insight/templates/index.html b/risk_insight/templates/index.html
index cde8d3dc..f4bfadfa 100644
--- a/risk_insight/templates/index.html
+++ b/risk_insight/templates/index.html
@@ -3,7 +3,10 @@
<head>
</head>
<body>
- <a href="tranches.html">Tranche Insights</a>
- <a href="indices.html">Index Insights</a>
+ <div>
+ <ul>
+ <li><a href="tranches.html">Tranche Insights</a></li>
+ <li><a href="indices.html">Index Insights</a></li>
+ </ul>
</body>
</html>
diff --git a/risk_insight/templates/indices.html b/risk_insight/templates/indices.html
index aedfa799..45d9404d 100644
--- a/risk_insight/templates/indices.html
+++ b/risk_insight/templates/indices.html
@@ -5,7 +5,7 @@
<script type="text/javascript" src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>
</head>
<body>
- <div id="graph1"
+ <div id="graph"
style="width:800px; height:500px;float:left;margin:auto">
</div>
<div style="margin-top:5em;display:inline-block">
@@ -25,6 +25,6 @@
<option value="10yr">10yr</option>
</select>
</div>
-<script type="text/javascript" src="{{ url_for('static', filename='main.js') }}"></script>
+<script type="text/javascript" src="{{ url_for('static', filename='indices.js') }}"></script>
</body>
</html>
diff --git a/risk_insight/templates/tranches.html b/risk_insight/templates/tranches.html
index d91f2730..0a8df9ac 100644
--- a/risk_insight/templates/tranches.html
+++ b/risk_insight/templates/tranches.html
@@ -38,6 +38,6 @@
<option value="el">Expected Loss</option>
</select>
</div>
-<script type="text/javascript" src="{{ url_for('static', filename='main.js') }}"></script>
+<script type="text/javascript" src="{{ url_for('static', filename='tranches.js') }}"></script>
</body>
</html>