From d84651a899a6104fce73d95b9c571627c55e5d16 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 1 Aug 2025 19:48:26 -0300 Subject: bare bones website --- templates/character_profile.tmpl | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 templates/character_profile.tmpl (limited to 'templates/character_profile.tmpl') diff --git a/templates/character_profile.tmpl b/templates/character_profile.tmpl new file mode 100644 index 0000000..824e908 --- /dev/null +++ b/templates/character_profile.tmpl @@ -0,0 +1,60 @@ +{{template "_header.tmpl" .Common}} + {{with .Character}} +
+

Character Information

+ + + + + + + + {{if eq .Sex 1}} + + {{else if eq .Sex 2}} + + {{else}} + + {{end}} + + + + + + + + + + + + + + + + + + + + + + + + {{if .PremiumDays}} + + {{else}} + + {{end}} + +
Name:{{.Name}}
Sex:malefemaleunknown
Vocation:{{or .Profession "None"}}
Level:{{or .Level 1}}
World:{{.World}}
Residence:{{or .Residence "Rookgaard"}}
Last Login:{{.LastLogin}}
Account Status:Premium AccountFree Account
+
+ {{end}} + +
+

Search Character

+ + + + + +
+{{template "_footer.tmpl" .Common}} \ No newline at end of file -- cgit v1.2.3