% var appBaseUrl = window.location.protocol + '//' + window.location.hostname + '/app'; var data = _preloadData; var model = data.nodeValue; var trstyle = (_this.accessId == model.granuleid) ?'trstyle' : '' ; var tdstyle = (_this.accessId == model.granuleid) ?'tdstyle' : '' ; %>
|
<%=model.browseline1 %> |
<%if(model.pdffile != null){%>
PDF
<%}%>
<%if(model.htmlfile != null){%>
Text
<%}%>
<%if(model.xmlfile != null){%>
<%if(model.xmlfile.indexOf('uslm') != -1){%>
USLM
<%} else{%>
XML
<%}%>
<%}%>
<%if(model.other1file != null){%>
<% var lastdot = model.other1file.lastIndexOf(".");
var other1file = model.other1file.substring(lastdot+1).toUpperCase(); %>
<%- other1file %>
<%}%>
<%if(model.other2file != null){%>
<% var lastdot = model.other2file.lastIndexOf(".");
var other2file = model.other2file.substring(lastdot+1).toUpperCase(); %>
<%- other2file %>
<%}%>
Details
<% var addthisTitle = model.browseline1.replace(/(<([^>]+)>)/ig, ""); %>
Share
|