return send_from_directory('static/css/', path)
+@app.route('/reporting/images/<path:path>')
+def images(path):
+ return send_from_directory('static/images/', path)
+
+
@app.route('/reporting/')
def index():
return render_template('index.html')
--- /dev/null
+<div class="row" id="header">
+ <div class="col-md-3">
+ <img src="/reporting/images/OPNVF_ProjectIcons_2400x2400_Storperf.png" alt="logo" height="100px" width="100px">
+ </div>
+ <div class="col-md-9 center" style="padding-top: 20px;">
+ <h3>StorPerf Test Result Graphing Page</h3>
+ </div>
+</div>
\ No newline at end of file
<head>
<title>Graphing Module | Storperf</title>
+ <link rel="icon" href="/reporting/images/OPNVF_ProjectIcons_2400x2400_Storperf.png">
<link rel="stylesheet" href="/reporting/css/bootstrap.min.css">
<script src="/reporting/js/jquery-2.1.3.min.js"></script>
<script src="/reporting/js/bootstrap.min.js"></script>
<body>
<div class="container">
<div class="content">
+ {% include 'header.html' %}
<div class="row center">
<br>
<form action="{{ url_for('url') }}" method="post">
<body>
<div class="container">
+ {% include 'header.html' %}
<div id="content"><strong>Loading...</strong>
</div>
<center>