2006-10-16 05:51:54 +00:00
<table align="center" width="100%" cellspacing="0" cellpadding="15" border="0">
<tr width="100%" align="center">
2006-10-07 06:33:29 +00:00
<p class="moduleName">
2006-10-16 05:51:54 +00:00
<%= h(@tmod.name) %> <br />
2006-10-07 06:33:29 +00:00
</p>
</tr>
2006-10-16 05:51:54 +00:00
<tr width="100%" align="center">
<blockquote>
<p class="moduleDescription">
<%= h(@tmod.description) %>
2006-10-07 06:33:29 +00:00
</p>
2006-10-16 05:51:54 +00:00
</blockquote>
2006-10-07 06:33:29 +00:00
</tr>
2006-10-16 05:51:54 +00:00
<tr width="100%" align="center">
2006-10-07 06:33:29 +00:00
<blockquote>
2006-10-16 05:51:54 +00:00
<p class="moduleDescription">
This module (revision <%= h @tmod.version.gsub(/\$Revision:\s+|\s+\$/, '') %>) was provided by <%= h @tmod.author.map{ |a| a.to_s.gsub(/\<.*/, '') }.join(' and ').strip %>, under the <%= @tmod.license %>.
2006-10-07 06:33:29 +00:00
</p>
</blockquote>
</tr>
2006-10-16 05:51:54 +00:00
<% if (@tmod.references.length > 0) %>
<tr width="100%" align="center">
<blockquote>
<p class="moduleDescription">
External references:
<ul class="moduleReferences">
<% @tmod.references.each { |ref| %>
<% if (ref.kind_of?(Msf::Module::SiteReference)) %>
<li><a href="<%= ref.site %>" target="_blank">
<%= h(ref.to_s) %></a></li>
<% else %>
<li><%= h(ref.to_s) %></li>
<% end %>
<% } %>
</ul>
</p>
</blockquote>
2006-10-07 06:33:29 +00:00
</tr>
2006-10-16 05:51:54 +00:00
<% end %>
2006-10-07 06:33:29 +00:00
2006-10-16 05:51:54 +00:00
</table>