{{define "admin/photo_edit.html"}} {{.Title}} - PhotoDock

Basic Info

Leave empty to use filename

Organization

File Info

EXIF Data

{{if .ExifInfo.CameraModel}}
Camera
{{if .ExifInfo.CameraMake}}{{.ExifInfo.CameraMake}} {{end}}{{.ExifInfo.CameraModel}}
{{end}} {{if .ExifInfo.LensModel}}
Lens
{{.ExifInfo.LensModel}}
{{end}} {{if .ExifInfo.FocalLength}}
Focal Length
{{.ExifInfo.FocalLength}}{{if .ExifInfo.FocalLength35mm}} ({{.ExifInfo.FocalLength35mm}} eq.){{end}}
{{end}} {{if .ExifInfo.Aperture}}
Aperture
{{.ExifInfo.Aperture}}
{{end}} {{if .ExifInfo.ShutterSpeed}}
Shutter
{{.ExifInfo.ShutterSpeed}}
{{end}} {{if .ExifInfo.ISO}}
ISO
{{.ExifInfo.ISO}}
{{end}} {{if .ExifInfo.ExposureComp}}
Exp. Comp
{{.ExifInfo.ExposureComp}}
{{end}} {{if .ExifInfo.ExposureMode}}
Exp. Mode
{{.ExifInfo.ExposureMode}}
{{end}} {{if .ExifInfo.MeteringMode}}
Metering
{{.ExifInfo.MeteringMode}}
{{end}} {{if .ExifInfo.WhiteBalance}}
White Balance
{{.ExifInfo.WhiteBalance}}
{{end}} {{if .ExifInfo.Flash}}
Flash
{{.ExifInfo.Flash}}
{{end}} {{if .ExifInfo.ColorSpace}}
Color Space
{{.ExifInfo.ColorSpace}}
{{end}} {{if .ExifInfo.DateTimeOriginal}}
Date Taken
{{.ExifInfo.DateTimeOriginal}}
{{end}} {{if .ExifInfo.Software}}
Software
{{.ExifInfo.Software}}
{{end}} {{if .ExifInfo.Artist}}
Artist
{{.ExifInfo.Artist}}
{{end}} {{if .ExifInfo.Copyright}}
Copyright
{{.ExifInfo.Copyright}}
{{end}}
{{end}}