2001-12-25 01:00:23 +01:00
|
|
|
<!-- BEGIN submit_button -->
|
|
|
|
<input tabindex="{button_tabindex}" type="submit" value="{button_value}" name="{button_name}" class="blacktext">
|
|
|
|
<!-- END submit_button -->
|
|
|
|
|
|
|
|
<!-- BEGIN border_top -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
|
<meta name="AUTHOR" content="eGroupWare inline documentation parser http://www.egroupware.org" />
|
|
|
|
<meta name="description" content="eGroupWare documentation" />
|
|
|
|
<meta name="keywords" content="eGroupWare documentation" />
|
|
|
|
<title>Local setup - Login</title>
|
|
|
|
</head>
|
2001-12-25 01:00:23 +01:00
|
|
|
|
2005-07-07 22:09:52 +02:00
|
|
|
<body bgcolor="#FFFFFF">
|
2001-12-25 01:00:23 +01:00
|
|
|
<!-- END border_top -->
|
|
|
|
|
|
|
|
<!-- BEGIN group -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<h1>{group_name}</h1>
|
2001-12-25 01:00:23 +01:00
|
|
|
{group_contents}
|
2005-07-07 22:09:52 +02:00
|
|
|
<p>
|
2001-12-25 01:00:23 +01:00
|
|
|
<!-- END group -->
|
|
|
|
|
|
|
|
<!-- BEGIN object -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<h2><a href="{PHP_SELF}?object={object_id}">{object_name}</a></h2>
|
2001-12-25 01:00:23 +01:00
|
|
|
{object_contents}
|
|
|
|
<!-- END object -->
|
|
|
|
|
|
|
|
<!-- BEGIN abstract -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<b>Abstract:</b> {abstract}<br />
|
2001-12-25 01:00:23 +01:00
|
|
|
<!-- END abstract -->
|
|
|
|
|
2001-12-25 02:49:08 +01:00
|
|
|
<!-- BEGIN generic -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<b>{generic_name}:</b> {generic_value}<br />
|
2001-12-25 02:49:08 +01:00
|
|
|
<!-- END generic -->
|
|
|
|
|
2001-12-25 10:23:07 +01:00
|
|
|
<!-- BEGIN generic_para -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<p><b>{generic_name}:</b> {generic_value}</p>
|
2001-12-25 10:23:07 +01:00
|
|
|
<!-- END generic_para -->
|
|
|
|
|
|
|
|
<!-- BEGIN generic_pre -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<b>{generic_name}:</b>
|
|
|
|
<pre>
|
2001-12-25 10:23:07 +01:00
|
|
|
{generic_value}
|
2005-07-07 22:09:52 +02:00
|
|
|
</pre>
|
2001-12-25 10:23:07 +01:00
|
|
|
<!-- END generic_pre -->
|
|
|
|
|
2001-12-25 01:00:23 +01:00
|
|
|
<!-- BEGIN params -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<table border="1">
|
|
|
|
<tr>
|
|
|
|
<td>Name</td>
|
|
|
|
<td>Details</td>
|
|
|
|
</tr>
|
2001-12-25 01:00:23 +01:00
|
|
|
{param_entry}
|
2005-07-07 22:09:52 +02:00
|
|
|
</table>
|
2001-12-25 01:00:23 +01:00
|
|
|
<!-- END params -->
|
|
|
|
|
|
|
|
<!-- BEGIN param_entry -->
|
|
|
|
<tr>
|
|
|
|
<td>{name}</td>
|
|
|
|
<td>{details}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END param_entry -->
|
|
|
|
|
|
|
|
<!-- BEGIN border_bottom -->
|
2005-07-07 22:09:52 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
2001-12-25 01:00:23 +01:00
|
|
|
<!-- END border_bottom -->
|