|
|
|
@@ -220,27 +220,28 @@ |
|
|
|
</div> |
|
|
|
<div style="clear:both"> |
|
|
|
<table style="border:none" class="ui fixed small stackable table"> |
|
|
|
<thead> |
|
|
|
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> |
|
|
|
<th style="color: #8a8e99;font-size:12px"class="eleven wide">{{$.i18n.Tr "dataset.download_url"}}</th> |
|
|
|
<th style="color: #8a8e99;font-size:12px" class="two wide center aligned">{{$.i18n.Tr "dataset.download_oper"}}</th> |
|
|
|
</tr></thead> |
|
|
|
<tbody> |
|
|
|
{{range $.datasetDownload}} |
|
|
|
<tr> |
|
|
|
<td class="dataset_nowrap_two_line"> |
|
|
|
{{if eq .IsDelete true}} |
|
|
|
{{.DatasetName}}({{$.i18n.Tr "dataset.file_deleted"}}) |
|
|
|
{{else}} |
|
|
|
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a> |
|
|
|
{{end}} |
|
|
|
</td> |
|
|
|
<td><div class="dataset_nowrap_two_line">{{.DatasetDownloadLink}}</div></td> |
|
|
|
<td class="center aligned"><a class="ui poping up clipboard" id="clipboard-btn-dataset" data-original="{{$.i18n.Tr "repo.copy_link"}}" data-success="{{$.i18n.Tr "repo.copy_link_success"}}" data-error="{{$.i18n.Tr "repo.copy_link_error"}}" data-content="{{$.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-text="{{.DatasetDownloadLink}}">{{$.i18n.Tr "dataset.download_copy"}}</a></td> |
|
|
|
</tr> |
|
|
|
{{end}} |
|
|
|
</tbody> |
|
|
|
|
|
|
|
<thead> |
|
|
|
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th> |
|
|
|
<th style="color: #8a8e99;font-size:12px"class="eleven wide">{{$.i18n.Tr "dataset.download_url"}}</th> |
|
|
|
<th style="color: #8a8e99;font-size:12px" class="two wide center aligned">{{$.i18n.Tr "dataset.download_oper"}}</th> |
|
|
|
</tr></thead> |
|
|
|
<tbody> |
|
|
|
{{range $.datasetDownload}} |
|
|
|
<tr> |
|
|
|
<td class="dataset_nowrap_two_line"> |
|
|
|
{{if eq .IsDelete true}} |
|
|
|
{{.DatasetName}}({{$.i18n.Tr "dataset.file_deleted"}}) |
|
|
|
{{else}} |
|
|
|
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a> |
|
|
|
{{end}} |
|
|
|
</td> |
|
|
|
<td><div class="dataset_nowrap_two_line">{{.DatasetDownloadLink}}</div></td> |
|
|
|
<td class="center aligned"><a class="ui poping up clipboard" id="clipboard-btn-dataset" data-original="{{$.i18n.Tr "repo.copy_link"}}" data-success="{{$.i18n.Tr "repo.copy_link_success"}}" data-error="{{$.i18n.Tr "repo.copy_link_error"}}" data-content="{{$.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-text="{{.DatasetDownloadLink}}">{{$.i18n.Tr "dataset.download_copy"}}</a></td> |
|
|
|
</tr> |
|
|
|
{{end}} |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|