root/galaxy-central/templates/grid_base_async.mako
リビジョン 2, 0.5 KB (コミッタ: hatakeyama, 14 年 前) |
---|
行番号 | |
---|---|
1 | <%namespace file="./grid_base.mako" import="*" /> |
2 | <%namespace file="/display_common.mako" import="render_message" /> |
3 | |
4 | <% |
5 | # Set flag to indicate whether grid has operations that operate on multiple items. |
6 | multiple_item_ops_exist = False |
7 | for operation in grid.operations: |
8 | if operation.allow_multiple: |
9 | multiple_item_ops_exist = True |
10 | %> |
11 | |
12 | ${render_grid_table_body_contents( grid, show_item_checkboxes=multiple_item_ops_exist )} |
13 | ***** |
14 | ${num_pages} |
15 | ***** |
16 | ${render_message( message, status )} |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。