source: MML/trunk/applications/m2html/templates/3frames/todo.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.3 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>To Do List for {MDIR}</title>
6  <meta name="keywords" content="to, do, todo, to-do, list, {MDIR}">
7  <meta name="description" content="To Do List for {MDIR}">
8  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9  <meta name="generator" content="m2html &copy; 2003 Guillaume Flandin, template 3frames &copy; 2005 Lorenz Gerstmayr">
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<h1>TODO list for {MDIR}</h1>
17<!-- BEGIN filelist -->
18<h2>{MFILE}:</h2>
19<ul>
20        <!-- BEGIN row -->
21        <li><a href="{L_NBLINE}" target="function">line {NBLINE}: </a> {COMMENT}</li>
22        <!-- END row -->
23        </ul>
24<!-- END filelist -->
25<hr><address>Generated on {DATE} by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> using template <strong>3frames</strong> &copy; Guillaume Flandin, Lorenz Gerstmayr, 2003-2005</address>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.