source:
waeup_product/trunk/skins/waeup_default/getWAeUPWidgets.py
@
96
Last change on this file since 96 was 57, checked in by , 19 years ago | |
---|---|
|
|
File size: 278 bytes |
Rev | Line | |
---|---|---|
[19] | 1 | widgets = { |
[20] | 2 | 'StudentId Widget': { |
3 | 'type': 'StudentId Widget Type', | |
4 | 'data': {}, | |
5 | }, | |
6 | 'Scratchcard Pin Widget': { | |
[57] | 7 | 'type': 'Scratchcard Pin Widget Type', |
[20] | 8 | 'data': {}, |
9 | }, | |
[19] | 10 | } |
11 | ||
12 | return widgets |
Note: See TracBrowser for help on using the repository browser.