root/galaxy-central/templates/dataset/large_file.mako
リビジョン 2, 494 bytes (コミッタ: hatakeyama, 14 年 前) |
---|
行番号 | |
---|---|
1 | <%inherit file="/base.mako"/> |
2 | |
3 | <div class="warningmessagelarge"> |
4 | This dataset is large and only the first megabyte is shown below.<br /> |
5 | <a href="${h.url_for( controller='dataset', action='display', dataset_id=trans.security.encode_id( data.id ), filename='' )}">Show all</a> | |
6 | <a href="${h.url_for( controller='dataset', action='display', dataset_id=trans.security.encode_id( data.id ), to_ext=data.ext )}">Save</a> |
7 | </div> |
8 | |
9 | <pre> |
10 | ${ unicode( truncated_data, 'utf-8' ) | h } |
11 | </pre> |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。