template

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollaboratorIndex

type CollaboratorIndex struct {
	template.BasePage

	CSRF          htmltemplate.HTML
	Namespace     *namespace.Namespace
	Collaborators []*namespace.Collaborator
	// contains filtered or unexported fields
}

func (*CollaboratorIndex) Actions

func (p *CollaboratorIndex) Actions() string

func (*CollaboratorIndex) Body

func (p *CollaboratorIndex) Body() string

func (*CollaboratorIndex) Header

func (p *CollaboratorIndex) Header() string

func (*CollaboratorIndex) StreamActions

func (p *CollaboratorIndex) StreamActions(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) StreamBody

func (p *CollaboratorIndex) StreamBody(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) StreamHeader

func (p *CollaboratorIndex) StreamHeader(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) StreamTitle

func (p *CollaboratorIndex) StreamTitle(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) Title

func (p *CollaboratorIndex) Title() string

func (*CollaboratorIndex) WriteActions

func (p *CollaboratorIndex) WriteActions(qq422016 qtio422016.Writer)

func (*CollaboratorIndex) WriteBody

func (p *CollaboratorIndex) WriteBody(qq422016 qtio422016.Writer)

func (*CollaboratorIndex) WriteHeader

func (p *CollaboratorIndex) WriteHeader(qq422016 qtio422016.Writer)

func (*CollaboratorIndex) WriteTitle

func (p *CollaboratorIndex) WriteTitle(qq422016 qtio422016.Writer)

type Form

type Form struct {
	template.BasePage
	template.Form

	Parent    *namespace.Namespace
	Namespace *namespace.Namespace
}

func (*Form) Actions

func (p *Form) Actions() string

func (*Form) Body

func (p *Form) Body() string

func (*Form) Field

func (p *Form) Field(field string) string

func (*Form) Header

func (p *Form) Header() string

func (*Form) Navigation

func (p *Form) Navigation() string

func (*Form) StreamActions

func (p *Form) StreamActions(qw422016 *qt422016.Writer)

func (*Form) StreamBody

func (p *Form) StreamBody(qw422016 *qt422016.Writer)

func (*Form) StreamHeader

func (p *Form) StreamHeader(qw422016 *qt422016.Writer)

func (*Form) StreamNavigation

func (p *Form) StreamNavigation(qw422016 *qt422016.Writer)

func (*Form) StreamTitle

func (p *Form) StreamTitle(qw422016 *qt422016.Writer)

func (*Form) Title

func (p *Form) Title() string

func (*Form) WriteActions

func (p *Form) WriteActions(qq422016 qtio422016.Writer)

func (*Form) WriteBody

func (p *Form) WriteBody(qq422016 qtio422016.Writer)

func (*Form) WriteHeader

func (p *Form) WriteHeader(qq422016 qtio422016.Writer)

func (*Form) WriteNavigation

func (p *Form) WriteNavigation(qq422016 qtio422016.Writer)

func (*Form) WriteTitle

func (p *Form) WriteTitle(qq422016 qtio422016.Writer)

type Index

type Index struct {
	template.BasePage

	Paginator  database.Paginator
	Namespace  *namespace.Namespace
	Namespaces []*namespace.Namespace
	Search     string
}

func (*Index) Actions

func (p *Index) Actions() string

func (*Index) Body

func (p *Index) Body() string

func (*Index) Header

func (p *Index) Header() string

func (*Index) Navigation

func (p *Index) Navigation() string

func (*Index) StreamActions

func (p *Index) StreamActions(qw422016 *qt422016.Writer)

func (*Index) StreamBody

func (p *Index) StreamBody(qw422016 *qt422016.Writer)

func (*Index) StreamHeader

func (p *Index) StreamHeader(qw422016 *qt422016.Writer)

func (*Index) StreamNavigation

func (p *Index) StreamNavigation(qw422016 *qt422016.Writer)

func (*Index) StreamTitle

func (p *Index) StreamTitle(qw422016 *qt422016.Writer)

func (*Index) Title

func (p *Index) Title() string

func (*Index) WriteActions

func (p *Index) WriteActions(qq422016 qtio422016.Writer)

func (*Index) WriteBody

func (p *Index) WriteBody(qq422016 qtio422016.Writer)

func (*Index) WriteHeader

func (p *Index) WriteHeader(qq422016 qtio422016.Writer)

func (*Index) WriteNavigation

func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)

func (*Index) WriteTitle

func (p *Index) WriteTitle(qq422016 qtio422016.Writer)

type InviteIndex

type InviteIndex struct {
	template.BasePage
	template.Form

	CSRF      htmltemplate.HTML
	Namespace *namespace.Namespace
	Invites   []*namespace.Invite
	// contains filtered or unexported fields
}

func (*InviteIndex) Actions

func (p *InviteIndex) Actions() string

func (*InviteIndex) Body

func (p *InviteIndex) Body() string

func (*InviteIndex) Header

func (p *InviteIndex) Header() string

func (*InviteIndex) Navigation

func (p *InviteIndex) Navigation() string

func (*InviteIndex) StreamActions

func (p *InviteIndex) StreamActions(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamBody

func (p *InviteIndex) StreamBody(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamHeader

func (p *InviteIndex) StreamHeader(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamNavigation

func (p *InviteIndex) StreamNavigation(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamTitle

func (p *InviteIndex) StreamTitle(qw422016 *qt422016.Writer)

func (*InviteIndex) Title

func (p *InviteIndex) Title() string

func (*InviteIndex) WriteActions

func (p *InviteIndex) WriteActions(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteBody

func (p *InviteIndex) WriteBody(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteHeader

func (p *InviteIndex) WriteHeader(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteNavigation

func (p *InviteIndex) WriteNavigation(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteTitle

func (p *InviteIndex) WriteTitle(qq422016 qtio422016.Writer)

type Show

type Show struct {
	template.BasePage
	template.Section

	Namespace *namespace.Namespace
	CSRF      string
	Tag       string
}

func (*Show) Actions

func (p *Show) Actions() string

func (*Show) Body

func (p *Show) Body() string

func (*Show) Header

func (p *Show) Header() string

func (*Show) Navigation

func (p *Show) Navigation() string

func (*Show) StreamActions

func (p *Show) StreamActions(qw422016 *qt422016.Writer)

func (*Show) StreamBody

func (p *Show) StreamBody(qw422016 *qt422016.Writer)

func (*Show) StreamHeader

func (p *Show) StreamHeader(qw422016 *qt422016.Writer)

func (*Show) StreamNavigation

func (p *Show) StreamNavigation(qw422016 *qt422016.Writer)

func (*Show) StreamTitle

func (p *Show) StreamTitle(qw422016 *qt422016.Writer)

func (*Show) Title

func (p *Show) Title() string

func (*Show) WriteActions

func (p *Show) WriteActions(qq422016 qtio422016.Writer)

func (*Show) WriteBody

func (p *Show) WriteBody(qq422016 qtio422016.Writer)

func (*Show) WriteHeader

func (p *Show) WriteHeader(qq422016 qtio422016.Writer)

func (*Show) WriteNavigation

func (p *Show) WriteNavigation(qq422016 qtio422016.Writer)

func (*Show) WriteTitle

func (p *Show) WriteTitle(qq422016 qtio422016.Writer)

Jump to

Keyboard shortcuts

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