{% extends "baseWidgetEditor.html" %} {% include "formMacros.html" %} {% block widgetVars %} {% set widgetClass = 'apos-slideshow-editor' %} {% endblock %} {% block title %} Edit Slideshow {% endblock %} {% block instructions %} Choose image files (GIF, JPEG or PNG). Drag them into the order you prefer.
You can also drag images from your computer into the dashed area below.
Or, drag the existing images shown beneath the dashed area.
Images must be at least 400x300 pixels. {% endblock %} {% block formAll %} {# Powered by the blueimp file uploader #}
Drop Files Here
Autocropping...
{% include "progress.html" %}
{# Main slideshow editor: reordering and removing of images, drop target #}
{# ACHTUNG: IN IE9 AND BELOW, we leave the browse button the heck #} {# alone and don't try to substitute anything for it. Otherwise #} {# it does not work. The class was removed deliberately so the #} {# button would be visible. Yes it's an ugly button. That's life. #} {# -Tom and Joel #}
{# ADDITIONAL CONTROLS FOR THE ENTIRE SLIDESHOW'S PRESENTATION #} {# TODO: you can make these snazzier, but remember the JS expects to #} {# set a val() of '0' or '1' on a select element #}
{{ formBoolean('showTitles', 'Show Titles') }} {{ formBoolean('showDescriptions', 'Show Descriptions') }} {{ formBoolean('showCredits', 'Show Credits') }}
{# Media chooser #}
{# I float right #} {# I float left #} {# I sting like a bee #}
Recently Added In Media Chooser:
{# UX note: you can pretty up the search submit button but please don't remove it #} {# entirely as some users will not press enter. -Tom #}
{% endblock %} {% block additionalFooterItems %} {% endblock %}