mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-09 06:03:19 +00:00
Move external static content into external directory
This commit is contained in:
app
static
external
JSON-Patch
list.js
material-design-icons
LICENSEVERSION
css
font
MaterialIcons-Regular.codepointsMaterialIcons-Regular.ttfMaterialIconsOutlined-Regular.codepointsMaterialIconsOutlined-Regular.otfMaterialIconsRound-Regular.codepointsMaterialIconsRound-Regular.otfMaterialIconsSharp-Regular.codepointsMaterialIconsSharp-Regular.otfMaterialIconsTwoTone-Regular.codepointsMaterialIconsTwoTone-Regular.otf
materialize
pako
plotly.js
LICENSEVERSION
js
README.mdplot-schema.jsonplotly-basic.jsplotly-basic.min.jsplotly-cartesian.jsplotly-cartesian.min.jsplotly-finance.jsplotly-finance.min.jsplotly-geo-assets.jsplotly-geo.jsplotly-geo.min.jsplotly-gl2d.jsplotly-gl2d.min.jsplotly-gl3d.jsplotly-gl3d.min.jsplotly-locale-af.jsplotly-locale-am.jsplotly-locale-ar-dz.jsplotly-locale-ar-eg.jsplotly-locale-ar.jsplotly-locale-az.jsplotly-locale-bg.jsplotly-locale-bs.jsplotly-locale-ca.jsplotly-locale-cs.jsplotly-locale-cy.jsplotly-locale-da.jsplotly-locale-de-ch.jsplotly-locale-de.jsplotly-locale-el.jsplotly-locale-eo.jsplotly-locale-es-ar.jsplotly-locale-es-pe.jsplotly-locale-es.jsplotly-locale-et.jsplotly-locale-eu.jsplotly-locale-fa.jsplotly-locale-fi.jsplotly-locale-fo.jsplotly-locale-fr-ch.jsplotly-locale-fr.jsplotly-locale-gl.jsplotly-locale-gu.jsplotly-locale-he.jsplotly-locale-hi-in.jsplotly-locale-hr.jsplotly-locale-hu.jsplotly-locale-hy.jsplotly-locale-id.jsplotly-locale-is.jsplotly-locale-it.jsplotly-locale-ja.jsplotly-locale-ka.jsplotly-locale-km.jsplotly-locale-ko.jsplotly-locale-lt.jsplotly-locale-lv.jsplotly-locale-me-me.jsplotly-locale-me.jsplotly-locale-mk.jsplotly-locale-ml.jsplotly-locale-ms.jsplotly-locale-mt.jsplotly-locale-nl-be.jsplotly-locale-nl.jsplotly-locale-no.jsplotly-locale-pa.jsplotly-locale-pl.jsplotly-locale-pt-br.jsplotly-locale-pt-pt.jsplotly-locale-rm.jsplotly-locale-ro.jsplotly-locale-ru.jsplotly-locale-si.jsplotly-locale-sk.jsplotly-locale-sl.jsplotly-locale-sq.jsplotly-locale-sr-sr.jsplotly-locale-sr.jsplotly-locale-sv.jsplotly-locale-sw.jsplotly-locale-ta.jsplotly-locale-th.jsplotly-locale-tr.jsplotly-locale-tt.jsplotly-locale-uk.jsplotly-locale-ur.jsplotly-locale-vi.jsplotly-locale-zh-cn.jsplotly-locale-zh-hk.jsplotly-locale-zh-tw.jsplotly-mapbox.jsplotly-mapbox.min.jsplotly-strict.jsplotly-strict.min.jsplotly-with-meta.jsplotly.jsplotly.min.js
topojson
africa_110m.jsonafrica_50m.jsonasia_110m.jsonasia_50m.jsoneurope_110m.jsoneurope_50m.jsonnorth-america_110m.jsonnorth-america_50m.jsonsouth-america_110m.jsonsouth-america_50m.jsonusa_110m.jsonusa_50m.jsonworld_110m.jsonworld_50m.json
translation-keys.txtsocket.io
templates
@ -11,8 +11,8 @@
|
||||
{% endblock metas %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='libraries/material-design-icons/css/material-icons.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='libraries/materialize/css/materialize.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='external/material-design-icons/css/material-icons.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='external/materialize/css/materialize.min.css') }}">
|
||||
{% endblock styles %}
|
||||
{% endblock head %}
|
||||
</head>
|
||||
@ -36,7 +36,7 @@
|
||||
</footer>
|
||||
|
||||
{% block scripts %}
|
||||
<script src="{{ url_for('static', filename='libraries/materialize/js/materialize.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='external/materialize/js/materialize.min.js') }}"></script>
|
||||
{% endblock scripts %}
|
||||
{% endblock body %}
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user