views

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2021 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AboutHTML

func AboutHTML() string

func AdminPanelHTML

func AdminPanelHTML() string

func AttachmentHTML

func AttachmentHTML(h *hyphae.Hypha) string

func AttachmentMenuHTML

func AttachmentMenuHTML(rq *http.Request, h *hyphae.Hypha, u *user.User) string

func BaseHTML

func BaseHTML(title, body string, u *user.User, headElements ...string) string

func DeleteAskHTML

func DeleteAskHTML(rq *http.Request, hyphaName string, isOld bool) string

func EditHTML

func EditHTML(rq *http.Request, hyphaName, textAreaFill, warning string) string

func HistoryHTML

func HistoryHTML(rq *http.Request, hyphaName, list string) string

func HyphaHTML

func HyphaHTML(rq *http.Request, h *hyphae.Hypha, contents string) string

func HyphaListHTML

func HyphaListHTML() string

func LoginErrorHTML

func LoginErrorHTML(err string) string

func LoginHTML

func LoginHTML() string

func LogoutHTML

func LogoutHTML(can bool) string
func NavHTML(rq *http.Request, hyphaName, navType string, revisionHash ...string) string
func NaviTitleHTML(h *hyphae.Hypha) string

func PreviewHTML

func PreviewHTML(rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string) string

func PrimitiveDiffHTML

func PrimitiveDiffHTML(rq *http.Request, h *hyphae.Hypha, u *user.User, hash string) string

func RecentChangesHTML

func RecentChangesHTML(n int) string

func RegisterHTML added in v1.1.0

func RegisterHTML(rq *http.Request) string

func RelativeHyphaeHTML

func RelativeHyphaeHTML(relatives string) string

func RenameAskHTML

func RenameAskHTML(rq *http.Request, hyphaName string, isOld bool) string

func RevisionHTML

func RevisionHTML(rq *http.Request, h *hyphae.Hypha, contents, revHash string) string

func StreamAboutHTML

func StreamAboutHTML(qw422016 *qt422016.Writer)

func StreamAdminPanelHTML

func StreamAdminPanelHTML(qw422016 *qt422016.Writer)

func StreamAttachmentHTML

func StreamAttachmentHTML(qw422016 *qt422016.Writer, h *hyphae.Hypha)

func StreamAttachmentMenuHTML

func StreamAttachmentMenuHTML(qw422016 *qt422016.Writer, rq *http.Request, h *hyphae.Hypha, u *user.User)

func StreamBaseHTML

func StreamBaseHTML(qw422016 *qt422016.Writer, title, body string, u *user.User, headElements ...string)

func StreamDeleteAskHTML

func StreamDeleteAskHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName string, isOld bool)

func StreamEditHTML

func StreamEditHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, textAreaFill, warning string)

func StreamHistoryHTML

func StreamHistoryHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, list string)

func StreamHyphaHTML

func StreamHyphaHTML(qw422016 *qt422016.Writer, rq *http.Request, h *hyphae.Hypha, contents string)

func StreamHyphaListHTML

func StreamHyphaListHTML(qw422016 *qt422016.Writer)

func StreamLoginErrorHTML

func StreamLoginErrorHTML(qw422016 *qt422016.Writer, err string)

func StreamLoginHTML

func StreamLoginHTML(qw422016 *qt422016.Writer)

func StreamLogoutHTML

func StreamLogoutHTML(qw422016 *qt422016.Writer, can bool)

func StreamNavHTML

func StreamNavHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, navType string, revisionHash ...string)

func StreamNaviTitleHTML

func StreamNaviTitleHTML(qw422016 *qt422016.Writer, h *hyphae.Hypha)

func StreamPreviewHTML

func StreamPreviewHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string)

func StreamPrimitiveDiffHTML

func StreamPrimitiveDiffHTML(qw422016 *qt422016.Writer, rq *http.Request, h *hyphae.Hypha, u *user.User, hash string)

func StreamRecentChangesHTML

func StreamRecentChangesHTML(qw422016 *qt422016.Writer, n int)

func StreamRegisterHTML added in v1.1.0

func StreamRegisterHTML(qw422016 *qt422016.Writer, rq *http.Request)

func StreamRelativeHyphaeHTML

func StreamRelativeHyphaeHTML(qw422016 *qt422016.Writer, relatives string)

func StreamRenameAskHTML

func StreamRenameAskHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName string, isOld bool)

func StreamRevisionHTML

func StreamRevisionHTML(qw422016 *qt422016.Writer, rq *http.Request, h *hyphae.Hypha, contents, revHash string)

func StreamSubhyphaeHTML

func StreamSubhyphaeHTML(qw422016 *qt422016.Writer, subhyphae string)

func StreamToolbar added in v1.1.0

func StreamToolbar(qw422016 *qt422016.Writer, u *user.User)

func StreamUnattachAskHTML

func StreamUnattachAskHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName string, isOld bool)

func StreamUserListHTML

func StreamUserListHTML(qw422016 *qt422016.Writer)

func StreamUserMenuHTML

func StreamUserMenuHTML(qw422016 *qt422016.Writer, u *user.User)

func SubhyphaeHTML

func SubhyphaeHTML(subhyphae string) string

func Toolbar added in v1.1.0

func Toolbar(u *user.User) string

func UnattachAskHTML

func UnattachAskHTML(rq *http.Request, hyphaName string, isOld bool) string

func UserListHTML

func UserListHTML() string

func UserMenuHTML

func UserMenuHTML(u *user.User) string

func WriteAboutHTML

func WriteAboutHTML(qq422016 qtio422016.Writer)

func WriteAdminPanelHTML

func WriteAdminPanelHTML(qq422016 qtio422016.Writer)

func WriteAttachmentHTML

func WriteAttachmentHTML(qq422016 qtio422016.Writer, h *hyphae.Hypha)

func WriteAttachmentMenuHTML

func WriteAttachmentMenuHTML(qq422016 qtio422016.Writer, rq *http.Request, h *hyphae.Hypha, u *user.User)

func WriteBaseHTML

func WriteBaseHTML(qq422016 qtio422016.Writer, title, body string, u *user.User, headElements ...string)

func WriteDeleteAskHTML

func WriteDeleteAskHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName string, isOld bool)

func WriteEditHTML

func WriteEditHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, textAreaFill, warning string)

func WriteHistoryHTML

func WriteHistoryHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, list string)

func WriteHyphaHTML

func WriteHyphaHTML(qq422016 qtio422016.Writer, rq *http.Request, h *hyphae.Hypha, contents string)

func WriteHyphaListHTML

func WriteHyphaListHTML(qq422016 qtio422016.Writer)

func WriteLoginErrorHTML

func WriteLoginErrorHTML(qq422016 qtio422016.Writer, err string)

func WriteLoginHTML

func WriteLoginHTML(qq422016 qtio422016.Writer)

func WriteLogoutHTML

func WriteLogoutHTML(qq422016 qtio422016.Writer, can bool)

func WriteNavHTML

func WriteNavHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, navType string, revisionHash ...string)

func WriteNaviTitleHTML

func WriteNaviTitleHTML(qq422016 qtio422016.Writer, h *hyphae.Hypha)

func WritePreviewHTML

func WritePreviewHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string)

func WritePrimitiveDiffHTML

func WritePrimitiveDiffHTML(qq422016 qtio422016.Writer, rq *http.Request, h *hyphae.Hypha, u *user.User, hash string)

func WriteRecentChangesHTML

func WriteRecentChangesHTML(qq422016 qtio422016.Writer, n int)

func WriteRegisterHTML added in v1.1.0

func WriteRegisterHTML(qq422016 qtio422016.Writer, rq *http.Request)

func WriteRelativeHyphaeHTML

func WriteRelativeHyphaeHTML(qq422016 qtio422016.Writer, relatives string)

func WriteRenameAskHTML

func WriteRenameAskHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName string, isOld bool)

func WriteRevisionHTML

func WriteRevisionHTML(qq422016 qtio422016.Writer, rq *http.Request, h *hyphae.Hypha, contents, revHash string)

func WriteSubhyphaeHTML

func WriteSubhyphaeHTML(qq422016 qtio422016.Writer, subhyphae string)

func WriteToolbar added in v1.1.0

func WriteToolbar(qq422016 qtio422016.Writer, u *user.User)

func WriteUnattachAskHTML

func WriteUnattachAskHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName string, isOld bool)

func WriteUserListHTML

func WriteUserListHTML(qq422016 qtio422016.Writer)

func WriteUserMenuHTML

func WriteUserMenuHTML(qq422016 qtio422016.Writer, u *user.User)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL