├── README.md ├── autoagreement.pm ├── autodata.pm ├── autoform.pm ├── autoinfopage.pm ├── automobile_api.pm ├── autopayment.pm ├── autosms.pm ├── css ├── autoform.css ├── tip-redsimple.css └── tip-yellowsimple.css ├── images ├── 1x1.png ├── app-helper.png ├── autoform_wait.gif ├── biometric_pass.png ├── pbar-gray-gray.png ├── pbar-gray-white.png ├── pbar-red-gray.png ├── pbar-red-red.png ├── pbar-red-white.png ├── pbar-white-gray.png ├── pbar-white-red.png ├── tip-redsimple_arrows.gif ├── tip-yellowsimple_arrows.gif ├── type_jpg.png ├── type_pdf.png ├── type_png.png ├── type_tiff.png └── type_unk.png ├── model ├── autodata_type_c.pm ├── autodata_type_c_spb.pm ├── autodata_type_checkdoc.pm ├── autodata_type_d.pm └── autodata_type_rinnuovo.pm ├── scripts ├── autoform_clean.pl ├── autoform_fox.pl ├── autoform_softban.pl └── autoform_softban_warn.pl └── templates ├── autoform.tt2 ├── autoform_address_check.tt2 ├── autoform_confirm.tt2 ├── autoform_docstatus.tt2 ├── autoform_edit.tt2 ├── autoform_finish.tt2 ├── autoform_info.tt2 ├── autoform_info_entry.tt2 ├── autoform_list.tt2 ├── autoform_pcode.tt2 ├── autoform_upload.tt2 └── js_elements.tt2 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/README.md -------------------------------------------------------------------------------- /autoagreement.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/autoagreement.pm -------------------------------------------------------------------------------- /autodata.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/autodata.pm -------------------------------------------------------------------------------- /autoform.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/autoform.pm -------------------------------------------------------------------------------- /autoinfopage.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/autoinfopage.pm -------------------------------------------------------------------------------- /automobile_api.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/automobile_api.pm -------------------------------------------------------------------------------- /autopayment.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/autopayment.pm -------------------------------------------------------------------------------- /autosms.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/autosms.pm -------------------------------------------------------------------------------- /css/autoform.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/css/autoform.css -------------------------------------------------------------------------------- /css/tip-redsimple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/css/tip-redsimple.css -------------------------------------------------------------------------------- /css/tip-yellowsimple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/css/tip-yellowsimple.css -------------------------------------------------------------------------------- /images/1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/1x1.png -------------------------------------------------------------------------------- /images/app-helper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/app-helper.png -------------------------------------------------------------------------------- /images/autoform_wait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/autoform_wait.gif -------------------------------------------------------------------------------- /images/biometric_pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/biometric_pass.png -------------------------------------------------------------------------------- /images/pbar-gray-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-gray-gray.png -------------------------------------------------------------------------------- /images/pbar-gray-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-gray-white.png -------------------------------------------------------------------------------- /images/pbar-red-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-red-gray.png -------------------------------------------------------------------------------- /images/pbar-red-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-red-red.png -------------------------------------------------------------------------------- /images/pbar-red-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-red-white.png -------------------------------------------------------------------------------- /images/pbar-white-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-white-gray.png -------------------------------------------------------------------------------- /images/pbar-white-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/pbar-white-red.png -------------------------------------------------------------------------------- /images/tip-redsimple_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/tip-redsimple_arrows.gif -------------------------------------------------------------------------------- /images/tip-yellowsimple_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/tip-yellowsimple_arrows.gif -------------------------------------------------------------------------------- /images/type_jpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/type_jpg.png -------------------------------------------------------------------------------- /images/type_pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/type_pdf.png -------------------------------------------------------------------------------- /images/type_png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/type_png.png -------------------------------------------------------------------------------- /images/type_tiff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/type_tiff.png -------------------------------------------------------------------------------- /images/type_unk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/images/type_unk.png -------------------------------------------------------------------------------- /model/autodata_type_c.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/model/autodata_type_c.pm -------------------------------------------------------------------------------- /model/autodata_type_c_spb.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/model/autodata_type_c_spb.pm -------------------------------------------------------------------------------- /model/autodata_type_checkdoc.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/model/autodata_type_checkdoc.pm -------------------------------------------------------------------------------- /model/autodata_type_d.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/model/autodata_type_d.pm -------------------------------------------------------------------------------- /model/autodata_type_rinnuovo.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/model/autodata_type_rinnuovo.pm -------------------------------------------------------------------------------- /scripts/autoform_clean.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/scripts/autoform_clean.pl -------------------------------------------------------------------------------- /scripts/autoform_fox.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/scripts/autoform_fox.pl -------------------------------------------------------------------------------- /scripts/autoform_softban.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/scripts/autoform_softban.pl -------------------------------------------------------------------------------- /scripts/autoform_softban_warn.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/scripts/autoform_softban_warn.pl -------------------------------------------------------------------------------- /templates/autoform.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform.tt2 -------------------------------------------------------------------------------- /templates/autoform_address_check.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_address_check.tt2 -------------------------------------------------------------------------------- /templates/autoform_confirm.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_confirm.tt2 -------------------------------------------------------------------------------- /templates/autoform_docstatus.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_docstatus.tt2 -------------------------------------------------------------------------------- /templates/autoform_edit.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_edit.tt2 -------------------------------------------------------------------------------- /templates/autoform_finish.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_finish.tt2 -------------------------------------------------------------------------------- /templates/autoform_info.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_info.tt2 -------------------------------------------------------------------------------- /templates/autoform_info_entry.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_info_entry.tt2 -------------------------------------------------------------------------------- /templates/autoform_list.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_list.tt2 -------------------------------------------------------------------------------- /templates/autoform_pcode.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_pcode.tt2 -------------------------------------------------------------------------------- /templates/autoform_upload.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/autoform_upload.tt2 -------------------------------------------------------------------------------- /templates/js_elements.tt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mig1023/autoform/HEAD/templates/js_elements.tt2 --------------------------------------------------------------------------------