{* * Amsterdam Web Communities System * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. *}

{{ amsterdam_dialog.Title }}


{{ range amsterdam_dialog.Fields }} {{ if .Type == "hidden" }} {{ end }} {{ end }} {{ if amsterdam_dialog.Instructions != "" }}

{{ amsterdam_dialog.Instructions | raw }}

{{ end }}
{{ range amsterdam_dialog.Fields }} {{ if .Type == "veniceid" }}
0 }}size="{{ .Size }}"{{ end }} {{ if .MaxLength > 0 }}maxlength="{{ .MaxLength }}"{{ end }} value="{{ .Value }}" class="flex-1 px-3 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500" />
{{ else if .Type == "password" }}
0 }}size="{{ .Size }}"{{ end }} {{ if .MaxLength > 0 }}maxlength="{{ .MaxLength }}"{{ end }} value="{{ .Value }}" class="flex-1 px-3 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500" />
{{ else if .Type == "checkbox" }}
{{ end }} {{ end }}
{{ range amsterdam_dialog.Fields }} {{ if .Type == "button" }} {{ clstmp := "bg-" + .Tone + "-600 hover:bg-" + .Tone + "-700" }} {{ end }} {{ end }}