source: MML/trunk/applications/m2html/templates/frame/mdir.tpl

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

Initial import--MML version from SOLEIL@2013

File size: 2.1 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>Index for Directory {MDIR}</title>
6  <meta name="keywords" content="{MDIR}">
7  <meta name="description" content="Index for Directory {MDIR}">
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<center><a href="{MASTERPATH}{INDEX}"><img alt="^" border="0" src="{MASTERPATH}up.png">&nbsp;Master index&nbsp;<img alt="^" border="0" src="{MASTERPATH}up.png"></a></center>
16
17<h1>Index for {MDIR}</h1>
18
19<h2>Matlab files in this directory:</h2>
20<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
21<!-- BEGIN row-m -->
22<li><a href="{L_NAME}" target="function" title="{H1LINE}">{NAME} <!-- BEGIN mexfile --> <img src="{MASTERPATH}mex.png" alt="MEX" border="0"> <!-- END mexfile --> </a></li>
23<!-- END row-m -->
24</ul>
25
26<!-- BEGIN othermatlab -->
27<h2>Other Matlab-specific files in this directory:</h2>
28<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
29<!-- BEGIN row-other -->
30<li>{OTHERFILE}</li>
31<!-- END row-other -->
32</ul>
33<!-- END othermatlab -->
34
35<!-- BEGIN subfolder -->
36<h2>Subsequent directories:</h2>
37<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
38<!-- BEGIN subdir -->
39<li>{SUBDIRECTORY}</li>
40<!-- END subdir -->
41</ul>
42<!-- END subfolder -->
43
44<!-- BEGIN graph -->
45<h2>Dependency Graph</h2>
46<ul style="list-style-image:url({MASTERPATH}simulinkicon.gif)">
47<li>View the <a href="{LGRAPH}" target="function">Graph</a>.</li>
48</ul>
49<!-- END graph -->
50
51<!-- BEGIN todolist -->
52<h2>TODO List</h2>
53<ul style="list-style-image:url({MASTERPATH}demoicon.gif)">
54<li>View the <a href="{LTODOLIST}">TODO list</a>.</li>
55</ul>
56<!-- END todolist -->
57
58<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2005</address>
59</body>
60</html>
Note: See TracBrowser for help on using the repository browser.