def add_display_widget(self, row):
b = DrilsdownUI.make_button("Set URL", DrilsdownUI.set_url_clicked)
b.entry = self
row.append(b)
link = self.get_repository().make_url("/entry/show/?output=idv.islform&entryid=" + self.get_id())
row.append(HTML('<a target=ramadda href="' + link + '">Subset Bundle</a>'))
# Make the REPOSITORIES
评论列表
文章目录