1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 19:56:16 +00:00
mycorrhiza/templates/readers.qtpl.go

321 lines
9.3 KiB
Go
Raw Normal View History

2021-01-24 12:52:40 +00:00
// Code generated by qtc from "readers.qtpl". DO NOT EDIT.
2020-08-31 17:52:26 +00:00
// See https://github.com/valyala/quicktemplate for details.
2021-01-24 12:52:40 +00:00
//line templates/readers.qtpl:1
2020-08-31 17:52:26 +00:00
package templates
2021-01-24 12:52:40 +00:00
//line templates/readers.qtpl:1
import "net/http"
2021-01-24 12:52:40 +00:00
//line templates/readers.qtpl:2
2020-11-29 11:32:52 +00:00
import "path"
2021-01-24 12:52:40 +00:00
//line templates/readers.qtpl:3
import "github.com/bouncepaw/mycorrhiza/user"
//line templates/readers.qtpl:4
import "github.com/bouncepaw/mycorrhiza/util"
//line templates/readers.qtpl:6
2020-08-31 17:52:26 +00:00
import (
qtio422016 "io"
qt422016 "github.com/valyala/quicktemplate"
)
//line templates/readers.qtpl:6
2020-08-31 17:52:26 +00:00
var (
_ = qtio422016.Copy
_ = qt422016.AcquireByteBuffer
)
//line templates/readers.qtpl:6
2020-11-29 17:06:45 +00:00
func StreamHistoryHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, list string) {
//line templates/readers.qtpl:6
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2020-10-02 15:31:59 +00:00
`)
//line templates/readers.qtpl:7
streamnavHTML(qw422016, rq, hyphaName, "history")
//line templates/readers.qtpl:7
2020-10-02 15:31:59 +00:00
qw422016.N().S(`
2021-01-26 05:41:57 +00:00
<div class="layout">
<main class="main-width">
2020-11-29 17:06:45 +00:00
<article class="history">
<h1>History of `)
//line templates/readers.qtpl:11
2020-11-29 17:06:45 +00:00
qw422016.E().S(hyphaName)
//line templates/readers.qtpl:11
2020-11-29 17:06:45 +00:00
qw422016.N().S(`</h1>
2020-10-02 15:31:59 +00:00
`)
//line templates/readers.qtpl:12
2020-11-29 17:06:45 +00:00
qw422016.N().S(list)
//line templates/readers.qtpl:12
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2020-11-29 17:06:45 +00:00
</article>
2020-10-02 15:31:59 +00:00
</main>
2021-01-26 05:41:57 +00:00
</div>
2020-08-31 17:52:26 +00:00
`)
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
}
//line templates/readers.qtpl:16
2020-11-29 17:06:45 +00:00
func WriteHistoryHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, list string) {
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
qw422016 := qt422016.AcquireWriter(qq422016)
//line templates/readers.qtpl:16
2020-11-29 17:06:45 +00:00
StreamHistoryHTML(qw422016, rq, hyphaName, list)
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
qt422016.ReleaseWriter(qw422016)
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
}
//line templates/readers.qtpl:16
2020-11-29 17:06:45 +00:00
func HistoryHTML(rq *http.Request, hyphaName, list string) string {
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
qb422016 := qt422016.AcquireByteBuffer()
//line templates/readers.qtpl:16
2020-11-29 17:06:45 +00:00
WriteHistoryHTML(qb422016, rq, hyphaName, list)
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
qs422016 := string(qb422016.B)
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
qt422016.ReleaseByteBuffer(qb422016)
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
return qs422016
//line templates/readers.qtpl:16
2020-08-31 17:52:26 +00:00
}
//line templates/readers.qtpl:18
2021-02-19 18:12:36 +00:00
func StreamRevisionHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, naviTitle, contents, relatives, subhyphae, revHash string) {
//line templates/readers.qtpl:18
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2020-10-02 15:31:59 +00:00
`)
//line templates/readers.qtpl:19
streamnavHTML(qw422016, rq, hyphaName, "revision", revHash)
//line templates/readers.qtpl:19
2020-10-02 15:31:59 +00:00
qw422016.N().S(`
2021-01-26 05:41:57 +00:00
<div class="layout">
<main class="main-width">
2020-10-02 15:31:59 +00:00
<article>
<p>Please note that viewing binary parts of hyphae is not supported in history for now.</p>
`)
//line templates/readers.qtpl:24
2020-08-31 17:52:26 +00:00
qw422016.N().S(naviTitle)
//line templates/readers.qtpl:24
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2020-10-02 15:31:59 +00:00
`)
//line templates/readers.qtpl:25
2020-08-31 17:52:26 +00:00
qw422016.N().S(contents)
//line templates/readers.qtpl:25
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2020-10-02 15:31:59 +00:00
</article>
2021-02-19 18:12:36 +00:00
`)
//line templates/readers.qtpl:27
streamsubhyphaeMatrix(qw422016, subhyphae)
//line templates/readers.qtpl:27
qw422016.N().S(`
2020-10-02 15:31:59 +00:00
</main>
2020-08-31 17:52:26 +00:00
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:29
2021-01-26 05:41:57 +00:00
streamrelativeHyphae(qw422016, relatives)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:29
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
</div>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
func WriteRevisionHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, naviTitle, contents, relatives, subhyphae, revHash string) {
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
qw422016 := qt422016.AcquireWriter(qq422016)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
StreamRevisionHTML(qw422016, rq, hyphaName, naviTitle, contents, relatives, subhyphae, revHash)
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
qt422016.ReleaseWriter(qw422016)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
func RevisionHTML(rq *http.Request, hyphaName, naviTitle, contents, relatives, subhyphae, revHash string) string {
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
qb422016 := qt422016.AcquireByteBuffer()
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
WriteRevisionHTML(qb422016, rq, hyphaName, naviTitle, contents, relatives, subhyphae, revHash)
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
qs422016 := string(qb422016.B)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
qt422016.ReleaseByteBuffer(qb422016)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
return qs422016
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:31
2020-08-31 17:52:26 +00:00
}
// If `contents` == "", a helpful message is shown instead.
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:34
func StreamPageHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, naviTitle, contents, relatives, subhyphae, backlinkEntries, prevHyphaName, nextHyphaName string, hasAmnt bool) {
//line templates/readers.qtpl:34
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2020-10-02 15:31:59 +00:00
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:35
streamnavHTML(qw422016, rq, hyphaName, "page")
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:35
2020-10-02 15:31:59 +00:00
qw422016.N().S(`
2021-01-25 18:37:21 +00:00
<div class="layout">
2021-01-26 05:41:57 +00:00
<main class="main-width">
<article>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:39
2021-01-26 05:41:57 +00:00
qw422016.N().S(naviTitle)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:39
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:40
2021-01-26 05:41:57 +00:00
if contents == "" {
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:40
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
<p>This hypha has no text. Why not <a href="/edit/`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:41
2021-01-26 05:41:57 +00:00
qw422016.E().S(hyphaName)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:41
2021-01-26 05:41:57 +00:00
qw422016.N().S(`">create it</a>?</p>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:42
2021-01-26 05:41:57 +00:00
} else {
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:42
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2021-01-25 18:37:21 +00:00
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:43
2021-01-26 05:41:57 +00:00
qw422016.N().S(contents)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:43
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:44
2021-01-26 05:41:57 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:44
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2021-01-26 05:41:57 +00:00
</article>
<section class="prevnext">
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:47
2020-11-29 11:32:52 +00:00
if prevHyphaName != "" {
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:47
qw422016.N().S(`
<a class="prevnext__el prevnext__prev" href="/hypha/`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:48
2020-11-29 11:32:52 +00:00
qw422016.E().S(prevHyphaName)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:48
2021-01-14 11:39:54 +00:00
qw422016.N().S(`" rel="prev">← `)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:48
qw422016.E().S(util.BeautifulName(path.Base(prevHyphaName)))
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:48
2021-01-26 05:41:57 +00:00
qw422016.N().S(`</a>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:49
2020-11-29 11:32:52 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:49
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:50
2020-11-29 11:32:52 +00:00
if nextHyphaName != "" {
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:50
qw422016.N().S(`
<a class="prevnext__el prevnext__next" href="/hypha/`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:51
2020-11-29 11:32:52 +00:00
qw422016.E().S(nextHyphaName)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:51
2021-01-14 11:39:54 +00:00
qw422016.N().S(`" rel="next">`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:51
qw422016.E().S(util.BeautifulName(path.Base(nextHyphaName)))
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:51
2021-01-26 05:41:57 +00:00
qw422016.N().S(` </a>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:52
2020-11-29 11:32:52 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:52
2020-11-29 11:32:52 +00:00
qw422016.N().S(`
2021-01-26 05:41:57 +00:00
</section>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:54
if u := user.FromRequest(rq); !user.AuthUsed || u.Group != "anon" {
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:54
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
<form action="/upload-binary/`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:55
qw422016.E().S(hyphaName)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:55
qw422016.N().S(`"
2021-01-26 05:41:57 +00:00
method="post" enctype="multipart/form-data"
class="upload-amnt">
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:58
2021-01-19 18:08:59 +00:00
if hasAmnt {
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:58
2021-01-26 05:41:57 +00:00
qw422016.N().S(`
<a class="upload-amnt__unattach" href="/unattach-ask/`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:59
2021-01-19 18:08:59 +00:00
qw422016.E().S(hyphaName)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:59
2021-01-26 05:41:57 +00:00
qw422016.N().S(`">Unattach current attachment?</a>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:60
2021-01-19 18:08:59 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:60
2021-01-19 18:08:59 +00:00
qw422016.N().S(`
2021-01-26 05:41:57 +00:00
<label for="upload-binary__input">Upload a new attachment</label>
<br>
<input type="file" id="upload-binary__input" name="binary"/>
<input type="submit"/>
</form>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:66
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:66
2020-08-31 17:52:26 +00:00
qw422016.N().S(`
2021-01-26 05:41:57 +00:00
`)
//line templates/readers.qtpl:67
2021-02-19 18:12:36 +00:00
streamsubhyphaeMatrix(qw422016, subhyphae)
//line templates/readers.qtpl:67
qw422016.N().S(`
2021-02-19 18:12:36 +00:00
</main>
`)
//line templates/readers.qtpl:69
streamrelativeHyphae(qw422016, relatives)
//line templates/readers.qtpl:69
qw422016.N().S(`
2021-02-19 09:23:57 +00:00
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:70
2021-02-19 09:23:57 +00:00
streambacklinks(qw422016, backlinkEntries)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:70
2021-02-19 09:23:57 +00:00
qw422016.N().S(`
</div>
`)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
func WritePageHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, naviTitle, contents, relatives, subhyphae, backlinkEntries, prevHyphaName, nextHyphaName string, hasAmnt bool) {
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
qw422016 := qt422016.AcquireWriter(qq422016)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
StreamPageHTML(qw422016, rq, hyphaName, naviTitle, contents, relatives, subhyphae, backlinkEntries, prevHyphaName, nextHyphaName, hasAmnt)
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
qt422016.ReleaseWriter(qw422016)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
}
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
func PageHTML(rq *http.Request, hyphaName, naviTitle, contents, relatives, subhyphae, backlinkEntries, prevHyphaName, nextHyphaName string, hasAmnt bool) string {
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
qb422016 := qt422016.AcquireByteBuffer()
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
WritePageHTML(qb422016, rq, hyphaName, naviTitle, contents, relatives, subhyphae, backlinkEntries, prevHyphaName, nextHyphaName, hasAmnt)
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
qs422016 := string(qb422016.B)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
qt422016.ReleaseByteBuffer(qb422016)
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
return qs422016
2021-02-19 18:12:36 +00:00
//line templates/readers.qtpl:72
2020-08-31 17:52:26 +00:00
}