From b9b6688c8751b3ff0fe89655683af48eff195501 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 28 Oct 2024 13:56:00 +0100 Subject: feat: Add skeleton login page --- templates/login.qtpl | 31 +++++++++ templates/login.qtpl.go | 173 +++++++++++++++++++++++++++++++++++++++++++++++ templates/navbar.qtpl | 2 +- templates/navbar.qtpl.go | 6 +- 4 files changed, 208 insertions(+), 4 deletions(-) create mode 100644 templates/login.qtpl create mode 100644 templates/login.qtpl.go (limited to 'templates') diff --git a/templates/login.qtpl b/templates/login.qtpl new file mode 100644 index 0000000..eee5711 --- /dev/null +++ b/templates/login.qtpl @@ -0,0 +1,31 @@ +{% code +type LoginPage struct { +} +%} + +{% func (p *LoginPage) Title() %}Hello{% endfunc %} + +{% func (p *LoginPage) Navbar() %}{%= Navbar(Login) %}{% endfunc %} + +{% func (p *LoginPage) Content() %} +
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+{% endfunc %} + +{% func (p *LoginPage) Script() %} +{% endfunc %} diff --git a/templates/login.qtpl.go b/templates/login.qtpl.go new file mode 100644 index 0000000..0d3d2b0 --- /dev/null +++ b/templates/login.qtpl.go @@ -0,0 +1,173 @@ +// Code generated by qtc from "login.qtpl". DO NOT EDIT. +// See https://github.com/valyala/quicktemplate for details. + +//line templates/login.qtpl:1 +package templates + +//line templates/login.qtpl:1 +import ( + qtio422016 "io" + + qt422016 "github.com/valyala/quicktemplate" +) + +//line templates/login.qtpl:1 +var ( + _ = qtio422016.Copy + _ = qt422016.AcquireByteBuffer +) + +//line templates/login.qtpl:2 +type LoginPage struct { +} + +//line templates/login.qtpl:6 +func (p *LoginPage) StreamTitle(qw422016 *qt422016.Writer) { +//line templates/login.qtpl:6 + qw422016.N().S(`Hello`) +//line templates/login.qtpl:6 +} + +//line templates/login.qtpl:6 +func (p *LoginPage) WriteTitle(qq422016 qtio422016.Writer) { +//line templates/login.qtpl:6 + qw422016 := qt422016.AcquireWriter(qq422016) +//line templates/login.qtpl:6 + p.StreamTitle(qw422016) +//line templates/login.qtpl:6 + qt422016.ReleaseWriter(qw422016) +//line templates/login.qtpl:6 +} + +//line templates/login.qtpl:6 +func (p *LoginPage) Title() string { +//line templates/login.qtpl:6 + qb422016 := qt422016.AcquireByteBuffer() +//line templates/login.qtpl:6 + p.WriteTitle(qb422016) +//line templates/login.qtpl:6 + qs422016 := string(qb422016.B) +//line templates/login.qtpl:6 + qt422016.ReleaseByteBuffer(qb422016) +//line templates/login.qtpl:6 + return qs422016 +//line templates/login.qtpl:6 +} + +//line templates/login.qtpl:8 +func (p *LoginPage) StreamNavbar(qw422016 *qt422016.Writer) { +//line templates/login.qtpl:8 + StreamNavbar(qw422016, Login) +//line templates/login.qtpl:8 +} + +//line templates/login.qtpl:8 +func (p *LoginPage) WriteNavbar(qq422016 qtio422016.Writer) { +//line templates/login.qtpl:8 + qw422016 := qt422016.AcquireWriter(qq422016) +//line templates/login.qtpl:8 + p.StreamNavbar(qw422016) +//line templates/login.qtpl:8 + qt422016.ReleaseWriter(qw422016) +//line templates/login.qtpl:8 +} + +//line templates/login.qtpl:8 +func (p *LoginPage) Navbar() string { +//line templates/login.qtpl:8 + qb422016 := qt422016.AcquireByteBuffer() +//line templates/login.qtpl:8 + p.WriteNavbar(qb422016) +//line templates/login.qtpl:8 + qs422016 := string(qb422016.B) +//line templates/login.qtpl:8 + qt422016.ReleaseByteBuffer(qb422016) +//line templates/login.qtpl:8 + return qs422016 +//line templates/login.qtpl:8 +} + +//line templates/login.qtpl:10 +func (p *LoginPage) StreamContent(qw422016 *qt422016.Writer) { +//line templates/login.qtpl:10 + qw422016.N().S(` +
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+`) +//line templates/login.qtpl:28 +} + +//line templates/login.qtpl:28 +func (p *LoginPage) WriteContent(qq422016 qtio422016.Writer) { +//line templates/login.qtpl:28 + qw422016 := qt422016.AcquireWriter(qq422016) +//line templates/login.qtpl:28 + p.StreamContent(qw422016) +//line templates/login.qtpl:28 + qt422016.ReleaseWriter(qw422016) +//line templates/login.qtpl:28 +} + +//line templates/login.qtpl:28 +func (p *LoginPage) Content() string { +//line templates/login.qtpl:28 + qb422016 := qt422016.AcquireByteBuffer() +//line templates/login.qtpl:28 + p.WriteContent(qb422016) +//line templates/login.qtpl:28 + qs422016 := string(qb422016.B) +//line templates/login.qtpl:28 + qt422016.ReleaseByteBuffer(qb422016) +//line templates/login.qtpl:28 + return qs422016 +//line templates/login.qtpl:28 +} + +//line templates/login.qtpl:30 +func (p *LoginPage) StreamScript(qw422016 *qt422016.Writer) { +//line templates/login.qtpl:30 + qw422016.N().S(` +`) +//line templates/login.qtpl:31 +} + +//line templates/login.qtpl:31 +func (p *LoginPage) WriteScript(qq422016 qtio422016.Writer) { +//line templates/login.qtpl:31 + qw422016 := qt422016.AcquireWriter(qq422016) +//line templates/login.qtpl:31 + p.StreamScript(qw422016) +//line templates/login.qtpl:31 + qt422016.ReleaseWriter(qw422016) +//line templates/login.qtpl:31 +} + +//line templates/login.qtpl:31 +func (p *LoginPage) Script() string { +//line templates/login.qtpl:31 + qb422016 := qt422016.AcquireByteBuffer() +//line templates/login.qtpl:31 + p.WriteScript(qb422016) +//line templates/login.qtpl:31 + qs422016 := string(qb422016.B) +//line templates/login.qtpl:31 + qt422016.ReleaseByteBuffer(qb422016) +//line templates/login.qtpl:31 + return qs422016 +//line templates/login.qtpl:31 +} diff --git a/templates/navbar.qtpl b/templates/navbar.qtpl index 8f5f9e1..62de219 100644 --- a/templates/navbar.qtpl +++ b/templates/navbar.qtpl @@ -5,6 +5,7 @@ const ( List About Config + Login ) %} @@ -16,7 +17,6 @@ const ( Summary Refs Tree - Login ) %} diff --git a/templates/navbar.qtpl.go b/templates/navbar.qtpl.go index e6ca0aa..ad857f7 100644 --- a/templates/navbar.qtpl.go +++ b/templates/navbar.qtpl.go @@ -25,9 +25,10 @@ const ( List About Config + Login ) -//line templates/navbar.qtpl:12 +//line templates/navbar.qtpl:13 type GitSelection int const ( @@ -36,7 +37,6 @@ const ( Summary Refs Tree - Login ) //line templates/navbar.qtpl:23 @@ -93,7 +93,7 @@ func StreamNavbar(qw422016 *qt422016.Writer, s Selection) { //line templates/navbar.qtpl:31 streaminsertIfEqual(qw422016, s, Login) //line templates/navbar.qtpl:31 - qw422016.N().S(`" href="/">login + qw422016.N().S(`" href="/login">login `) //line templates/navbar.qtpl:35 qw422016.N().S(` -- cgit v1.2.3