|
|
@ -10,6 +10,7 @@ import (
|
|
|
|
"git.phc.dm.unipi.it/phc/website/auth"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/auth"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/model"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/model"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/rss"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/rss"
|
|
|
|
|
|
|
|
"git.phc.dm.unipi.it/phc/website/storia"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/templates"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/templates"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/util"
|
|
|
|
"git.phc.dm.unipi.it/phc/website/util"
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -51,7 +52,7 @@ type DefaultHandler struct {
|
|
|
|
NewsArticlesRegistry *articles.Registry
|
|
|
|
NewsArticlesRegistry *articles.Registry
|
|
|
|
GuideArticlesRegistry *articles.Registry
|
|
|
|
GuideArticlesRegistry *articles.Registry
|
|
|
|
ListaUtenti website.ListaUtentiService
|
|
|
|
ListaUtenti website.ListaUtentiService
|
|
|
|
Storia website.StoriaService
|
|
|
|
Storia storia.StoriaService
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (h *DefaultHandler) HandleStaticPage(w io.Writer, view string, ctx Context) error {
|
|
|
|
func (h *DefaultHandler) HandleStaticPage(w io.Writer, view string, ctx Context) error {
|
|
|
|