Skip to content

Commit

Permalink
Moving static jpg/pngs to static/img
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 1, 2015
1 parent d3c420e commit c4ff8d1
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion panoramix/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
APP_NAME = "Panoramix"

# Uncomment to setup Setup an App icon
APP_ICON = "/static/chaudron_white.png"
APP_ICON = "/static/img/chaudron_white.png"

# Druid query timezone
# tz.tzutc() : Using utc timezone
Expand Down
Binary file removed panoramix/static/bubble.png
Binary file not shown.
Binary file removed panoramix/static/cardash.jpg
Binary file not shown.
Binary file removed panoramix/static/chaudron.png
Binary file not shown.
Binary file removed panoramix/static/chaudron_white.png
Binary file not shown.
Binary file removed panoramix/static/cloud.png
Binary file not shown.
Binary file removed panoramix/static/dash.png
Binary file not shown.
Binary file removed panoramix/static/favicon.png
Binary file not shown.
Binary file removed panoramix/static/gallery.jpg
Binary file not shown.
Binary file removed panoramix/static/panoramix.jpg
Binary file not shown.
Binary file removed panoramix/static/panoramix.png
Binary file not shown.
Binary file removed panoramix/static/panoramix_screenshot.png
Binary file not shown.
Binary file removed panoramix/static/penguins.png
Binary file not shown.
Binary file removed panoramix/static/serpe.jpg
Binary file not shown.
Binary file removed panoramix/static/servers.jpg
Binary file not shown.
Binary file removed panoramix/static/slice.jpg
Binary file not shown.
Binary file removed panoramix/static/tux_panoramix.png
Binary file not shown.
6 changes: 3 additions & 3 deletions panoramix/templates/appbuilder/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</button>
{% if appbuilder.app_icon %}
<a class="navbar-brand" style="padding:10px;" href="{{appbuilder.get_url_for_index}}">
<img width="30" src="{{appbuilder.app_icon}}" >
<img width="30" src="{{appbuilder.app_icon}}">
</a>
{% endif %}
{% endif %}
<span class="navbar-brand">
<a href="{{appbuilder.get_url_for_index}}">
{{ appbuilder.app_name }}
{{ appbuilder.app_name }}
</a>
</span>
</div>
Expand Down
16 changes: 8 additions & 8 deletions panoramix/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active text-center">
<img src="{{ url_for("static", filename="dash.png") }}">
<img src="{{ url_for("static", filename="img/dash.png") }}">
<div class="carousel-caption">
<div>
<h1 style="font-size: 80px;">Panoramix</h1>
Expand All @@ -58,7 +58,7 @@ <h1 style="font-size: 80px;">Panoramix</h1>
</div>
</div>
<div class="item">
<img src="{{ url_for("static", filename="bubble.png") }}">
<img src="{{ url_for("static", filename="img/bubble.png") }}">
<div class="carousel-caption">
<h1>Explore your data
</h1>
Expand All @@ -69,21 +69,21 @@ <h1>Explore your data
</div>
</div>
<div class="item">
<img src="{{ url_for("static", filename="dash.png") }}">
<img src="{{ url_for("static", filename="img/dash.png") }}">
<div class="carousel-caption">
<h1>Create and share dashboards</h1>
<p>Assemble many data visualization "slices" into a rich collection</p>
</div>
</div>
<div class="item">
<img src="{{ url_for("static", filename="cloud.png") }}">
<img src="{{ url_for("static", filename="img/cloud.png") }}">
<div class="carousel-caption">
<h1>Extend</h1>
<p>Join the community and take part in extending the widget library</p>
</div>
</div>
<div class="item">
<img style="max-height: none;" src="{{ url_for("static", filename="servers.jpg") }}">
<img style="max-height: none;" src="{{ url_for("static", filename="img/servers.jpg") }}">
<div class="carousel-caption">
<h1>Connect</h1>
<p>
Expand All @@ -110,23 +110,23 @@ <h1>Connect</h1>
<div class="container">
<div class="row text-center">
<div class="col-lg-4">
<img class="img-circle" src="{{ url_for('static', filename='cardash.jpg') }}" width="140" height="140">
<img class="img-circle" src="{{ url_for('static', filename='img/cardash.jpg') }}" width="140" height="140">
<h2>Dashboards</h2>
<p>Browse the dashboards list</p>
<p><a class="btn btn-default" href="/dashboardmodelview/list/" role="button">
<i class="fa fa-dashboard"></i>
</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="{{ url_for('static', filename='slice.jpg') }}" width="140" height="140">
<img class="img-circle" src="{{ url_for('static', filename='img/slice.jpg') }}" width="140" height="140">
<h2>Slices</h2>
<p>"Slices" are individual views into a single dataset</p>
<p><a class="btn btn-default" href="/slicemodelview/list/" role="button">
<i class="fa fa-line-chart"></i>
</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="{{ url_for('static', filename='gallery.jpg') }}" alt="Generic placeholder image" width="140" height="140">
<img class="img-circle" src="{{ url_for('static', filename='img/gallery.jpg') }}" alt="Generic placeholder image" width="140" height="140">
<h2>Gallery</h2>
<p>Navigate through the growing set of visualizations</p>
<p><a class="btn btn-default" href="#" onclick="alert('Not ready yet!');" role="button">
Expand Down
4 changes: 2 additions & 2 deletions panoramix/templates/panoramix/datasource.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4>Filters</h4>
Save as Slice
</button>
<hr style="margin-bottom: 0px;">
<img src="{{ url_for("static", filename="tux_panoramix.png") }}" width=250>
<img src="{{ url_for("static", filename="img/tux_panoramix.png") }}" width=250>
<input type="hidden" id="slice_name" name="slice_name" value="TEST">
<input type="hidden" id="action" name="action" value="">
<input type="hidden" name="datasource_name" value="{{ datasource.name }}">
Expand Down Expand Up @@ -162,7 +162,7 @@ <h4 class="modal-title" id="myModalLabel">Query</h4>
<pre id="query_container">
{% if viz.query %}
{% else %}
<img width="250" src="{{ url_for('static', filename="penguins.png") }}">
<img width="250" src="{{ url_for('static', filename="img/penguins.png") }}">
{% endif %}
</pre>
</div>
Expand Down

0 comments on commit c4ff8d1

Please sign in to comment.