Sha256: 32e94a4f45cfc3485fd7d442846542540fcd1de18939f2f161ccfd27cc8169df

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

Stored size: 614 Bytes

Contents

<html>
	<head>
		<title>nasldoc</title>
		<link rel = 'stylesheet' type= 'text/css' href='stylesheet.css'>
	</head>
	<body>
		<div id="content">
			<table class="nopad">
				<tr class='TableHeadingColor'>
					<td>
						<a name='top'></a><h1>File Summary</h1>
					</td>
				</tr>

				<% @file_list.sort.each do |file| %>
					<% output_file = file.gsub(".", "_") %>
					<% output_file = File.basename(file).gsub(".", "_") %>
					<tr>
						<td>
							<a href='<%= output_file %>.html' target='content'><%= File.basename(file) %></a>
						</td>
					</tr>
				<% end %>
			</table>
		</div>
	</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nasldoc-0.1.0 lib/nasldoc/templates/overview.erb