forked from extern/egroupware
0a28f3812e
- Inclusion of the following javascript directories: * Connector: javascript object to interface xmlhttprequest object. This object allows asynchronous posts and support for messages while this post is being done, such as "wait, contacting server", etc. * JsAPI: general javascript functions and methods * jsolait: performs conversion from a xmlrpc message to a javascript object * xmlRpcMsgCreator: performs conversion from a javascript object to a xmlrpc message * dynapi: cross-browser class to draw layers - Update in setup version: now is 1.0.1.008; Update your versions. There was made a change in phpgw_vfs2_files table in handling of modified files. - Upgrade of vfs2 classes and PclZip class - Changes in javascript object and common object to allow the javascript backend to applications to work (now just filescenter will use it...)
30 lines
570 B
HTML
Executable File
30 lines
570 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html> <head>
|
|
<title>HTMLArea examples index</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>HTMLArea: auto-generated examples index</h1>
|
|
|
|
<ul>
|
|
% while (<*.html>) {
|
|
% next if /^index.html$/;
|
|
<li>
|
|
<a href="<% $_ %>"><% $_ %></a>
|
|
</li>
|
|
% }
|
|
</ul>
|
|
|
|
<hr />
|
|
<address>mihai_bazon@yahoo.com</address>
|
|
<!-- hhmts start --> Last modified: Sun Feb 1 13:30:39 EET 2004 <!-- hhmts end -->
|
|
</body> </html>
|
|
|
|
<%INIT>
|
|
my $dir = $m->interp->comp_root;
|
|
$dir =~ s{/+$}{}g;
|
|
#$dir =~ s{/[^/]+$}{}g;
|
|
$dir .= $m->current_comp->dir_path;
|
|
chdir $dir;
|
|
</%INIT>
|