source: MML/trunk/applications/m2html/templates/frame/mfile.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: 3.0 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>Description of {NAME}</title>
6  <meta name="keywords" content="{NAME}">
7  <meta name="description" content="{H1LINE}">
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  <script type="text/javascript">
13    if (top.frames.length == 0) { top.location = "{MASTERPATH}index.html"; };
14  </script>
15</head>
16<body>
17<a name="_top"></a>
18<!-- BEGIN pathline -->
19<!-- {LPATHDIR} {PATHDIR} -->
20<!-- END pathline -->
21<h1>{NAME}
22<!-- BEGIN mexfile --> &nbsp;&nbsp;<img src="{MASTERPATH}{MEXTYPE}.png" alt="{PLATFORMS}" border="0" title="{PLATFORMS}"> <!-- END mexfile -->
23</h1>
24
25<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
26<div class="box"><strong>{H1LINE}</strong></div>
27
28<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
29<div class="box"><strong>{SYNOPSIS} <!-- BEGIN script --> This is a script file. <!-- END script --> </strong></div>
30
31<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
32<div class="fragment"><pre class="comment">{DESCRIPTION}</pre></div>
33
34<!-- crossreference -->
35<h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
36This function calls:
37<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
38<!-- BEGIN crossrefcall -->
39<li><a href="{L_NAME_CALL}" class="code" title="{SYNOP_CALL}">{NAME_CALL}</a>   {H1LINE_CALL}</li>
40<!-- END crossrefcall -->
41</ul>
42This function is called by:
43<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
44<!-- BEGIN crossrefcalled -->
45<li><a href="{L_NAME_CALLED}" class="code" title="{SYNOP_CALLED}">{NAME_CALLED}</a>     {H1LINE_CALLED}</li>
46<!-- END crossrefcalled -->
47</ul>
48<!-- crossreference -->
49
50<!-- BEGIN subfunction -->
51<h2><a name="_subfunctions"></a>SUBFUNCTIONS <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
52<ul style="list-style-image:url({MASTERPATH}matlabicon.gif)">
53<!-- BEGIN onesubfunction -->
54<li><a href="{L_SUB}" class="code">{SUB}</a></li>
55<!-- END onesubfunction -->
56</ul>
57<!-- END subfunction -->
58
59<!-- BEGIN download -->
60<h2><a name="_download"></a>DOWNLOAD <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
61<p><a href="{NAME}.m">{NAME}.m</a></p>
62<!-- END download -->
63
64<!-- BEGIN source -->
65<h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="{MASTERPATH}up.png"></a></h2>
66<div class="fragment"><pre>{SOURCECODE}</pre></div>
67<!-- END source -->
68
69<hr><address>Generated on {DATE} by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2005</address>
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.