Ignore:
Timestamp:
21 Oct 2005, 11:40:21 (19 years ago)
Author:
joachim
Message:

=search for jamb addmission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py

    r57 r68  
    390390    },
    391391}
    392 
    393 
    394 ###)
     392###)
     393
     394jamb_id = {
     395           'type': 'StudentId Widget',
     396           'data': {
     397                'title': 'Registration Number',
     398                'fields': ('reg_nr'),
     399                'is_required': True,
     400                'label': 'Registration Number',
     401                'label_edit': 'Registration Number',
     402                'description': '',
     403                'help': 'This is the combination of 8 digits and 2 letters you are assigned when you purchase an examination form.',
     404                'is_i18n': False,
     405                'readonly_layout_modes': (),
     406                'hidden_layout_modes': (),
     407                'hidden_readonly_layout_modes': (),
     408                'hidden_empty': False,
     409                'hidden_if_expr': '',
     410                'css_class': '',
     411                'widget_mode_expr': '',
     412                'display_width': 10,
     413                'size_max': 10,
     414                 },
     415           }
    395416
    396417admission = { ###(
     
    440461            },
    441462        },
    442         'jamb_id': {
    443             'type': 'StudentId Widget',
    444             'data': {
    445                 'title': 'Registration Number',
    446                 'fields': ('reg_nr'),
    447                 'is_required': True,
    448                 'label': 'Registration Number',
    449                 'label_edit': 'Registration Number',
    450                 'description': '',
    451                 'help': 'This is the combination of 8 digits and 2 letters you are assigned when you purchase an examination form.',
    452                 'is_i18n': False,
    453                 'readonly_layout_modes': (),
    454                 'hidden_layout_modes': (),
    455                 'hidden_readonly_layout_modes': (),
    456                 'hidden_empty': False,
    457                 'hidden_if_expr': '',
    458                 'css_class': '',
    459                 'widget_mode_expr': '',
    460                 'display_width': 10,
    461                 'size_max': 10,
    462             },
    463         },
     463        'jamb_id' : jamb_id,
    464464    },
    465465   'layout': {
     
    474474    },
    475475}
    476 
     476###)
     477
     478admission_status = { ###(
     479    'widgets': {       
     480       'quick_search': {
     481            'type': 'String Widget',
     482            'data': {
     483                'title': 'A search string',
     484                'fields': ('admission_sc_id',),
     485                'is_required': False,
     486                'label': 'Quick Search',
     487                'label_edit': 'Quick Search',
     488                'description': 'Search',
     489                'help': '',
     490                'is_i18n': False,
     491                'readonly_layout_modes': (),
     492                'hidden_layout_modes': (),
     493                'hidden_readonly_layout_modes': (),
     494                'hidden_empty': False,
     495                'hidden_if_expr': 'python:0',
     496                'css_class': '',
     497                'widget_mode_expr': '',
     498                'display_width': 20,
     499                'size_max': 0,
     500            },
     501        },
     502
     503    },
     504   'layout': {
     505        'style_prefix': 'layout_admission_status_',
     506        'flexible_widgets': (),
     507        'ncols': 2,
     508        'rows': [
     509            [{'widget_id': 'quick_search', 'ncols': 2},],
     510        ]
     511    },
     512}
    477513###)
    478514
     
    830866###)
    831867
     868course = { ###(
     869    'widgets': {
     870        'title': {
     871            'type': 'String Widget',
     872            'data': {
     873                'title': '',
     874                'fields': ('title',),
     875                'is_required': True,
     876                'label': 'Title',
     877                'label_edit': 'Title',
     878                'description': '',
     879                'help': '',
     880                'is_i18n': False,
     881                'display_width': 10,
     882                'size_max': 0,
     883            },
     884        },
     885        'level': {
     886            'type': 'String Widget',
     887            'data': {
     888                'title': '',
     889                'fields': ('level',),
     890                'is_required': True,
     891                'label': 'Level',
     892                'label_edit': 'Level',
     893                'description': '',
     894                'help': '',
     895                'is_i18n': False,
     896                'display_width': 10,
     897                'size_max': 0,
     898            },
     899        },
     900        'code': {
     901            'type': 'String Widget',
     902            'data': {
     903                'title': 'Code',
     904                'fields': ('code',),
     905                'is_required': True,
     906                'label': 'Code',
     907                'label_edit': 'Code',
     908                'description': '',
     909                'help': '',
     910                'is_i18n': False,
     911                'display_width': 10,
     912                'size_max': 0,
     913            },
     914        },
     915        'semester': {
     916            'type': 'Boolean Widget',
     917            'data': {
     918                'title': '',
     919                'fields': ('semester',),
     920                'is_required': True,
     921                'label': 'Semester',
     922                'label_edit': 'Semester',
     923                'label_false': 'Second Semester',
     924                'label_true': 'First Semester',
     925                'description': '',
     926                'help': '',
     927                'is_i18n': False,
     928                'display_width': 10,
     929                'size_max': 0,
     930            },
     931        },
     932        'credit': {
     933            'type': 'Int Widget',
     934            'data': {
     935                'title': '',
     936                'fields': ('credit',),
     937                'is_required': True,
     938                'label': 'Credit',
     939                'label_edit': 'Credit',
     940                'description': '',
     941                'help': '',
     942                'is_i18n': False,
     943                'display_width': 10,
     944                'size_max': 0,
     945            },
     946        },
     947        'core_elective': {
     948            'type': 'Boolean Widget',
     949            'data': {
     950                'title': '',
     951                'fields': ('core_elective',),
     952                'is_required': True,
     953                'label': 'Core or elective',
     954                'label_edit': 'Core or elective',
     955                'label_true': 'Core Course',
     956                'label_false': 'Elective Course',
     957                'description': '',
     958                'help': '',
     959                'is_i18n': False,
     960                'display_width': 10,
     961                'size_max': 0,
     962            },
     963        },
     964    },
     965   'layout': {
     966        'style_prefix': 'layout_default_',
     967        'flexible_widgets': (),
     968        'ncols': 1,
     969        'rows': [
     970            [{'widget_id': 'title', 'ncols': 1},],
     971            [{'widget_id': 'level', 'ncols': 1},],
     972            [{'widget_id': 'code', 'ncols': 1},],
     973            [{'widget_id': 'semester', 'ncols': 1},],
     974            [{'widget_id': 'credit', 'ncols': 1},],
     975            [{'widget_id': 'core_elective', 'ncols': 1},],
     976        ]
     977    },
     978}
     979###)
     980
    832981layouts = {}
    833982layouts['waeup_common'] = common_layout
     
    838987layouts['jambcreate'] = jamb_layoutcreate
    839988layouts['jamb'] = jamb_layout
     989layouts['course'] = course
     990layouts['admission_status'] = admission_status
    840991return layouts
Note: See TracChangeset for help on using the changeset viewer.