<%doc>
- Copyright (C) 2015, 2018, 2020, 2021 The Meme Factory, Inc.
+ Copyright (C) 2015, 2018, 2020, 2021, 2024 The Meme Factory, Inc.
http://www.karlpinc.com/
This file is part of PGWUI_Bulk_Upload.
<h1>Upload Into Multiple Tables</h1>
-<%
- form_elements = []
- self.append_elements(form_elements)
-
- self.upload_form(form_elements,
- upload_nulls=show_choice(pgwui, 'null'))
-%>
\ No newline at end of file
+<%self:upload_form upload_nulls="${show_choice(pgwui, 'null')}"
+ args="tab_index" />