{{/*### Handler=/settings/profbackground TitleBar=Profile background KyutGrill=settings2.jpg Include=menu.html AdditionalJS=https://cdnjs.cloudflare.com/ajax/libs/jquery-minicolors/2.2.4/jquery.minicolors.min.js */}} {{ define "tpl" }}
{{ template "settingsSidebar" . }}
{{ $d := qb "SELECT type, value FROM profile_backgrounds WHERE uid = ? LIMIT 1" .Context.User.ID }} {{ $type := or $d.type.Int -1 }} {{ $value := or $d.value.String "" }}

{{ if and (eq $type 1) $value }} {{ else }} {{ if and (eq $type 3) $value }} {{ else }} No image selected {{ end }}
{{ $csrf := csrfGenerate .Context.User.ID }}
{{ $csrf }} {{ ieForm .Gin }}
{{ $csrf }}
{{ ieForm .Gin }}
{{ $csrf }}

{{ ieForm .Gin }}

{{ $csrf }}
{{ ieForm .Gin }}
{{ end }}