{% extends "webgateway/base/base_main.html" %} {% comment %} {% endcomment %} {% block title %} Extends "webgateway/base/base_main.html" {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block middle_header_left %} {{ block.super }} {% endblock %} {% block content %}

block content

This page extends "webgateway/base/base_main.html" and makes the following changes:

jQuery, jQuery-UI and OME scripts

This page is exactly the same as it's parent 'base_header' but includes jQuery, jQuery-UI and some OME script utility functions.

For example, use OME.openPopup(url) to open this page in a new window:

{% endblock %}