Sha256: a0f016e70667dc6cbab963105ccd8df8c60f8f9992a70828a13668fed62fe051

Contents?: true

Size: 893 Bytes

Versions: 17

Compression:

Stored size: 893 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=utf-8"/>
	<title>My Title</title>
</head>
<script type="text/javascript" charset="utf-8">
window.onload = function() {
  var match = unescape(window.location.hash).match(/^#!(.+)/);
  var name = match ? match[1] : 'index.html';
  name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
  document.writeln('<frameset cols="20%,*">' +
    '<frame name="list" src="class_list.html" />' +
    '<frame name="main" src="' + escape(name) + '" />' +
    '</frameset>');
}
</script>
<noscript>
  <frameset cols="20%,*">
    <frame name="list" src="class_list.html" />
    <frame name="main" src="index.html" />
  </frameset>
</noscript>
</html>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/build/doc/frames.html
rhodes-7.5.1 lib/build/doc/frames.html
rhodes-7.4.1 lib/build/doc/frames.html
rhodes-7.1.17 lib/build/doc/frames.html
rhodes-6.2.0 lib/build/doc/frames.html
rhodes-6.0.11 lib/build/doc/frames.html
rhodes-5.5.18 lib/build/doc/frames.html
rhodes-5.5.17 lib/build/doc/frames.html
rhodes-5.5.15 lib/build/doc/frames.html
rhodes-5.5.0.22 lib/build/doc/frames.html
rhodes-5.5.2 lib/build/doc/frames.html
rhodes-5.5.0.7 lib/build/doc/frames.html
rhodes-5.5.0.3 lib/build/doc/frames.html
rhodes-5.5.0 lib/build/doc/frames.html
tauplatform-1.0.3 lib/build/doc/frames.html
tauplatform-1.0.2 lib/build/doc/frames.html
tauplatform-1.0.1 lib/build/doc/frames.html