source: branches/1.2/workflow/js/htmlarea/examples/index.html @ 1349

Revision 1349, 567 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html> <head>
3<title>HTMLArea examples index</title>
4</head>
5
6<body>
7<h1>HTMLArea: auto-generated examples index</h1>
8
9<ul>
10% while (<*.html>) {
11% next if /^index.html$/;
12  <li>
13    <a href="<% $_ %>"><% $_ %></a>
14  </li>
15% }
16</ul>
17
18<hr />
19<address>mishoo@infoiasi.ro</address>
20<!-- hhmts start --> Last modified: Sun Feb  1 13:30:39 EET 2004 <!-- hhmts end -->
21</body> </html>
22
23<%INIT>
24my $dir = $m->interp->comp_root;
25$dir =~ s{/+$}{}g;
26#$dir =~ s{/[^/]+$}{}g;
27$dir .= $m->current_comp->dir_path;
28chdir $dir;
29</%INIT>
Note: See TracBrowser for help on using the repository browser.