Package omeroweb :: Package webclient :: Module forms
[hide private]
[frames] | no frames]

Module forms

source code

Classes [hide private]
  ShareForm
  BasketShareForm
  ContainerForm
  ContainerNameForm
  ContainerDescriptionForm
  BaseAnnotationForm
This is the superclass of the various forms used for annotating single or multiple objects.
  TagsAnnotationForm
Form for annotating one or more objects with existing Tags or New tags
  FilesAnnotationForm
  CommentAnnotationForm
  UsersForm
  ActiveGroupForm
  WellIndexForm
  MetadataChannelForm
  MetadataDichroicForm
  MetadataMicroscopeForm
  MetadataObjectiveForm
  MetadataObjectiveSettingsForm
  MetadataFilterForm
  MetadataDetectorForm
  MetadataLightSourceForm
  MetadataEnvironmentForm
  MetadataStageLabelForm
Variables [hide private]
  logger = logging.getLogger(__name__)
  help_button = "%swebgateway/img/help16.png" % settings.STATIC_URL
  help_wiki = '<span id="markup" title="Markups - <small>If you\...
  help_wiki_c = '<span id="markup_c" title="Markups - <small>If ...
  help_enable = '<span id="enable" title="Enable/Disable - <smal...
  help_expire = '<span id="expire" title="Expire date - <small>T...

Imports: datetime, time, logging, traceback, settings, forms, Textarea, HiddenInput, reverse, NonASCIIForm, UrlField, MetadataModelChoiceField, AnnotationModelMultipleChoiceField, ObjectModelMultipleChoiceField, ExperimenterModelChoiceField, ExperimenterModelMultipleChoiceField, GroupModelMultipleChoiceField, GroupModelChoiceField


Variables Details [hide private]

help_wiki

Value:
'<span id="markup" title="Markups - <small>If you\'d like to include U\
RL please type:<br/><b>http://www.openmicroscopy.org.uk/</b></small>">\
<img src="%s" /></span>' % help_button

help_wiki_c

Value:
'<span id="markup_c" title="Markups - <small>If you\'d like to include\
 URL please type:<br/><b>http://www.openmicroscopy.org.uk/</b></small>\
"><img src="%s" /></span>' % help_button

help_enable

Value:
'<span id="enable" title="Enable/Disable - <small>This option allows t\
he owner to keep the access control of the share.</small>"><img src="%\
s" /></span>' % help_button

help_expire

Value:
'<span id="expire" title="Expire date - <small>This date defines when \
share will stop being available. Date format: YY-MM-DD.</small>"><img \
src="%s" /></span>' % help_button