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

Module forms

source code

Classes [hide private]
  ShareForm
  BasketShareForm
  ShareCommentForm
  ContainerForm
  ContainerNameForm
  ContainerDescriptionForm
  CommentAnnotationForm
  TagFilterForm
  TagAnnotationForm
  TagListForm
  FileListForm
  UploadFileForm
  MultiAnnotationForm
  UsersForm
  ActiveGroupForm
  HistoryTypeForm
  WellIndexForm
  MetadataChannelForm
  MetadataDichroicForm
  MetadataMicroscopeForm
  MetadataObjectiveForm
  MetadataObjectiveSettingsForm
  MetadataFilterForm
  MetadataDetectorForm
  MetadataLightSourceForm
  MetadataEnvironmentForm
  MetadataStageLabelForm
Variables [hide private]
  logger = logging.getLogger('forms-web')
  help_button = "/appmedia/omeroweb/images/help16.png"
  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, 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