Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
241 ashish 1
'''
2
Created on 03-Jun-2010
3
 
4
@author: gaurav
5
'''
6
 
7
from tw.api import WidgetsList
8
from tw.forms import TableForm, TextField
9
from datastore.DataCodeAccessor import *
10
 
11
class UnivercellForm(TableForm):
12
 
13
    class fields(WidgetsList):
14
        UNIVERCELL_DOMAINNAME = TextField()
15
        UNIVERCELL_DOMAINNAME1 = TextField()
16
        UNIVERCELL_URL = TextField()
17
        UNIVERCELL_HOMEPAGE = TextField()
18
        UNIVERCELL_REFERER = TextField()
19
        UNIVERCELL_URL1 = TextField()
20
        UNIVERCELL_XPATH1 = TextField()
21
        UNIVERCELL_XPATH2 = TextField()
22
        UNIVERCELL_XPATH3 = TextField()
23
        UNIVERCELL_XPATH4 = TextField()
24
        UNIVERCELL_XPATH5 = TextField()
25
        UNIVERCELL_XPATH6 = TextField()
26
        UNIVERCELL_VAR1 = TextField()
27
        UNIVERCELL_VAR2 = TextField()
28
        UNIVERCELL_VAR3 = TextField()
29
        UNIVERCELL_VAR4 = TextField()
30
        UNIVERCELL_VATPLUSTAX = TextField()
31
        UNIVERCELL_REMOVELIST = TextField()
32
#create_univercell_form = UnivercellForm("create_univercell_form", action='save_univercell')