Sha256: af4a34dad892b3ad12846ed30f9627c421447cdf056f2c58d6c7034da42a893c

Contents?: true

Size: 745 Bytes

Versions: 2

Compression:

Stored size: 745 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>"/>
	<title><%= options[:title] %></title>
	<script language="JavaScript">
		function frame_saver()
		{
			if (self.location.search)
			{
				parent.main.location = location.search.substring(1,location.search.length);
			}
			else
			{
				parent.main.location = "index.html";
			}
		}
		window.onload = frame_saver;
	</script>
</head>
<frameset cols="20%,*" border="1" bordercolor="CCC">
  <frame name="list" src="class_list.html" />
  <frame name="main" />
</frameset>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yard-slipstream-0.1.4 templates/default/fulldoc/html/frames.erb
yard-slipstream-0.1.3 templates/default/fulldoc/html/frames.erb