|
@@ -496,13 +496,15 @@ |
|
|
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">数据集文件</th> |
|
|
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">数据集文件</th> |
|
|
</tr></thead> |
|
|
</tr></thead> |
|
|
<tbody> |
|
|
<tbody> |
|
|
{{range $m ,$n := $.datasetDownload}} |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td style="word-wrap: break-word;word-break: break-all;"><a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a></td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{range $m ,$n := $.datasetList}} |
|
|
|
|
|
{{if eq $k $m}} |
|
|
|
|
|
{{range $f ,$g := $n}} |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td style="word-wrap: break-word;word-break: break-all;"><a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a></td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
{{end}} |
|
|
|
|
|
{{end}} |
|
|
|
|
|
{{end}} |
|
|
</tbody> |
|
|
</tbody> |
|
|
</table> |
|
|
</table> |
|
|
</div> |
|
|
</div> |
|
|