factored out the need for amsterdam_pageTitle by having FrameTitle be a separate bit of metadata in AmContext

This commit is contained in:
2026-02-10 21:10:20 -07:00
parent 09842a91bd
commit f2b8b829aa
18 changed files with 65 additions and 46 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ var EPARAM error = errors.New("no parameters specified")
*/
func NotImplPage(ctxt ui.AmContext) (string, any) {
ctxt.SetLeftMenu("top")
ctxt.VarMap().Set("amsterdam_pageTitle", "Function Not Implemented")
ctxt.SetFrameTitle("Function Not Implemented")
ctxt.VarMap().Set("path", ctxt.URLPath())
return "framed", "notimpl.jet"
}