Documentation ¶
Index ¶
- type Create
- func (p *Create) Actions() string
- func (p *Create) Body() string
- func (p *Create) Header() string
- func (p *Create) Navigation() string
- func (p *Create) StreamActions(qw422016 *qt422016.Writer)
- func (p *Create) StreamBody(qw422016 *qt422016.Writer)
- func (p *Create) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Create) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Create) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Create) Title() string
- func (p *Create) WriteActions(qq422016 qtio422016.Writer)
- func (p *Create) WriteBody(qq422016 qtio422016.Writer)
- func (p *Create) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Create) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Create) WriteTitle(qq422016 qtio422016.Writer)
- type Index
- func (p *Index) Actions() string
- func (p *Index) Body() string
- func (p *Index) Header() string
- func (p *Index) Navigation() string
- func (p *Index) Section() string
- func (p *Index) StreamActions(qw422016 *qt422016.Writer)
- func (p *Index) StreamBody(qw422016 *qt422016.Writer)
- func (p *Index) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Index) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Index) StreamSection(qw422016 *qt422016.Writer)
- func (p *Index) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Index) Title() string
- func (p *Index) WriteActions(qq422016 qtio422016.Writer)
- func (p *Index) WriteBody(qq422016 qtio422016.Writer)
- func (p *Index) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Index) WriteSection(qq422016 qtio422016.Writer)
- func (p *Index) WriteTitle(qq422016 qtio422016.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Create ¶
func (*Create) Navigation ¶
func (*Create) StreamActions ¶
func (*Create) StreamBody ¶
func (*Create) StreamHeader ¶
func (*Create) StreamNavigation ¶
func (*Create) StreamTitle ¶
func (*Create) WriteActions ¶
func (p *Create) WriteActions(qq422016 qtio422016.Writer)
func (*Create) WriteBody ¶
func (p *Create) WriteBody(qq422016 qtio422016.Writer)
func (*Create) WriteHeader ¶
func (p *Create) WriteHeader(qq422016 qtio422016.Writer)
func (*Create) WriteNavigation ¶
func (p *Create) WriteNavigation(qq422016 qtio422016.Writer)
func (*Create) WriteTitle ¶
func (p *Create) WriteTitle(qq422016 qtio422016.Writer)
type Index ¶
type Index struct { template.BasePage CSRF htmltemplate.HTML Paginator database.Paginator Images []*image.Image Search string }
func (*Index) Navigation ¶
func (*Index) StreamActions ¶
func (*Index) StreamBody ¶
func (*Index) StreamHeader ¶
func (*Index) StreamNavigation ¶
func (*Index) StreamSection ¶
func (*Index) StreamTitle ¶
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) WriteSection ¶
func (p *Index) WriteSection(qq422016 qtio422016.Writer)
func (*Index) WriteTitle ¶
func (p *Index) WriteTitle(qq422016 qtio422016.Writer)
Click to show internal directories.
Click to hide internal directories.