< %% 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 ${component}.
</td>
<td>
<input name="example"
- tabindex="$ {tab_index}"
+ tabindex="$ {tab_index.val}"
id="example_id"
type="text"
size="30"
/>
</td>
</tr>
+ < %% tab_index.inc() %% >
</ %% def>
-< %% form_elements = [example_row]
- append_elements(form_elements) %% >
-
-$ {parent.upload_form(form_elements)}
+< %% self:upload_form args="tab_index">
+ $ {example_row(tab_index)}
+</ %% self:upload_form>