|
|
|
|
@ -11,17 +11,9 @@
|
|
|
|
|
{% if path.is_dir %} |
|
|
|
|
<span>{{ path.base_name }}</span> |
|
|
|
|
{% else %} |
|
|
|
|
{# |
|
|
|
|
<form action="{{ url_for('tmdb.query_movie') }}" method="post"> |
|
|
|
|
<span>{{ path.base_name }}</span> |
|
|
|
|
<input type="hidden" name="base_name" value="{{ path.base_name }}" /> |
|
|
|
|
<input type="hidden" name="rel_path" value="{{ path.rel_path }}" /> |
|
|
|
|
<input class="arrow_submit" type="submit" value="->" /> |
|
|
|
|
</form> |
|
|
|
|
#} |
|
|
|
|
<a href="{{ url_for('tmdb.query_movie') |
|
|
|
|
}}?query={{ path.base_name |
|
|
|
|
}}&rel_path={{ path.rel_path }}">{{ |
|
|
|
|
}}&rel_path={{ path.rel_path }}">{{ |
|
|
|
|
path.base_name }}</a> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if path.contents %} |
|
|
|
|
|