Use more clear markup
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 30 Jul 2024 17:19:33 +0000 (12:19 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 30 Jul 2024 17:19:33 +0000 (12:19 -0500)
src/pgwui_common/templates/auth_base.mak

index dfbed0279f3e0e14f2eca4e6ebfd35b2ade03f98..1856ce85940c0c21ed16efd22545a73bbd444c3b 100644 (file)
     % endif
     </div>
 
-    <% tab_index = TabIndex() %>
     <table>
-      ${database_row(tab_index)}
-      ${self.auth_parts.user_row(tab_index.val + 1, havecreds, user)}
-      ${self.auth_parts.password_row(tab_index.val + 2, havecreds)}
-      <% tab_index.inc(2) %>
-
-      ${caller.body(tab_index)}
-
-      ${format_row(tab_index)}
-      ${nulls_row(tab_index)}
-      ${file_row(tab_index)}
+      <%
+      tab_index = TabIndex()
+      database_row(tab_index)
+      self.auth_parts.user_row(tab_index.val + 1, havecreds, user)
+      self.auth_parts.password_row(tab_index.val + 2, havecreds)
+      tab_index.inc(2)
+
+      caller.body(tab_index)
+
+      format_row(tab_index)
+      nulls_row(tab_index)
+      file_row(tab_index)
+      %>
     </table>
 
     <p>