Sha256: d0a3659203f4aa539f3872067e7717eaad1bb53db74c217a585c7dc51f82abda
Contents?: true
Size: 838 Bytes
Versions: 36
Compression:
Stored size: 838 Bytes
Contents
<h1><%=params[:source_id]%></h1> <%=show_errors%> <div class='panel'> <a href='javascript:void(0);' onclick="loadXMLDoc('<%= @back_href%>','main_box');" class='nav_button'>Back</a> </div> <h2>Source attributes</h2> <div class='panel'> <table> <%@src_params.each do |attrib|%> <%if attrib['name'] != 'rho__id' and attrib['value'] and attrib['value'].size > 0%> <tr> <td><%=attrib['name']%>:</td> <td><%=attrib['value']%></td> </tr> <%end%> <%end%> </table> </div> <h2>Documents for <%=@docs_name%></h2> <div class='panel'> <table> <%@docs.each do |name,dbkey|%> <tr> <td>:<%=name%></td> <td><a href='javascript:void(0);' onclick="loadXMLDoc('<%=url_path("doc?dbkey=#{CGI.escape(dbkey)}&#{@doc_params}")%>','main_box');" class='nav_button'><%=dbkey%></a></td> </tr> <%end%> </table> </div> <br/>
Version data entries
36 entries across 36 versions & 2 rubygems