root/galaxy-central/templates/library/index.mako
リビジョン 2, 449 bytes (コミッタ: hatakeyama, 14 年 前) |
---|
行番号 | |
---|---|
1 | <%inherit file="/webapps/galaxy/base_panels.mako"/> |
2 | |
3 | <%def name="init()"> |
4 | <% |
5 | self.has_left_panel=False |
6 | self.has_right_panel=False |
7 | self.active_view="shared" |
8 | %> |
9 | </%def> |
10 | |
11 | <%def name="center_panel()"> |
12 | |
13 | <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 100%; height: 100%;" src="${h.url_for( controller="library", action="browse_libraries", default_action=default_action )}"> </iframe> |
14 | |
15 | </%def> |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。