Rev 241 | Blame | Compare with Previous | Last modification | View Log | RSS feed
'''Created on 03-Jun-2010@author: gaurav'''from tw.api import WidgetsListfrom tw.forms import TableForm, TextFieldfrom datastore.DataCodeAccessor import *class IndiaplazaForm(TableForm):"""Documentation for class IndiaplazaFormStructure of the form for indiaplaza, contains the parameters that needs to be taken as input from the user"""class fields(WidgetsList):INDIAPLAZA_DOMAINNAME = TextField()INDIAPLAZA_DOMAINNAME1 = TextField()INDIAPLAZA_URL = TextField()INDIAPLAZA_HOMEPAGE = TextField()INDIAPLAZA_REFERER = TextField()INDIAPLAZA_URL1 = TextField()INDIAPLAZA_XPATH1 = TextField()INDIAPLAZA_XPATH2 = TextField()INDIAPLAZA_XPATH3 = TextField()INDIAPLAZA_XPATH4 = TextField()INDIAPLAZA_XPATH5 = TextField()INDIAPLAZA_XPATH6 = TextField()INDIAPLAZA_XPATH7 = TextField()INDIAPLAZA_XPATH8 = TextField()INDIAPLAZA_XPATH9 = TextField()INDIAPLAZA_XPATH10 = TextField()INDIAPLAZA_VAR1 = TextField()INDIAPLAZA_REMOVELIST = TextField()#INDIAPLAZA_NO = TextField()#INDIAPLAZA_CT = TextField()#create_indiaplaza_form = IndiaplazaForm("create_indiaplaza_form", action='save_indiaplaza')