steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en addrdeleted.tpl, NONE, 1.1 addresslist.tpl, NONE, 1.1 addrlistall.tpl, NONE, 1.1 admindeleted.tpl, NONE, 1.1 adminlistall.tpl, NONE, 1.1 createuser.tpl, NONE, 1.1 distlistall.tpl, NONE, 1.1 erfrakon.tpl, NONE, 1.1 formcontainer.tpl, NONE, 1.1 forward.tpl, NONE, 1.1 intevation.tpl, NONE, 1.1 kdab.tpl, NONE, 1.1 kde.tpl, NONE, 1.1 kolab.tpl, NONE, 1.1 login.tpl, NONE, 1.1 maintainerdeleted.tpl, NONE, 1.1 maintainerlistall.tpl, NONE, 1.1 page.tpl, NONE, 1.1 service.tpl, NONE, 1.1 sflistall.tpl, NONE, 1.1 userdeleted.tpl, NONE, 1.1 userlistall.tpl, NONE, 1.1 vacation.tpl, NONE, 1.1 welcome.tpl, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon May 17 17:24:28 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en
In directory doto:/tmp/cvs-serv23429/kolab-webadmin/php/admin/templates/en

Added Files:
	addrdeleted.tpl addresslist.tpl addrlistall.tpl 
	admindeleted.tpl adminlistall.tpl createuser.tpl 
	distlistall.tpl erfrakon.tpl formcontainer.tpl forward.tpl 
	intevation.tpl kdab.tpl kde.tpl kolab.tpl login.tpl 
	maintainerdeleted.tpl maintainerlistall.tpl page.tpl 
	service.tpl sflistall.tpl userdeleted.tpl userlistall.tpl 
	vacation.tpl welcome.tpl 
Log Message:
new webinterface for the kolab server

--- NEW FILE: addrdeleted.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>

<div content="contentsimple">
<p>The address with DN {$dn|escape} has been deleted</p>
<p><a href="index.php">Back to list of addresses</a></p>
</div>

--- NEW FILE: addresslist.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
(only external addresses without a kolab user account)
</div>

<div class="contenttable">
<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Name</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].name|escape:"html"}</td>
	   <td class="actioncell"><a href="modify.php?dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="delete.php?dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	</tr>
{/section}
</table>
</div>

--- NEW FILE: addrlistall.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
<h3>(only external addresses without a kolab user account)</h3>
</div>

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Name</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell"><a href="mailto:{$entries[id].mail|escape:"html"}" title="{$entries[id].sn|escape}, {$entries[id].fn|escape:"html"} <{$entries[id].mail|escape:"html"}>">{$entries[id].sn|escape:"html"}, {$entries[id].fn|escape:"html"}</a></td>
	   <td class="actioncell"><a href="addr.php?action=modify&dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="addr.php?action=delete&dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	</tr>
{/section}
</table>

--- NEW FILE: admindeleted.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>

<div content="contentsimple">
<p>The administrator with DN {$dn|escape} has been deleted</p>
<p><a href="index.php">Back to list of administrators</a></p>
</div>

--- NEW FILE: adminlistall.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">

</div>

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Name</th><th>UID</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].sn|escape:"html"}, {$entries[id].fn|escape:"html"}</td>
	   <td class="contentcell">{$entries[id].uid|escape:"html"}</td>
	{if $entries[id].deleted eq "TRUE"}
	   <td class="actioncell" colspan="2">Object Deleted, awaiting cleanup...</td>
	{else}
	   <td class="actioncell"><a href="admin.php?action=modify&dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="admin.php?action=delete&dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	{/if}
	</tr>
{/section}
</table>

--- NEW FILE: createuser.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<form name="user" method="post">
<table class="contentform">
<tr>
	<th>Attribute</th>
	<th>Value</th>
	<th>Comment</th>
</tr>
<tr>
	<td>First Name</td>
	<td><input name="firstname" type="text" value="" size="50" onfocus="javascript:this.select()" /></td>
	<td>Required</td>
</tr>
<tr>
	<td>Last Name</td>
	<td><input name="lastname" type="text" value="" size="50" onfocus="javascript:this.select()" /></td>
	<td>Required</td>
</tr>
<tr>
	<td>Password</td>
	<td><input name="password_0" type="password" value=""  size="50" onfocus="javascript:this.select()" />
	</td><td>Required</td>
</tr>
<tr>
	<td>Verify Password</td>
	<td><input name="password_1" type="password" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td>Required</td>
</tr>
<tr>
	<td>Primary Email Address</td>
	<td><input name="mail_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td>Required, non volatile</td>
</tr>
<tr>
	<td>Title</td><td><input name="title_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Email Alias</td>
	<td><input name="alias_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Organisation</td>
	<td><input name="o_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Organisational Unit</td>
	<td><input name="ou_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Room Number</td>
	<td><input name="roomNumber_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Street Address</td>
	<td><input name="street_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Postbox</td>
	<td><input name="postOfficeBox_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Postal Code</td><td><input name="postalCode_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>City</td>
	<td><input name="l_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Country</td>
	<td><input name="c_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Telephone Number</td>
	<td><input name="telephoneNumber_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Fax Number</td>
	<td><input name="facsimileTelephoneNumber_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td></td>
</tr>
<tr>
	<td>Addressbook</td>
	<td><input name="visible" type="checkbox" checked  /></td>
	<td>check here to make this users address <br> visible in the address book</td>
</tr>
<tr>
	<td>User Quota in KB</td><td><input name="userquota" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
	<td>Leave blank for unlimited</td>
</tr>
</table>
<input type="submit" name="submit_user" value="Submit"  /><input name="action" type="hidden" value="firstsave"  /></form>

--- NEW FILE: distlistall.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
<h3>Distribution Lists</h3>
</div>

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Listname</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].cn|escape:"html"}</td>
	{if $entries[id].deleted eq "TRUE"}
	   <td class="actioncell" colspan="2">Folder deleted, awaiting cleanup...</td>
	{else}
	   <td class="actioncell"><a href="list.php?action=modify&dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="list.php?action=delete&dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	{/if}
	</tr>
{/section}
</table>

--- NEW FILE: erfrakon.tpl ---
{* Smarty Template *}
{*
 (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 (c) 2003 Martin Konold <martin.konold at erfrakon.de>
 This program is Free Software under the GNU General Public License (>=v2).
 Read the file COPYING that comes with this packages for details.
*}
<div class="contentsimple">
<p>
The Kolab server was designed and developed by <a href="http://www.erfrakon.com">erfrakon</a> contracted by the <a href="http://www.bsi.bund.de">BSI</a> (Bundesamt für Sicherheit in der Informationstechnik), Bonn - Germany. 
</p>
<IMG SRC="../pics/erfrakon.png" ALT="erfrakon" align="middle" longdesc="http://www.erfrakon.com" usemap="#maperfrakon">
<map name="maperfrakon">
 <area shape="rect" coords="0,0,300,30" href="http://www.erfrakon.com">
</map> 
  
<p>
<a href="http://www.erfrakon.com">erfrakon</a> is a consulting company dedicated to opensource software and Linux. The main tasks of erfrakon within the Kolab project are design and architecure of the Kolab groupware solution and the creation of the Kolab server.
</p>
<p>
The following people worked on Kolab for erfrakon:</p>
<p>
<a href="mailto:tassilo.erlewein at erfrakon.de?subject=Kolab Server 1.0">Tassilo Erlewein</a><br>
<a href="mailto:achim.frank at erfrakon.de?subject=Kolab Server 1.0">Achim Frank</a><br>
<a href="mailto:martin.konold at erfrakon.de?subject=Kolab Server 1.0">Martin Konold</a><br>
</p>
</div>

--- NEW FILE: formcontainer.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>
{$form}
--- NEW FILE: forward.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>Email Forwarding</h1>
<div class="contentform">
<form method="POST">
<input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate email forwarding<br />
Forward mail to <input type="text" name="address" value="{$address}" /><br />
<input type="checkbox" name="keep" value="true" {if $keep}checked{/if} /> Keep copy on server<br />
<input type="submit" name="submit" value="Update"/><br />
</form>
</div>
--- NEW FILE: intevation.tpl ---
{* Smarty Template *}
<div class="contentsimple">
<p>
The Intevation GmbH coordinated the Kroupware-Project. In addition to project
management Intevation GmbH was heavily involved in quality assurance.
</p>

<a href="http://intevation.net/" border=0><IMG 
SRC="../pics/intevation_logo.png" ALT="Logo Intevation GmbH" height="91" 
align ="middle" longdesc="www.intevation.net" border="0"></a>

<p>
Intevation GmbH is a IT-company exclusively focusing on Free Software.
Its business units are strategic consulting, project management and geographic
information systems.
</p>

The following people worked on Kolab for Intevation:
<P>
Bernhard Reiter
<a href="mailto:bernhard.reiter at intevation.de"><tt><Bernhard.Reiter at intevation.de></tt></a>
<br>
Jan-Oliver Wagner 
<a href="mailto:jan-oliver.wagner at intevation.de"><tt><Jan-Oliver.Wagner at intevation.de></tt></a>
<br>
Marc Mutz
<a href="mailto:Marc.Mutz at intevation.de"><tt><Marc.Mutz at intevation.de></tt></a>
<br>
</p>
</div>

--- NEW FILE: kdab.tpl ---
{* Smarty Template *}
<a href="http://www.klaralvdalens-datakonsult.se/"><IMG SRC="../pics/kdab.png"
ALT="KDAB" align="middle"
longdesc="http://www.klaralvdalens-datakonsult.se" border="0"></a>

<div class="contentsimple">
<p>
The Kolab KDE client and 2nd version of the server was designed and developed by <a href="http://www.klaralvdalens-datakonsult.se">Klarälvdalens Datakonsult AB</a> contracted by the <a href="http://www.bsi.bund.de">BSI</a> (Bundesamt für Sicherheit in der Informationstechnik), Bonn - Germany. 
</p>
<p>
Klarälvdalens Datakonsult AB is a consulting company dedicated to opensource software, Linux, and the Qt library. The main tasks of KDAB within the kolab project are design and implementation of the kolab KDE client and the implementation of the 2nd. version of the server.
</p>
<p>
The following people worked on Kolab for Klarälvdalens Datakonsult AB:</p>
<p>
<a href="mailto:bo at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Bo Thorsen</a><br>
<a href="mailto:michel at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Michel Boyer de la Giroday</a><br>
<a href="mailto:steffen at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Steffen Hansen</a><br>
<a href="mailto:kalle at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Matthias Kalle Dalheimer</a><br>
<a href="mailto:dfaure at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">David Faure</a><br>
<a href="mailto:khz at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Karl-Heinz Zimmer</a><br>
<a href="mailto:lutz at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Lutz Rogowski</a><br>
</p>
</div>

--- NEW FILE: kde.tpl ---
{* Smarty Template *}
<div class="contentsimple">
<P>
<a href="http://www.kde.org">KDE</a> is a powerful Open Source graphical desktop environment for Unix
workstations.  It combines ease of use, contemporary functionality, and
outstanding graphical design with the technological superiority of the
Unix operating system.
</p>
<IMG SRC="../pics/kde.jpg" ALT="KDE" height="190" align="middle" longdesc="http://www.kde.org">
<p>
<b>KDE</b> is an Internet project that is truly open in every sense.
Development takes place on the Internet and is discussed on our
<a href="http://www.kde.org/mailinglists.html">mailing lists</a>, USENET news groups, and
IRC channels to which we invite and welcome everyone.
</p>
<p>
<b>KDE</b> is a mature desktop suite providing a solid basis to an ever
growing number of <a href="http://apps.kde.com">applications</a> for Unix
workstations.  KDE has developed a high quality development framework for
Unix, which allows for the rapid and efficient creation of applications.
</p>
</div>

--- NEW FILE: kolab.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
<p>
 This is the Kolab Server <b>Version 2.0</b>. The Kolab Server is Free Software developed 
 within the <a href="http://kroupware.kde.org/">Kroupware Project</a>
 to bring groupware functionality to both Unix/KDE users and Windows desktops.
</p>

<p>
 The following projects contributed to the success of Kolab
<ul>
 <li><a href="http://www.apache.org/">Apache</a></li>
 <li><a href="http://asg.web.cmu.edu/cyrus/imapd/">Cyrus</a></li>
 <li><a href="http://www.openldap.org/">OpenLDAP</a></li>
 <li><a href="http://www.perl.org/">Perl</a></li>
 <li><a href="http://www.php.net/">PHP</a></li>
 <li><a href="http://www.kde.org/">K Desktop Environment (KDE)</a></li>
 <li><a href="http://www.openldap.org/">OpenLDAP</a></li>
 <li><a href="http://www.perl.org/">Perl</a></li>
 <li><a href="http://www.php.org/">PHP</a></li>
 <li><a href="http://www.postfix.org/">Postfix</a></li>
 <li><a href="http://www.proftpd.org/">Proftpd</a></li>
</ul>
</p>

<p>
 Special kudos to the helpful people at the <a href="http://www.openpkg.org/">OpenPKG</a> project. 
 OpenPKG allow us to support many different platforms in a reliable and predictable manner. 
</p>

<p>
 The Kolab Server is interoperable with the <a href="http://www.kde.org">KDE</a> Kolab Client.
</p>

<p>
 In addition Microsoft Windows users may use Outlook together with the proprietary 
 <a href="http://www.konsec.com/">Konsec Plugin</a> as a fully functional Kolab client.
</p>

<p>
 The Kolab groupware solution was designed and developed 
 by a joint-venture of <a href="http://www.erfrakon.com">erfrakon</a> (desgin, architecture and server), 
 <a href="http://www.intevation.de">Intevation</a> (project management and client quality assurance) and 
 <a href="http://www.klaralvdalens-datakonsult.se/">Klarälvdalens Datakonsult (KDE Kolab Client)</a> 
</p>
<p>
 The following companies contributed code to the Kolab groupware solution:<br/>
 <a href="http://www.konsec.com">Konsec GmbH</a> CSS version of web admin GUI
</p>
<p>
 The prinicipal authors of the kolab client and server software are in alphabetical order:
</p>

<p>
<ul>
 <li><a href="mailto:kalle at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Matthias Kalle Dalheimer</a></li>
 <li><a href="mailto:tassilo.erlewein at erfrakon.de?subject=Kolab Server 1.0">Tassilo Erlewein</a></li>
 <li><a href="mailto:dfaure at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">David Faure</a></li>
 <li><a href="mailto:achim.frank at erfrakon.de?subject=Kolab Server 1.0">Achim Frank</a></li>
 <li><a href="mailto:michel at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Michel Boyer de la Giroday</a></li>
 <li><a href="mailto:steffen at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Steffen Hansen</a></li>
 <li><a href="mailto:martin.konold at erfrakon.de?subject=Kolab Server 1.0">Martin Konold</a></li>
 <li><a href="mailto:mutz at kde.org?subject=Kolab Server 1.0">Marc Mutz</a></li>
 <li><a href="mailto:bernhard at intevation.de?subject=Kolab Server 1.0">Bernhard Reiter</a></li>
 <li><a href="mailto:lutz at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Lutz Rogowski</a></li>
 <li><a href="mailto:bo at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Bo Thorsen</a></li>
 <li><a href="mailto:khz at klaralvdalens-datakonsult.se?subject=Kolab Client 1.0">Karl-Heinz Zimmer</a></li>
</ul>
</p>

</div>

--- NEW FILE: login.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>Enter UID and password to login</h1>
<div class="contentform">
<form method="POST">
<table>
<tr>
	<td>Username:</td><td><input type="text" name="username"/></td>
</tr>
<tr>
	<td>Password:</td><td><input type="password" name="password"/></td>
</tr>
<tr>
	<td colspan="2" align="right"><input type="submit" name="login" value="Login"/></td>
</tr>
</table>
</form>
</div>
--- NEW FILE: maintainerdeleted.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>

<div content="contentsimple">
<p>The maintainer with DN {$dn|escape} has been deleted</p>
<p><a href="index.php">Back to list of maintainers</a></p>
</div>

--- NEW FILE: maintainerlistall.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">

</div>

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Name</th><th>UID</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].sn|escape:"html"}, {$entries[id].fn|escape:"html"}</td>
	   <td class="contentcell">{$entries[id].uid|escape:"html"}</td>
	{if $entries[id].deleted eq "TRUE"}
	   <td class="actioncell" colspan="2">Object Deleted, awaiting cleanup...</td>
	{else}
	   <td class="actioncell"><a href="maintainer.php?action=modify&dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="maintainer.php?action=delete&dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	{/if}
	</tr>
{/section}
</table>

--- NEW FILE: page.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>{$page_title}</title>
<meta name="robots" content="noindex">	
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="Content-Language" content="us"> 
<meta name="description" content="Kolab Administration Webintefrace">
<meta name="keywords" content="Linux, Unix, Groupware, Email, Calendar">
<link rel="stylesheet" href="{$stylesheet|default:"$topdir/style.css"}" />
</head>
<body>
<div id="topbar">
	<div id="toplogo"></div>
	<div id="toptitle">{$page_title}</div>
</div>
<div id="topuserinfo">
{if $uid}
User: {$uid} | Role: {$group} | <a id="logout" href="{$topdir}/logout.php">Logout</a>
{else}
Not logged in
{/if}
</div>
{strip}
<div id="topmenu">
{foreach from=$menuitems item=menuitem}
<a href="{$menuitem.url}">
	<span class="topmenuitem{$menuitem.selected}"> {$menuitem.name|escape:"html"} </span>
</a>
{/foreach}
</div>
{/strip}
{if count($submenuitems) > 0}
<div id="submenu">
{strip}
{section name=id loop=$submenuitems}
<a href="{$submenuitems[id].url}">
	<span class="submenuitem{$submenuitems[id].selected}">{$submenuitems[id].name|escape:"html"}</span>
</a> | 
{/section}
{/strip}
</div>
{/if}
<div id="page">
{if $errors}
<div id="errorcontent">
<div id="errorheader">Errors:</div>
{section name=id loop=$errors}
{$errors[id]}<br/>
{/section}
</div>
{/if}
{if $messages}
<div id="messagecontent">
<div id="messageheader">Message:</div>
{section name=id loop=$messages}
{$messages[id]}<br/>
{/section}
</div>
{/if}
<div id="maincontent">
{include file=$maincontent}
</div>
<!--
<div id="validators">
<a href="http://validator.w3.org/check/referer">
<img style="border:0;width:88px;height:31px"
     src="http://www.w3.org/Icons/valid-xhtml10"
     alt="Valid XHTML 1.0!" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
     src="http://jigsaw.w3.org/css-validator/images/vcss" 
     alt="Valid CSS!" />
</a>
</div>
-->
</div>
<br/>
<br/>
</body>
</html>
--- NEW FILE: service.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="maintitle">Enable or Disable individual Services</div>
<div class="contentsimple">
<p>Using legacy services poses a security thread due to leakage of cleartext passwords, lack of authenticity and privacy.</p>
<p>The legacy Freebusy Support (FTP and HTTP) is only required for Outlook2000 clients. 
Under all other circumstances it is advised to use the secure <a href="http://www.webdav.org">WebDAV</a> 
over TLS instead (WebDAV is enabled by default and may not be deactivated).</p>
<p>Further details with regards to security considerations are available on the 
internet at the <a href="http://kolab.kde.org">Kolab</a> webserver.</p>
</div>
<form name="serviceform" method="POST">

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Service</th><th>Enabled</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].name|escape:"html"}</td>
	   <td class="actioncell"><input type="checkbox" name="{$entries[id].service}" {if $entries[id].enabled == 'true' }checked{/if}></td>
	</tr>
{/section}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell"> </td><td class="actioncell"><input type="submit" name="submitservices" value="Update"></td>
	</tr>
</table>
</form>
--- NEW FILE: sflistall.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
<h3>Shared folders</h3>
</div>

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Name</th><th>Server</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].cn|escape:"html"}</td>
	   <td class="contentcell">{$entries[id].homeserver|escape:"html"}</td>
	{if $entries[id].deleted eq "TRUE"}
	   <td class="actioncell" colspan="2">Folder deleted, awaiting cleanup...</td>
	{else}
	   <td class="actioncell"><a href="sf.php?action=modify&dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="sf.php?action=delete&dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	{/if}
	</tr>
{/section}
</table>

--- NEW FILE: userdeleted.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>

<div content="contentsimple">
<p>The user with DN {$dn|escape} has been deleted</p>
<p><a href="index.php">Back to list of users</a></p>
</div>

--- NEW FILE: userlistall.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">

</div>

<table class="contenttable" cellpadding="0" cellspacing="1px">
	<tr class="contentrow">
	<th>Name</th><th>E-mail</th><th colspan="2">Action</th>
	</tr>
{section name=id loop=$entries}
	<tr class="contentrow{cycle values="even,odd"}">
	   <td class="contentcell">{$entries[id].sn|escape:"html"}, {$entries[id].fn|escape:"html"}</td>
	   <td class="contentcell"><a href="mailto:{$entries[id].mail|escape:"html"}">{$entries[id].mail|escape:"html"}</a></td>
	{if $entries[id].deleted eq "TRUE"}
	   <td class="actioncell" colspan="2">User Deleted, awaiting cleanup...</td>
	{else}
	   <td class="actioncell"><a href="user.php?action=modify&dn={$entries[id].dn|escape:"url"}">Modify</a></td>
	   <td class="actioncell"><a href="user.php?action=delete&dn={$entries[id].dn|escape:"url"}">Delete</a></td>
	{/if}
	</tr>
{/section}
</table>

--- NEW FILE: vacation.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>Vacation Notification</h1>
<div class="contentform">
<form method="POST">
<input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate vacation notification<br />
<textarea name="text" cols="80" rows="10">{$text}</textarea><br />
Resend notification only after <input type="text" align="right" size="5" name="days" value="{$days}" /> days<br />
Send responses for theese addresses:<br/ >
<textarea name="addresses" cols="80" rows="3">
{section name="id" loop="$addresses"}
{$addresses[id]}
{/section}
</textarea><br />
(one address per line)<br />
<input type="submit" name="submit" value="Update"/><br />
</form>
</div>

--- NEW FILE: welcome.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
<h1>Welcome to the Kolab administration interface</h1>
</div>





More information about the commits mailing list