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