[Kolab-devel] server/kolab/kolab/admin/include plain.css,NONE,1.1 preferences.php,NONE,1.1 session_vars.php,NONE,1.1 by martin at doto.intevation.de

root at intevation.de root at intevation.de
Sat Jun 14 15:02:49 CEST 2003


Update of /kolabrepository/server/kolab/kolab/admin/include
In directory doto:/tmp/cvs-serv19541

Added Files:
	plain.css preferences.php session_vars.php 
Log Message:
Martin K.: New files needed for Konsec CCS stuff


--- NEW FILE: plain.css ---
	div.navigation {
		visibility: hidden;
	}

		div.navlogo {
			visibility: hidden;
		}

		div.navspecial {
			visibility: hidden;
		}

	div.main {
		width: 100%;
		padding-top: 20px;
		left: 20px;
	}

--- NEW FILE: preferences.php ---
<?
/*
	preferences.php
	Preferences file where all options can be set.
*/

	// name of the stylesheetfile (and low version)
	$_style = "konsec";

	// use this switch to turn low version on if the browser isn't 
	// a Mozilla 5.0 or greater
	// A FORMATTED LOW VERSION OF THE STYLE SHEET IS REQUIRED FOR THIS
	$_lowversion = 1; 
	
	// number of entries showed per page
	$views = 50;



?>

--- NEW FILE: session_vars.php ---
<?
/*
# (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.

*/
$HTTP_SESSION_VARS['ldap_server'] = "127.0.0.1";
$HTTP_SESSION_VARS['ldap_port'] = 389;
$HTTP_SESSION_VARS['base_dn'] = "dc=kolab,dc=konsec,dc=com";
$HTTP_SESSION_VARS['php_dn'] = "cn=nobody,dc=kolab,dc=konsec,dc=com";
$HTTP_SESSION_VARS['php_pw'] = "OFuT.3mF9Z97M";
//$HTTP_SESSION_VARS['foo'];
// use as $_SESSION['foo'];
?>





More information about the devel mailing list