2021-02-20 16:14:33 +00:00
|
|
|
// Code generated by qtc from "readers.qtpl". DO NOT EDIT.
|
|
|
|
// See https://github.com/valyala/quicktemplate for details.
|
|
|
|
|
|
|
|
//line views/readers.qtpl:1
|
|
|
|
package views
|
|
|
|
|
|
|
|
//line views/readers.qtpl:1
|
|
|
|
import "net/http"
|
|
|
|
|
|
|
|
//line views/readers.qtpl:2
|
2021-02-24 17:34:42 +00:00
|
|
|
import "strings"
|
|
|
|
|
|
|
|
//line views/readers.qtpl:3
|
2021-02-20 16:14:33 +00:00
|
|
|
import "path"
|
|
|
|
|
|
|
|
//line views/readers.qtpl:4
|
2021-02-24 17:34:42 +00:00
|
|
|
import "os"
|
2021-02-20 16:14:33 +00:00
|
|
|
|
|
|
|
//line views/readers.qtpl:6
|
2021-05-22 18:05:14 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/cfg"
|
2021-02-20 16:14:33 +00:00
|
|
|
|
|
|
|
//line views/readers.qtpl:7
|
2021-05-22 18:05:14 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/hyphae"
|
2021-02-24 17:34:42 +00:00
|
|
|
|
|
|
|
//line views/readers.qtpl:8
|
2021-09-06 17:46:34 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/l18n"
|
2021-02-20 16:14:33 +00:00
|
|
|
|
2021-02-24 17:34:42 +00:00
|
|
|
//line views/readers.qtpl:9
|
2021-09-06 17:46:34 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/mimetype"
|
2021-02-20 16:14:33 +00:00
|
|
|
|
|
|
|
//line views/readers.qtpl:10
|
2021-09-06 17:46:34 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/tree"
|
2021-05-22 18:05:14 +00:00
|
|
|
|
|
|
|
//line views/readers.qtpl:11
|
2021-09-06 17:46:34 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/user"
|
|
|
|
|
|
|
|
//line views/readers.qtpl:12
|
2021-02-24 17:34:42 +00:00
|
|
|
import "github.com/bouncepaw/mycorrhiza/util"
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:14
|
2021-02-20 16:14:33 +00:00
|
|
|
import (
|
|
|
|
qtio422016 "io"
|
|
|
|
|
|
|
|
qt422016 "github.com/valyala/quicktemplate"
|
|
|
|
)
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:14
|
2021-02-20 16:14:33 +00:00
|
|
|
var (
|
|
|
|
_ = qtio422016.Copy
|
|
|
|
_ = qt422016.AcquireByteBuffer
|
|
|
|
)
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:14
|
2021-02-24 17:34:42 +00:00
|
|
|
func StreamAttachmentMenuHTML(qw422016 *qt422016.Writer, rq *http.Request, h *hyphae.Hypha, u *user.User) {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:14
|
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
|
|
|
//line views/readers.qtpl:16
|
|
|
|
lc := l18n.FromRequest(rq)
|
|
|
|
|
|
|
|
//line views/readers.qtpl:17
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<div class="layout">
|
2021-07-11 21:34:00 +00:00
|
|
|
<main class="main-width attachment-tab">
|
2021-09-06 17:46:34 +00:00
|
|
|
<h1>`)
|
|
|
|
//line views/readers.qtpl:20
|
|
|
|
qw422016.N().S(lc.Get("ui.attach_title", &l18n.Replacements{"name": beautifulLink(h.Name)}))
|
|
|
|
//line views/readers.qtpl:20
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`</h1>
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:21
|
2021-02-24 17:34:42 +00:00
|
|
|
if h.BinaryPath == "" {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:21
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
2021-09-06 17:46:34 +00:00
|
|
|
<p class="explanation">`)
|
|
|
|
//line views/readers.qtpl:22
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_empty"))
|
|
|
|
//line views/readers.qtpl:22
|
|
|
|
qw422016.N().S(` <a href="/help/`)
|
|
|
|
//line views/readers.qtpl:22
|
|
|
|
qw422016.E().S(lc.Locale)
|
|
|
|
//line views/readers.qtpl:22
|
|
|
|
qw422016.N().S(`/attachment" class="shy-link">`)
|
|
|
|
//line views/readers.qtpl:22
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_link"))
|
|
|
|
//line views/readers.qtpl:22
|
|
|
|
qw422016.N().S(`</a></p>
|
2021-02-24 17:34:42 +00:00
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:23
|
2021-02-24 17:34:42 +00:00
|
|
|
} else {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:23
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
2021-09-06 17:46:34 +00:00
|
|
|
<p class="explanation">`)
|
|
|
|
//line views/readers.qtpl:24
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_tip"))
|
|
|
|
//line views/readers.qtpl:24
|
|
|
|
qw422016.N().S(` <a href="/help/`)
|
|
|
|
//line views/readers.qtpl:24
|
|
|
|
qw422016.E().S(lc.Locale)
|
|
|
|
//line views/readers.qtpl:24
|
|
|
|
qw422016.N().S(`/attachment" class="shy-link">`)
|
|
|
|
//line views/readers.qtpl:24
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_link"))
|
|
|
|
//line views/readers.qtpl:24
|
|
|
|
qw422016.N().S(`</a></p>
|
2021-02-24 17:34:42 +00:00
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:25
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:25
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
|
|
|
|
<section class="amnt-grid">
|
|
|
|
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:29
|
2021-02-24 17:34:42 +00:00
|
|
|
if h.BinaryPath != "" {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:29
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:31
|
2021-02-24 17:34:42 +00:00
|
|
|
mime := mimetype.FromExtension(path.Ext(h.BinaryPath))
|
|
|
|
fileinfo, err := os.Stat(h.BinaryPath)
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:32
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:33
|
2021-02-24 17:34:42 +00:00
|
|
|
if err == nil {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:33
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<fieldset class="amnt-menu-block">
|
2021-09-06 17:46:34 +00:00
|
|
|
<legend class="modal__title modal__title_small">`)
|
|
|
|
//line views/readers.qtpl:35
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_stat"))
|
|
|
|
//line views/readers.qtpl:35
|
|
|
|
qw422016.N().S(`</legend>
|
|
|
|
<p class="modal__confirmation-msg"><b>`)
|
|
|
|
//line views/readers.qtpl:36
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_stat_size"))
|
|
|
|
//line views/readers.qtpl:36
|
|
|
|
qw422016.N().S(`</b> `)
|
|
|
|
//line views/readers.qtpl:36
|
|
|
|
qw422016.E().S(lc.GetPlural64("ui.attach_size_value", fileinfo.Size()))
|
|
|
|
//line views/readers.qtpl:36
|
|
|
|
qw422016.N().S(`</p>
|
|
|
|
<p><b>`)
|
|
|
|
//line views/readers.qtpl:37
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_stat_mime"))
|
|
|
|
//line views/readers.qtpl:37
|
|
|
|
qw422016.N().S(`</b> `)
|
|
|
|
//line views/readers.qtpl:37
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.E().S(mime)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:37
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`</p>
|
|
|
|
</fieldset>
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:39
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:39
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:41
|
2021-02-24 17:34:42 +00:00
|
|
|
if strings.HasPrefix(mime, "image/") {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:41
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<fieldset class="amnt-menu-block">
|
2021-09-06 17:46:34 +00:00
|
|
|
<legend class="modal__title modal__title_small">`)
|
|
|
|
//line views/readers.qtpl:43
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_include"))
|
|
|
|
//line views/readers.qtpl:43
|
|
|
|
qw422016.N().S(`</legend>
|
|
|
|
<p class="modal__confirmation-msg">`)
|
|
|
|
//line views/readers.qtpl:44
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_include_tip"))
|
|
|
|
//line views/readers.qtpl:44
|
|
|
|
qw422016.N().S(`</p>
|
|
|
|
<pre class="codeblock"><code>img { `)
|
|
|
|
//line views/readers.qtpl:45
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.E().S(h.Name)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:45
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(` }</code></pre>
|
|
|
|
</fieldset>
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:47
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:47
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:48
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:48
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:50
|
2021-02-24 17:34:42 +00:00
|
|
|
if u.CanProceed("upload-binary") {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:50
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<form action="/upload-binary/`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:51
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.E().S(h.Name)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:51
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`"
|
|
|
|
method="post" enctype="multipart/form-data"
|
2021-05-25 07:34:04 +00:00
|
|
|
class="upload-binary modal amnt-menu-block">
|
|
|
|
<fieldset class="modal__fieldset">
|
2021-09-06 17:46:34 +00:00
|
|
|
<legend class="modal__title modal__title_small">`)
|
|
|
|
//line views/readers.qtpl:55
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_new"))
|
|
|
|
//line views/readers.qtpl:55
|
|
|
|
qw422016.N().S(`</legend>
|
|
|
|
<p class="modal__confirmation-msg">`)
|
|
|
|
//line views/readers.qtpl:56
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_new_tip"))
|
|
|
|
//line views/readers.qtpl:56
|
|
|
|
qw422016.N().S(`</p>
|
2021-05-25 07:34:04 +00:00
|
|
|
<label for="upload-binary__input"></label>
|
|
|
|
<input type="file" id="upload-binary__input" name="binary">
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
<button type="submit" class="btn stick-to-bottom" value="Upload">`)
|
|
|
|
//line views/readers.qtpl:60
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_upload"))
|
|
|
|
//line views/readers.qtpl:60
|
|
|
|
qw422016.N().S(`</button>
|
2021-02-24 17:34:42 +00:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:63
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:63
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:65
|
2021-02-24 17:34:42 +00:00
|
|
|
if h.BinaryPath != "" && u.CanProceed("unattach-confirm") {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:65
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<form action="/unattach-confirm/`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:66
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.E().S(h.Name)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:66
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`" method="post" class="modal amnt-menu-block">
|
|
|
|
<fieldset class="modal__fieldset">
|
2021-09-06 17:46:34 +00:00
|
|
|
<legend class="modal__title modal__title_small">`)
|
|
|
|
//line views/readers.qtpl:68
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_remove"))
|
|
|
|
//line views/readers.qtpl:68
|
|
|
|
qw422016.N().S(`</legend>
|
|
|
|
<p class="modal__confirmation-msg">`)
|
|
|
|
//line views/readers.qtpl:69
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_remove_tip"))
|
|
|
|
//line views/readers.qtpl:69
|
|
|
|
qw422016.N().S(`</p>
|
|
|
|
<button type="submit" class="btn" value="Unattach">`)
|
|
|
|
//line views/readers.qtpl:70
|
|
|
|
qw422016.E().S(lc.Get("ui.attach_remove_button"))
|
|
|
|
//line views/readers.qtpl:70
|
|
|
|
qw422016.N().S(`</button>
|
2021-02-24 17:34:42 +00:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:73
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:73
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
`)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
func WriteAttachmentMenuHTML(qq422016 qtio422016.Writer, rq *http.Request, h *hyphae.Hypha, u *user.User) {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016 := qt422016.AcquireWriter(qq422016)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
StreamAttachmentMenuHTML(qw422016, rq, h, u)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
qt422016.ReleaseWriter(qw422016)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
func AttachmentMenuHTML(rq *http.Request, h *hyphae.Hypha, u *user.User) string {
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
qb422016 := qt422016.AcquireByteBuffer()
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
WriteAttachmentMenuHTML(qb422016, rq, h, u)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
qs422016 := string(qb422016.B)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
qt422016.ReleaseByteBuffer(qb422016)
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
return qs422016
|
2021-09-06 17:46:34 +00:00
|
|
|
//line views/readers.qtpl:78
|
2021-02-24 17:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// If `contents` == "", a helpful message is shown instead.
|
2021-09-23 09:17:50 +00:00
|
|
|
//
|
|
|
|
// If you rename .prevnext, change the docs too.
|
2021-02-24 17:34:42 +00:00
|
|
|
|
2021-09-27 09:06:25 +00:00
|
|
|
//line views/readers.qtpl:83
|
2021-09-06 17:46:34 +00:00
|
|
|
func StreamHyphaHTML(qw422016 *qt422016.Writer, rq *http.Request, lc *l18n.Localizer, h *hyphae.Hypha, contents string) {
|
2021-09-27 09:06:25 +00:00
|
|
|
//line views/readers.qtpl:83
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2021-09-27 09:06:25 +00:00
|
|
|
//line views/readers.qtpl:85
|
2021-07-12 15:23:25 +00:00
|
|
|
siblings, subhyphae, prevHyphaName, nextHyphaName := tree.Tree(h.Name)
|
2021-05-14 09:05:07 +00:00
|
|
|
u := user.FromRequest(rq)
|
2021-02-20 16:14:33 +00:00
|
|
|
|
2021-09-27 09:06:25 +00:00
|
|
|
//line views/readers.qtpl:87
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<div class="layout">
|
|
|
|
<main class="main-width">
|
2021-12-30 21:42:21 +00:00
|
|
|
<section id="hypha">
|
2021-08-08 19:59:44 +00:00
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:91
|
2021-08-08 19:59:44 +00:00
|
|
|
if u.CanProceed("edit") {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:91
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<div class="btn btn_navititle">
|
2022-01-02 18:21:08 +00:00
|
|
|
<a class="btn__link_navititle" href="/edit/`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:93
|
2021-08-08 19:59:44 +00:00
|
|
|
qw422016.E().S(h.Name)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:93
|
2021-09-06 17:46:34 +00:00
|
|
|
qw422016.N().S(`">`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:93
|
2021-09-06 17:46:34 +00:00
|
|
|
qw422016.E().S(lc.Get("ui.edit_link"))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:93
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.N().S(`</a>
|
|
|
|
</div>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:95
|
2021-08-08 19:59:44 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:95
|
2021-08-08 19:59:44 +00:00
|
|
|
qw422016.N().S(`
|
2022-01-02 18:21:08 +00:00
|
|
|
|
2021-02-20 16:14:33 +00:00
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:97
|
2022-01-02 18:21:08 +00:00
|
|
|
if cfg.UseAuth && util.IsProfileName(h.Name) && u.Name == strings.TrimPrefix(h.Name, cfg.UserHypha+"/") {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:97
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<div class="btn btn_navititle">
|
2022-01-02 18:21:08 +00:00
|
|
|
<a class="btn__link_navititle" href="/logout">`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:99
|
2022-01-02 18:21:08 +00:00
|
|
|
qw422016.E().S(lc.Get("ui.logout_link"))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:99
|
2022-01-02 18:21:08 +00:00
|
|
|
qw422016.N().S(`</a>
|
2022-01-02 18:31:54 +00:00
|
|
|
</div>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:101
|
2022-01-02 18:31:54 +00:00
|
|
|
if u.Group == "admin" {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:101
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<div class="btn btn_navititle">
|
2022-01-08 21:13:36 +00:00
|
|
|
<a class="btn__link_navititle" href="/admin">`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:103
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.E().S(lc.Get("ui.admin_panel"))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:103
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.N().S(`<a>
|
|
|
|
</div>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:105
|
2022-01-02 18:31:54 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:105
|
2022-01-02 18:31:54 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:106
|
2022-01-02 18:21:08 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:106
|
2022-01-02 18:21:08 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:108
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(NaviTitleHTML(h))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:108
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:109
|
2021-05-14 09:05:07 +00:00
|
|
|
if h.Exists {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:109
|
2021-05-14 09:05:07 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:110
|
2021-05-14 09:05:07 +00:00
|
|
|
qw422016.N().S(contents)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:110
|
2021-02-24 17:34:42 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:111
|
2021-02-20 16:14:33 +00:00
|
|
|
} else {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:111
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
2021-05-14 09:05:07 +00:00
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:112
|
2021-09-06 17:46:34 +00:00
|
|
|
streamnonExistentHyphaNotice(qw422016, h, u, lc)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:112
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:113
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:113
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
2021-12-30 21:42:21 +00:00
|
|
|
</section>
|
2021-02-20 16:14:33 +00:00
|
|
|
<section class="prevnext">
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:116
|
2021-02-20 16:14:33 +00:00
|
|
|
if prevHyphaName != "" {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:116
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<a class="prevnext__el prevnext__prev" href="/hypha/`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:117
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.E().S(prevHyphaName)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:117
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`" rel="prev">← `)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:117
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.E().S(util.BeautifulName(path.Base(prevHyphaName)))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:117
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`</a>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:118
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:118
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:119
|
2021-02-20 16:14:33 +00:00
|
|
|
if nextHyphaName != "" {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:119
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<a class="prevnext__el prevnext__next" href="/hypha/`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:120
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.E().S(nextHyphaName)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:120
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`" rel="next">`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:120
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.E().S(util.BeautifulName(path.Base(nextHyphaName)))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:120
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(` →</a>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:121
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:121
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
</section>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:123
|
2021-09-06 17:46:34 +00:00
|
|
|
StreamSubhyphaeHTML(qw422016, subhyphae, lc)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:123
|
2021-08-08 19:19:55 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<section id="hypha-bottom">
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:125
|
2021-08-08 19:19:55 +00:00
|
|
|
streamhyphaInfo(qw422016, rq, h)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:125
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
2021-08-08 19:19:55 +00:00
|
|
|
</section>
|
2021-02-20 16:14:33 +00:00
|
|
|
</main>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:128
|
2021-09-06 17:46:34 +00:00
|
|
|
streamsiblingHyphaeHTML(qw422016, siblings, lc)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:128
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
</div>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:130
|
2021-05-22 18:05:14 +00:00
|
|
|
streamviewScripts(qw422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:130
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-09-06 17:46:34 +00:00
|
|
|
func WriteHyphaHTML(qq422016 qtio422016.Writer, rq *http.Request, lc *l18n.Localizer, h *hyphae.Hypha, contents string) {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016 := qt422016.AcquireWriter(qq422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-09-06 17:46:34 +00:00
|
|
|
StreamHyphaHTML(qw422016, rq, lc, h, contents)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
qt422016.ReleaseWriter(qw422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-09-06 17:46:34 +00:00
|
|
|
func HyphaHTML(rq *http.Request, lc *l18n.Localizer, h *hyphae.Hypha, contents string) string {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
qb422016 := qt422016.AcquireByteBuffer()
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-09-06 17:46:34 +00:00
|
|
|
WriteHyphaHTML(qb422016, rq, lc, h, contents)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
qs422016 := string(qb422016.B)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
qt422016.ReleaseByteBuffer(qb422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
return qs422016
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:131
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:133
|
2021-09-06 17:46:34 +00:00
|
|
|
func StreamRevisionHTML(qw422016 *qt422016.Writer, rq *http.Request, lc *l18n.Localizer, h *hyphae.Hypha, contents, revHash string) {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:133
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:135
|
2021-07-12 15:23:25 +00:00
|
|
|
siblings, subhyphae, _, _ := tree.Tree(h.Name)
|
2021-02-20 16:14:33 +00:00
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:136
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<div class="layout">
|
|
|
|
<main class="main-width">
|
2021-12-30 21:42:21 +00:00
|
|
|
<section>
|
2021-09-06 17:46:34 +00:00
|
|
|
<p>`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-06 17:46:34 +00:00
|
|
|
qw422016.E().S(lc.Get("ui.revision_warning"))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-27 09:06:25 +00:00
|
|
|
qw422016.N().S(` <a href="/rev-text/`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-23 09:36:54 +00:00
|
|
|
qw422016.E().S(revHash)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-23 09:36:54 +00:00
|
|
|
qw422016.N().S(`/`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-23 09:36:54 +00:00
|
|
|
qw422016.E().S(h.Name)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-27 09:06:25 +00:00
|
|
|
qw422016.N().S(`">`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-27 09:06:25 +00:00
|
|
|
qw422016.E().S(lc.Get("ui.revision_link"))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:140
|
2021-09-27 09:06:25 +00:00
|
|
|
qw422016.N().S(`</a></p>
|
2021-02-20 16:14:33 +00:00
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:141
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(NaviTitleHTML(h))
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:141
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:142
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(contents)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:142
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
2021-12-30 21:42:21 +00:00
|
|
|
</section>
|
2021-02-20 16:14:33 +00:00
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:144
|
2021-09-06 17:46:34 +00:00
|
|
|
StreamSubhyphaeHTML(qw422016, subhyphae, lc)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:144
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
</main>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:146
|
2021-09-06 17:46:34 +00:00
|
|
|
streamsiblingHyphaeHTML(qw422016, siblings, lc)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:146
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
</div>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:148
|
2021-05-22 18:05:14 +00:00
|
|
|
streamviewScripts(qw422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:148
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-09-06 17:46:34 +00:00
|
|
|
func WriteRevisionHTML(qq422016 qtio422016.Writer, rq *http.Request, lc *l18n.Localizer, h *hyphae.Hypha, contents, revHash string) {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
qw422016 := qt422016.AcquireWriter(qq422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-09-06 17:46:34 +00:00
|
|
|
StreamRevisionHTML(qw422016, rq, lc, h, contents, revHash)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
qt422016.ReleaseWriter(qw422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-09-06 17:46:34 +00:00
|
|
|
func RevisionHTML(rq *http.Request, lc *l18n.Localizer, h *hyphae.Hypha, contents, revHash string) string {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
qb422016 := qt422016.AcquireByteBuffer()
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-09-06 17:46:34 +00:00
|
|
|
WriteRevisionHTML(qb422016, rq, lc, h, contents, revHash)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
qs422016 := string(qb422016.B)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
qt422016.ReleaseByteBuffer(qb422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-02-20 16:14:33 +00:00
|
|
|
return qs422016
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:149
|
2021-05-22 18:05:14 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:151
|
2021-05-22 18:05:14 +00:00
|
|
|
func streamviewScripts(qw422016 *qt422016.Writer) {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:151
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:152
|
2021-05-22 18:05:14 +00:00
|
|
|
for _, scriptPath := range cfg.ViewScripts {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:152
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
<script src="`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:153
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.E().S(scriptPath)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:153
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.N().S(`"></script>
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:154
|
2021-05-22 18:05:14 +00:00
|
|
|
}
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:154
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016.N().S(`
|
|
|
|
`)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
func writeviewScripts(qq422016 qtio422016.Writer) {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
qw422016 := qt422016.AcquireWriter(qq422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
streamviewScripts(qw422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
qt422016.ReleaseWriter(qw422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
}
|
|
|
|
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
func viewScripts() string {
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
qb422016 := qt422016.AcquireByteBuffer()
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
writeviewScripts(qb422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
qs422016 := string(qb422016.B)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
qt422016.ReleaseByteBuffer(qb422016)
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-05-22 18:05:14 +00:00
|
|
|
return qs422016
|
2022-02-01 10:57:29 +00:00
|
|
|
//line views/readers.qtpl:155
|
2021-02-20 16:14:33 +00:00
|
|
|
}
|