source: MML/trunk/applications/m2html/templates/frame/master.tpl @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2                "http://www.w3.org/TR/REC-html40/loose.dtd">
3<html>
4<head>
5  <title>Matlab Index</title>
6  <meta name="keywords" content="{DIRS}">
7  <meta name="description" content="{DIRS}">
8  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9  <meta name="generator" content="m2html &copy; 2005 Guillaume Flandin">
10  <meta name="robots" content="index, follow">
11  <link type="text/css" rel="stylesheet" href="{MASTERPATH}m2html.css">
12</head>
13<body>
14<a name="_top"></a>
15<h1>Matlab Index</h1>
16<h2>Matlab Directories</h2>
17<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
18<!-- BEGIN rowdir -->
19<li><a href="{L_DIR}" target="menu">{DIR}</a></li>
20<!-- END rowdir -->
21</ul>
22<!-- BEGIN idrow -->
23<!-- BEGIN idcolumn -->
24<!-- -->
25<!-- END idcolumn -->
26<!-- END idrow -->
27
28<!-- BEGIN search -->
29<h2>Search Engine</h2>
30<form class="search" action="{PHPFILE}" target="function" method="get">
31<input class="search" type="text" name="query" value="" size="20" accesskey="s"/>&nbsp;
32<input type="submit" name="submit" value="OK">
33</form>
34<!-- END search -->
35
36<!-- BEGIN graph -->
37<h2>Dependency Graph</h2>
38<ul style="list-style-image:url({MASTERPATH}simulinkicon.gif)">
39<li>View the <a href="{LGRAPH}" target="function">Graph</a>.</li>
40</ul>
41<!-- END graph -->
42<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2005</address>
43</body>
44</html>
Note: See TracBrowser for help on using the repository browser.