bsw/jbe@1309: request.set_status("405 Method Not Allowed") bsw/jbe@1309: bsw/jbe@1309: ui.title("405 Method Not Allowed") bsw/jbe@1309: bsw/jbe@1309: ui.grid{ content = function() bsw/jbe@1309: bsw/jbe@1309: ui.cell_main{ content = function() bsw/jbe@1309: bsw/jbe@1309: ui.container { attr = { class = "mdl-card mdl-shadow--2dp mdl-card__fullwidth" }, content = function() bsw/jbe@1309: ui.container{ attr = { class = "mdl-card__title mdl-card--border" }, content = function() bsw/jbe@1309: ui.heading { attr = { class = "mdl-card__title-text" }, level = 2, content = _"Method not allowed" } bsw/jbe@1309: end } bsw/jbe@1309: ui.container{ attr = { class = "mdl-card__content" }, content = function() bsw/jbe@1309: ui.link{ bsw/jbe@1309: content = _"Go back to home page", bsw/jbe@1309: module = "index", view = "index" bsw/jbe@1309: } bsw/jbe@1309: end } bsw/jbe@1309: end } bsw/jbe@1309: end } bsw/jbe@1309: end }