|
|
|
@@ -281,11 +281,11 @@ function displayDataSetResult(page,jsonResult,onlyReturnNum,keyword){ |
|
|
|
html += " <span class=\"text grey\"><i class=\"ri-fire-line\"></i> " +recordMap["download_times"] + "</span> "; |
|
|
|
html +=" </div>"; |
|
|
|
html += " <div class=\"ui header\">"; |
|
|
|
html += " <a class=\"name\" href=\"/" +recordMap["repoUrl"] +"/datasets?type=0\">" + recordMap["repoUrl"] + "</a>"; |
|
|
|
html += " <a class=\"name\" href=\"/" +recordMap["repoUrl"] +"/datasets?type=0\">" + recordMap["title"] + "</a>"; |
|
|
|
html +=" <span class=\"middle\"><svg class=\"svg octicon-repo-clone\" width=\"16\" height=\"16\" aria-hidden=\"true\"><use xlink:href=\"#octicon-repo-clone\"></use></svg></span>"; |
|
|
|
html +=" </div>"; |
|
|
|
html += " <div class=\"description\">"; |
|
|
|
html += " <p class=\"has-emoji\"> " + recordMap["title"] + "</p>"; |
|
|
|
html += " <p class=\"has-emoji\"> " + recordMap["description"] + "</p>"; |
|
|
|
if(!isEmpty(recordMap["file_name"])){ |
|
|
|
html += " <p class=\"has-emoji\"> " + recordMap["file_name"] + "</p>"; |
|
|
|
} |
|
|
|
|