mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
46 lines
1.4 KiB
HTML
46 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
|
|
|
|
|
|
|
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
|
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
|
|
|
|
|
<base id="base_target" target="_parent" />
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
if (window.top.frames.main) {
|
|
document.getElementById('base_target').target = 'main';
|
|
document.body.className = 'frames';
|
|
}
|
|
</script>
|
|
<div id="content">
|
|
<h1 id="full_list_header">File List</h1>
|
|
<div id="nav">
|
|
|
|
<a target="_self" href="class_list.html">Classes</a>
|
|
|
|
<a target="_self" href="method_list.html">Methods</a>
|
|
|
|
<a target="_self" href="file_list.html">Files</a>
|
|
|
|
</div>
|
|
<div id="search">Search: <input type="text" /></div>
|
|
|
|
<ul id="full_list" class="files">
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|