docs: Remove old "Mail Preferences" documentation.
[haiku.git] / docs / develop / ikteam / schedule / templates / milestone.html
blob6e307f7a2342c4f1d28ca0eb623df4d68185fb58
1 <html>
2 <head>
3 <scripting>
4 <title>$GROUP.name Tasks</title>
5 </scripting>
6 <head>
7 <body>
8 <scripting>
9 <h1>$GROUP.name Tasks<hr></h1>
10 @for_each milestone in $GROUP.milestones
11 <a href="$milestone.short_name##Tasks.html">$milestone.name</a><br>
12 @end
13 </scripting>
14 <hr>
16 <!-- The obligatory SourceForge plug -->
17 <center>
18 <small>The OpenBeOS project is hosted by:</small><br><br>
19 <a href="http://sourceforge.net">
20 <img src="http://sourceforge.net/sflogo.php?group_id=33869&type=1" width="88" height="31" border="0" alt="SourceForge Logo">
21 </a>
22 <p>
24 <small>Copyright &copy; 2001-2002
25 <a href="http://www.openbeos.org">OpenBeOS</a> Project</small>
26 </center>
28 </body>
29 </html>