mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
64 lines
1.5 KiB
Smarty
64 lines
1.5 KiB
Smarty
<!-- BEGIN submit_button -->
|
|
<input tabindex="{button_tabindex}" type="submit" value="{button_value}" name="{button_name}" class="blacktext">
|
|
<!-- END submit_button -->
|
|
|
|
<!-- BEGIN border_top -->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<META name="AUTHOR" content="phpGroupWare inline documentation parser http://www.phpgroupware.org">
|
|
<META NAME="description" CONTENT="phpGroupWare documentation">
|
|
<META NAME="keywords" CONTENT="phpGroupWare documentation">
|
|
<TITLE>Local setup - Login</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY bgcolor="#FFFFFF">
|
|
<!-- END border_top -->
|
|
|
|
<!-- BEGIN group -->
|
|
<H1>{group_name}</H1>
|
|
{group_contents}
|
|
<P>
|
|
<!-- END group -->
|
|
|
|
<!-- BEGIN object -->
|
|
<H2>{object_name}</H2>
|
|
{object_contents}
|
|
<BR>
|
|
<!-- END object -->
|
|
|
|
<!-- BEGIN reference_list_of_types -->
|
|
'abstract','param','example','syntax','result','description','discussion','author','copyright','package','access'
|
|
<!-- END reference_list_of_types -->
|
|
|
|
<!-- BEGIN abstract -->
|
|
Abstract: {abstract}<br>
|
|
<!-- END abstract -->
|
|
|
|
<!-- BEGIN generic -->
|
|
{generic_name}: {generic_value}<br>
|
|
<!-- END generic -->
|
|
|
|
<!-- BEGIN params -->
|
|
<TABLE border="1">
|
|
<TR>
|
|
<TD>Name</TD>
|
|
<TD>Details</TD>
|
|
</TR>
|
|
{param_entry}
|
|
</TABLE>
|
|
<!-- END params -->
|
|
|
|
<!-- BEGIN param_entry -->
|
|
<tr>
|
|
<td>{name}</td>
|
|
<td>{details}</td>
|
|
</tr>
|
|
<!-- END param_entry -->
|
|
|
|
<!-- BEGIN border_bottom -->
|
|
</BODY>
|
|
</HTML>
|
|
<!-- END border_bottom -->
|