From 21d01f4c4b10f82c65dccfba22f825640610d66e Mon Sep 17 00:00:00 2001 From: Přemysl Janouch
Date: Tue, 16 Apr 2019 03:56:53 +0200
Subject: sklad: clean up templates
---
cmd/sklad/container.tmpl | 172 +++++++++++++++++++++++++----------------------
cmd/sklad/label.tmpl | 1 +
cmd/sklad/login.tmpl | 6 +-
cmd/sklad/main.go | 5 +-
cmd/sklad/search.tmpl | 30 ++++-----
cmd/sklad/series.tmpl | 55 +++++++--------
6 files changed, 139 insertions(+), 130 deletions(-)
diff --git a/cmd/sklad/container.tmpl b/cmd/sklad/container.tmpl
index 200bb19..f6d86ce 100644
--- a/cmd/sklad/container.tmpl
+++ b/cmd/sklad/container.tmpl
@@ -21,73 +21,73 @@
{{ end }}
{{ if .Container }}
-
{{ .Container.Id }}
-{{ range .Container.Path }}
- « {{ . }}
-{{ end }}
-
-
-
{{ .Description }} -{{ end }} -{{ if .Children }} -
-{{ range .Children }}
-{{ .Id }}
-{{ end }}
-{{ end }}
+ {{ .Id }}
+ {{- range .Path }}
+ « {{ . }}
+ {{- end }}
+
+
{{ .Description }} + {{- end }} + + {{- if .Children }} +
+ {{- range .Children }} + {{ .Id }} + {{- end }} + {{- end }}
Obal je prázdný. diff --git a/cmd/sklad/label.tmpl b/cmd/sklad/label.tmpl index 3880a03..08e971a 100644 --- a/cmd/sklad/label.tmpl +++ b/cmd/sklad/label.tmpl @@ -1,5 +1,6 @@ {{ define "Title" }}Tisk štítku{{ end }} {{ define "Content" }} +
{{ .Description }} -
{{ .Description }} +
Neodpovídají žádné řady.
@@ -20,16 +20,16 @@
{{ range .Containers }}
{{ .Description }}
-{{ end }}
+ {{ .Description }}
+ {{- end }}
{{ .Id }}
-{{ range .Path }}
- « {{ . }}
-{{ end }}
-
-{{ .Id }}
+ {{- range .Path }}
+ « {{ . }}
+ {{- end }}
+
+
Neodpovídají žádné obaly. diff --git a/cmd/sklad/series.tmpl b/cmd/sklad/series.tmpl index fbc0e91..8bfaddc 100644 --- a/cmd/sklad/series.tmpl +++ b/cmd/sklad/series.tmpl @@ -22,45 +22,42 @@
{{ .Description }}
{{ end }}
{{ else }}
-
{{ $count }} obal
-{{ else if and (ge $count 2) (le $count 4) }}
- {{ $count }} obaly
-{{ else if gt $count 0 }}
- {{ $count }} obalů
-{{ end }}
-{{ end }}
- {{ $count }} obal
+ {{- else if and (ge $count 2) (le $count 4) }}
+ {{ $count }} obaly
+ {{- else if gt $count 0 }}
+ {{ $count }} obalů
+ {{- end }}
+ {{- end }}
+ Nová řada
-
-
+ Nová řada
+
+
+ {{ .Prefix }}
-{{ with $count := len .Containers }}
-{{ if eq $count 1 }}
- {{ .Prefix }}
+ {{- with $count := len .Containers }}
+ {{- if eq $count 1 }}
+
Nejsou žádné řady. {{ end }} - {{ end }} {{ end }} -- cgit v1.2.3-70-g09d2