/main_action
main action

Sourcecode in SkinMgr/actions.js:
1:   function main_action() {
2:      res.data.title = getMessage("SkinMgr.listTitle", {layoutTitle: this._parent.title});
3:      res.data.list = this.renderTree(req.data);
4:      res.data.body = this.renderSkinAsString("main");
5:      res.handlers.context.renderSkin("page");
6:      return;
7:   }