from scaffold.web import www class control(www.default.html_ui): def create(self, appid): self.appid = appid return self def render(self): htm = '' % self.appid htm += '