mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -06:00
revert load order change
This commit is contained in:
parent
40e6f09512
commit
26d2c68d47
|
|
@ -170,18 +170,15 @@
|
||||||
style="fill:#07c; fill:var(--a);" />
|
style="fill:#07c; fill:var(--a);" />
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="file-icon" viewBox="0 0 48 48">
|
<symbol id="file-icon" viewBox="0 0 48 48">
|
||||||
<path
|
<path fill="currentColor"
|
||||||
fill="currentColor"
|
|
||||||
opacity=".7"
|
opacity=".7"
|
||||||
d="m 28.22643,4.6905246 0.0063,9.1096644 a 1.6331061,1.6331061 43.698111 0 0 1.649296,1.632007 l 9.339558,-0.09259 z" />
|
d="m 28.22643,4.6905246 0.0063,9.1096644 a 1.6331061,1.6331061 43.698111 0 0 1.649296,1.632007 l 9.339558,-0.09259 z" />
|
||||||
<path
|
<path class="a"
|
||||||
class="a"
|
|
||||||
d="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"
|
d="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"
|
||||||
id="path1"
|
id="path1"
|
||||||
style="stroke:#07c; stroke:var(--a);"
|
style="stroke:#07c; stroke:var(--a);"
|
||||||
stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" />
|
stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" />
|
||||||
<line
|
<line class="a"
|
||||||
class="a"
|
|
||||||
x1="28.5"
|
x1="28.5"
|
||||||
y1="4.5"
|
y1="4.5"
|
||||||
x2="39.5"
|
x2="39.5"
|
||||||
|
|
@ -213,10 +210,17 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
{%- for f in files %}
|
{%- for f in files %}
|
||||||
<tr><td>{{ f.lead }}</td><td><a href="{{ f.href }}">{{ f.name|e }}</a></td><td>{{ f.sz }}</td>
|
<tr>
|
||||||
|
<td>{{ f.lead }}</td>
|
||||||
|
<td><a href="{{ f.href }}">{{ f.name|e }}</a></td>
|
||||||
|
<td>{{ f.sz }}</td>
|
||||||
{%- if f.tags is defined %}
|
{%- if f.tags is defined %}
|
||||||
{%- for k in taglist %}<td>{{ f.tags[k]|e }}</td>{%- endfor %}
|
{%- for k in taglist %}
|
||||||
{%- endif %}<td>{{ f.ext }}</td><td>{{ f.dt }}</td></tr>
|
<td>{{ f.tags[k]|e }}</td>{%- endfor %}
|
||||||
|
{%- endif %}
|
||||||
|
<td>{{ f.ext }}</td>
|
||||||
|
<td>{{ f.dt }}</td>
|
||||||
|
</tr>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -254,6 +258,7 @@
|
||||||
{%- if lang != "eng" %}
|
{%- if lang != "eng" %}
|
||||||
<script src="{{ r }}/.cpr/w/tl/{{ lang }}.js?_={{ ts }}"></script>
|
<script src="{{ r }}/.cpr/w/tl/{{ lang }}.js?_={{ ts }}"></script>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
<script src="{{ r }}/.cpr/w/baguettebox.js?_={{ ts }}"></script>
|
||||||
<script src="{{ r }}/.cpr/w/browser.js?_={{ ts }}"></script>
|
<script src="{{ r }}/.cpr/w/browser.js?_={{ ts }}"></script>
|
||||||
<script src="{{ r }}/.cpr/w/baguettebox.js?_={{ ts }}"></script>
|
<script src="{{ r }}/.cpr/w/baguettebox.js?_={{ ts }}"></script>
|
||||||
<script src="{{ r }}/.cpr/w/up2k.js?_={{ ts }}"></script>
|
<script src="{{ r }}/.cpr/w/up2k.js?_={{ ts }}"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue