|
@@ -378,6 +378,15 @@ class HavantParser(AcolnetParser): |
|
|
|
|
|
|
|
|
comments_email_address = "representations@havant.gov.uk" |
|
|
comments_email_address = "representations@havant.gov.uk" |
|
|
action_regex = re.compile("<form id=\"frmSearch\" onSubmit=\"\"return ValidateSearch\(\)\"\" theme=\"\"[theme]\"\" name=\"frmSearch\" method=\"post\" action=\"([^\"]*)\" enctype=\"multipart/form-data\">", re.IGNORECASE) |
|
|
action_regex = re.compile("<form id=\"frmSearch\" onSubmit=\"\"return ValidateSearch\(\)\"\" theme=\"\"[theme]\"\" name=\"frmSearch\" method=\"post\" action=\"([^\"]*)\" enctype=\"multipart/form-data\">", re.IGNORECASE) |
|
|
|
|
|
|
|
|
|
|
|
class HertsmereParser(AcolnetParser): |
|
|
|
|
|
case_number_tr = 1 # this one can be got by the td class attribute |
|
|
|
|
|
reg_date_tr = 2 |
|
|
|
|
|
location_tr = 4 |
|
|
|
|
|
proposal_tr = 5 |
|
|
|
|
|
|
|
|
|
|
|
comments_email_address = "planning@hertsmere.gov.uk" |
|
|
|
|
|
action_regex = re.compile("<FORM name=\"frmSearch\" method=\"post\" action=\"([^\"]*)\" onSubmit=\"return ValidateSearch\(\)\" enctype=\"multipart/form-data\">", re.IGNORECASE) |
|
|
|
|
|
|
|
|
class NorthHertfordshireParser(AcolnetParser): |
|
|
class NorthHertfordshireParser(AcolnetParser): |
|
|
case_number_tr = 1 # this one can be got by the td class attribute |
|
|
case_number_tr = 1 # this one can be got by the td class attribute |
|
|