Files
harbour-core/harbour/website/samples/function.cfm.html
Viktor Szakats bc49ced49b 2012-11-18 12:55 UTC+0100 Viktor Szakats (harbour syenar.net)
* website/samples/*.*.html
    % pointed compatibility .js link to the project's cloud server
2012-11-18 11:57:56 +00:00

72 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/xregexp-min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/backcompat.js"></script>
<script type="text/javascript" src="/js/shCore.js"></script>
<script type="text/javascript" src="/js/shBrushHarbour.js"></script>
<link href="/css/shCore.css" rel="stylesheet" type="text/css" />
<link href="/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">SyntaxHighlighter.all()</script>
</head>
<body>
<script type="syntaxhighlighter" class="brush: harbour"><![CDATA[
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<title>Harbour function task list</title>
</head>
<body bgcolor="#FFFFFF">
<p align="center"><img src="clouds.jpg" alt="clouds.jpg" width="550" height="36"></p>
<font SIZE="2">
<p align="center"></font><font face="Tahoma" size="4"><strong>Function Task List</strong></font><font size="2">
<br><small><a href="funcs.dll?Lang=BR">In Portuguese</A></p>
<p><font size="2" face="Tahoma">Below is a list of all Harbour
functions in the RTL and their current state. This list is
updated as changes are made to the library. This list is based on
Clipper 5.2. The legend is as follows:</font></p>
<p><font size="2" face="Tahoma"><strong>Ready</strong><br>
No more work needed on this function.</font></p>
<p><font size="2" face="Tahoma"><strong>Started</strong><br>
This function needs some work but will provide basic
functionality and can be used for testing.</font></p>
<p><font size="2" face="Tahoma"><strong>Not Started</strong><br>
This function has yet to be written.</font></p>
<table border="1" cellpadding="2" cellspacing="1" width="500" align="Center">
<tr>
<td width="50%" bgcolor="#3000FF" rowspan=2><font size="2" face="Tahoma" color="#ffff00"><center><b>Function</B></font></td>
<td width="50%" bgcolor="#3000FF" colspan=3><font size="2" face="Tahoma" color="#ffff00"><center><b>Status</B></font></td>
</tr>
<tr>
<td width="16%" bgcolor="#3000FF"><font size="2" face="Tahoma" color="#ffff00"><center><b>Ready</B></font></td>
<td width="16%" bgcolor="#3000FF"><font size="2" face="Tahoma" color="#ffff00"><center><b>Started</B></font></td>
<td width="16%" bgcolor="#3000FF"><font size="2" face="Tahoma" color="#ffff00"><center><b>Not Started</B></font></td>
</tr>
<#Functions>
</table>
<P>
<center><font size="1" face="Tahoma">Last Update: April 28, 1999
</body>
</html>
]]></script>
</body>
</html>