{# Wrapper for BSCW dialog #} {# displayed by: operation handlers - cf. bs_interface.bscw_dialog() #} {% if not inside_dialog %} {{ banner }} {% if not full_screen %} {% if location is defined %}
{{ location }}
{% endif %} {% endif %} {% endif %}
{% if full_screen %} {% if inside_dialog %}{{ dialog_width_div }}{% endif %} {% if inside_dialog %}{{ dialog_auto_height_div }}{% endif %}
{% endif %} {% if not full_screen %}

{{ full_title }}

{% if close_button is defined %}
{{ close_button }}
{% endif %}
{% endif %}
{% if inside_dialog %}{% endif %} {{ hidden }}
{{ form_contents }}
{% if form_buttons is defined %}
{{ form_buttons }}
{% endif %} {% if not full_screen %}
{% endif %}
{% if prototypes %}
{{ prototypes }}
{% endif %}