[zi-cvs] packages/com.zzoss.zis.theme.kde favicon.ico,NONE,1.1 footer.php,NONE,1.1 footer_popup.php,NONE,1.1 header.php,NONE,1.1 header_popup.php,NONE,1.1 package.xml,NONE,1.1 styles.css,NONE,1.1 theme_config.php,NONE,1.1
[email protected] Wed, 14 Jan 2004 08:44:28 -0800
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.zis.theme.kde
In directory sc8-pr-cvs1:/tmp/cvs-serv9692
Added Files:
favicon.ico footer.php footer_popup.php header.php
header_popup.php package.xml styles.css theme_config.php
Log Message:
initial release
--- NEW FILE: favicon.ico ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: footer.php ---
<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: footer.php,v 1.1 2004/01/14 16:44:26 czonsius Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
?>
</div>
<div class="buttons-bottom">
<input type="hidden" name="id" value="<?php echo $_REQUEST['id']; ?>">
<?php
if(!$zi_hide['profile']){
?>
<input type="hidden" name="profile" value="<?php echo $_REQUEST['profile']; ?>">
<?php
}
?>
<input type="hidden" name="distribution" value="<?php echo $_REQUEST['distribution']; ?>">
<input type="hidden" name="application" value="<?php echo $_REQUEST['application']; ?>">
<input type="hidden" name="mode" value="<?php echo $_REQUEST['mode']; ?>">
<input type="hidden" name="update_old" value="<?php echo $_REQUEST['update_old']; ?>">
<input type="hidden" name="type" value="<?php echo $_REQUEST['type']; ?>"><?php
if(isset($zi_buttons['back'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/back.png" name="ZI_BUTTON_BACK" value="< Back" tabindex="3" title="< Back"><input type="hidden" name="ZI_LOCATION_BACK" value="<?php echo $zi_buttons['back']; ?>"><?php
}
if(isset($zi_buttons['cancel'])){
?> <input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/stop.png" name="ZI_BUTTON_CANCEL" value="Cancel" tabindex="4" title="X Cancel">
<input type="hidden" name="ZI_LOCATION_CANCEL" value="<?php echo $zi_buttons['cancel']; ?>"><?php
}
if(isset($zi_buttons['save'])){
?> <input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/filesave.png" name="ZI_BUTTON_NEXT" value="Save" tabindex="2" title="Save">
<input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['save']; ?>"><?php
}
if(isset($zi_buttons['next'])){
?> <input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/forward.png" name="ZI_BUTTON_NEXT" value="Next >" tabindex="1" title="Next >">
<input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['next']; ?>"><?php
}
if(isset($zi_buttons['ok'])){
?> <input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/button_ok.png" name="ZI_BUTTON_OK" value="OK" tabindex="1" title="OK">
<input type="hidden" name="ZI_LOCATION_OK" value="<?php echo $zi_buttons['ok']; ?>"><?php
}
?>
</div>
</form>
</div>
</div>
</body>
</html>
--- NEW FILE: footer_popup.php ---
<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: footer_popup.php,v 1.1 2004/01/14 16:44:26 czonsius Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
?>
</div>
<div class="buttons-bottom">
<input type="hidden" name="id" value="<?php echo $_REQUEST['id']; ?>">
<?php
if(!$zi_hide['profile']){
?>
<input type="hidden" name="profile" value="<?php echo $_REQUEST['profile']; ?>">
<?php
}
?>
<input type="hidden" name="distribution" value="<?php echo $_REQUEST['distribution']; ?>">
<input type="hidden" name="application" value="<?php echo $_REQUEST['application']; ?>">
<input type="hidden" name="mode" value="<?php echo $_REQUEST['mode']; ?>">
<input type="hidden" name="update_old" value="<?php echo $_REQUEST['update_old']; ?>">
<input type="hidden" name="type" value="<?php echo $_REQUEST['type']; ?>"><?php
if(isset($zi_buttons['back'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/back.png" name="ZI_BUTTON_BACK" value="< Back" tabindex="3" title="< Back"><input type="hidden" name="ZI_LOCATION_BACK" value="<?php echo $zi_buttons['back']; ?>"><?php
}
?> <a href="javascript:window.close()" title="Close Window" tabindex="4"><img src="themes/share/icons/org.kde.icons.crystalsvg/22x22/stop.png"></a><!-- <a href="javascript:window.close()" title="Close Window">Close Window</a>--><?php
if(isset($zi_buttons['save'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/filesave.png" name="ZI_BUTTON_NEXT" value="Save" tabindex="2" title="Save">
<input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['save']; ?>"><?php
}
if(isset($zi_buttons['next'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/forward.png" name="ZI_BUTTON_NEXT" value="Next >" tabindex="1" title="Next >">
<input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['next']; ?>"><?php
}
if(isset($zi_buttons['ok'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/button_ok.png" name="ZI_BUTTON_OK" value="OK" tabindex="1" title="OK">
<input type="hidden" name="ZI_LOCATION_OK" value="<?php echo $zi_buttons['ok']; ?>"><?php
}
?>
</div>
</form>
</div>
</div>
</body>
</html>
--- NEW FILE: header.php ---
<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: header.php,v 1.1 2004/01/14 16:44:26 czonsius Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
include 'theme_config.php';
?>
<html>
<head>
<title><?php echo $zi_theme['installer_title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/styles.css">
<link rel="icon" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="icon" href="../themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="../themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="widget">
<div class="header">
<div class="status">
<?php echo $zi_theme['installer_title']; ?> -
<?php
if($GLOBALS['ZI']['mode'] == 'dev'){
echo 'Development ';
} else if($GLOBALS['ZI']['mode'] == 'setup'){
echo 'Setup ';
} else if(strlen($GLOBALS['ZI']['application']) || strlen($GLOBALS['ZI']['distribution'])){
echo 'Installation ';
}
?>Wizard
</div>
</div>
<div class="menu">
<?php
// Do we show the setup header?
if(!$zi_setup->isInitiated()){
?>
<h1>Setup</h1>
<ol>
<li<?php if(basename(getenv('SCRIPT_FILENAME')) == 'setup.php') echo ' class="highlight"';?>>Important Information</li>
<?php
if(!$zi_setup->isInitiated()){
?>
<li<?php if(basename(getenv('SCRIPT_FILENAME')) == 'setup_datadir.php') echo ' class="highlight"';?>>Data Directory</li>
<?php
}
?>
</ol>
<?php
} else {
if(!strlen($GLOBALS['ZI']['application'])) {
?>
<div class="menuitem">
<a href="<?php echo $chdir; ?>distribution_download.php"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/app_download.png" alt="Download Applications" title="Download Applications" align="left">Download<br/>Applications</a>
</div>
<div class="menuitem">
<a href="<?php echo $chdir; ?>applications.php"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/kcmsystem.png" alt="Manage Applications" title="Manage Applications" align="left">Manage<br/>Applications</a>
</div>
<?php
}
if(strlen($GLOBALS['ZI']['application']) && strlen($GLOBALS['ZI']['distribution'])) {
$application = $zi_registry->getApplication($GLOBALS['ZI']['application'], $GLOBALS['ZI']['distribution']);
$_REQUEST['id'] = $application['id'];
$_REQUEST['distribution'] = $GLOBALS['ZI']['distribution'];
$_REQUEST['application'] = $GLOBALS['ZI']['application'];
if(!strlen($application['installed'])){
?>
<div class="menuitem">
<a href="<?php echo $chdir; ?>application_settings.php<?php echo zi_form_querystr(); ?>"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/kcmsystem.png" alt="Install Application" title="Install Application" align="left">Install<br/>Application</a>
</div>
<?php
} elseif($GLOBALS['ZI']['mode'] != 'setup') {
?>
<div class="menuitem">
<a href="<?php echo $chdir; ?>application_update.php<?php echo zi_form_querystr(); ?>"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/rebuild.png" alt="Update Application" title="Update Application" align="left">Update Application</a>
</div>
<!--
<div class="menuitem">
<a href="<?php echo $chdir; ?>plugins_rebuild.php<?php echo zi_form_querystr(); ?>"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/package_settings.png" alt="Reconfigure Application" title="Reconfigure Application" align="left">Reconfigure Application</a>
</div>
-->
<div class="menuitem">
<a href="<?php echo $chdir; ?>application_delete.php<?php echo zi_form_querystr(); ?>"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/trashcan_empty.png" alt="Delete Application" title="Delete Application" align="left">Delete Application</a>
</div>
<!--
<div class="menuitem">
<a href="<?php echo $chdir; ?>menu.php?ZI_VALUES[type]=change_global_config"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/app_configure.png" alt="Configure Application" title="Configure Application" align="left">Configure<br/>Application</a>
</div>
<div class="menuitem">
<a href="<?php echo $chdir; ?>menu.php?ZI_VALUES[type]=packages"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/package.png" alt="Manage Packages" title="Manage Packages" align="left">Manage<br/>Packages</a>
</div>
<div class="menuitem">
<a href="<?php echo $chdir; ?>menu.php?ZI_VALUES[type]=change_components_config"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/package_configure.png" alt="Configure Packages" title="Configure Packages" align="left">Configure<br/>Packages</a>
</div>
-->
<?php
}
}
if($GLOBALS['ZZOSS_INSTALLER']['application']['settings']['allow_online_update'] == 'true') {
?>
<div class="menuitem">
<a href="<?php echo $chdir; ?>menu.php?ZI_VALUES[type]=download"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/48x48/package_download.png" border="0" alt="Online Update" title="Online Update" align="left">Online<br/>Update</a>
</div>
<?php
}
if($GLOBALS['ZI']['mode'] == 'dev') {
?>
<div class="menuitem">
<a href="<?php echo $chdir; ?>applications.php?mode=dev"><img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/32x32/template_source.png" alt="Develop Applications" title="Develop Applications" align="left">Develop<br/>Applications</a>
</div>
<?php
}
?>
<?php
}
?>
</div>
<div class="body<?php if($_REQUEST['mode'] == 'dev') echo '_dev'; ?>">
<div class="contextmenu">
<span class="status">
<?php
if(!$_SERVER['HTTPS'] == 'on'){
?>
<img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/16x16/decrypted.png" border="0" alt="Decrypted" title="Decrypted"/>Decrypted
<?php
} else {
?>
<img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/16x16/encrypted.png" border="0" alt="Encrypted" title="Encrypted"/>Encrypted
<?php
}
if(is_object($zi_auth)){
?>
<img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/16x16/kuser.png" alt="Logged In User" title="Logged In User">
<?php echo $zi_auth->getUsername();
}
?>
</span>
<?php
// Do we suppress this component because we show the setup header?
if($zi_setup->isInitiated()){
$zi_help_pathinfo = pathinfo(getenv('SCRIPT_FILENAME'));
//print_r($help_pathinfo);
$zi_help_file = str_replace($zi_help_pathinfo['extension'], 'html', $zi_help_pathinfo['basename']);
if(file_exists('help/'.$zi_help_file)){
?>
<a href="help.php?file=<?php echo rawurlencode($zi_help_file); ?>" onclick="javascript:window.open('help.php?file=<?php echo rawurlencode($zi_help_file); ?>', 'Help', 'width=320,height=500,resizable=1,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,dependent=0');void(0);javascript:return(false);" target="_blank" title="Help"><!--<img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/16x16/contexthelp.png" border="0" alt="Help" title="Help"/>-->Help</a><?php
}
?>
<?php
}
?>
<a href="about.php" onclick="javascript:window.open('about.php', 'About', 'width=400,height=400,resizable=1,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,dependent=0');void(0);javascript:return(false);" target="_blank" title="About"><!--<img src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/16x16/info.png" alt="About Installer" title="About Installer">-->About</a>
</div>
<div class="content">
<form method="POST" action="<?php echo $_SERVER['PHP_SELF']; ?>" enctype="multipart/form-data">
--- NEW FILE: header_popup.php ---
<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: header_popup.php,v 1.1 2004/01/14 16:44:26 czonsius Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
include 'theme_config.php';
?>
<html>
<head>
<title><?php echo $zi_theme['installer_title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/styles.css">
<link rel="icon" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="icon" href="../themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="../themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="widget-popup">
<div class="header">
<div class="status">
<?php echo $zi_theme['installer_title']; ?>
</div>
</div>
<div class="body-popup<?php if($_REQUEST['mode'] == 'dev') echo '_dev'; ?>">
<form method="POST" action="<?php echo $_SERVER['PHP_SELF']; ?>" enctype="multipart/form-data">
<div class="buttons-top">
<?php
if(isset($zi_buttons['back'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/back.png" name="ZI_BUTTON_BACK" value="< Back" tabindex="3" title="< Back"><input type="hidden" name="ZI_LOCATION_BACK" value="<?php echo $zi_buttons['back']; ?>"><?php
}
?> <a href="javascript:window.close()" title="Close Window" tabindex="4"><img src="themes/share/icons/org.kde.icons.crystalsvg/22x22/stop.png"></a><!-- <a href="javascript:window.close()" title="Close Window">Close Window</a>--><?php
if(isset($zi_buttons['save'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/filesave.png" name="ZI_BUTTON_NEXT" value="Save" tabindex="2" title="Save">
<input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['save']; ?>"><?php
}
if(isset($zi_buttons['next'])){
?><input type="image" src="<?php echo $chdir; ?>themes/share/icons/org.kde.icons.crystalsvg/22x22/forward.png" name="ZI_BUTTON_NEXT" value="Next >" tabindex="1" title="Next >">
<input type="hidden" name="ZI_LOCATION_NEXT" value="<?php echo $zi_buttons['next']; ?>"><?php
}
?>
</div>
<div class="content">
--- NEW FILE: package.xml ---
<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
<name>com.zzoss.zis.theme.kde</name>
<summary>KDE3-like Theme.</summary>
<description>Header, footer scripts, icons, images.</description>
<maintainers>
<maintainer>
<user>czonsius</user>
<name>Christian Zonsius</name>
<email>[email protected]</email>
<role>developer</role>
</maintainer>
<maintainer>
<user>ordnas</user>
<name>Sandro Zic</name>
<email>[email protected]</email>
<role>lead</role>
</maintainer>
</maintainers>
<release>
<version>1.0.0</version>
<date>{zi_release_date}</date>
<license url="http://www.gnu.org/licenses/lgpl.txt" version="2">LGPL</license>
<copyright>
<holder year="{zi_copyright_year}" url="http://www.zzoss.com">ZZ/OSS</holder>
</copyright>
<state>stable</state>
<notes>Initial release.</notes>
<filelist>
<file role="php" basinstalldir="" name="favicon.ico"/>
<file role="php" basinstalldir="" name="footer_popup.php"/>
<file role="php" basinstalldir="" name="theme_config.php"/>
<file role="php" basinstalldir="" name="footer.php"/>
<file role="php" basinstalldir="" name="header_popup.php"/>
<file role="php" basinstalldir="" name="header.php"/>
<file role="php" basinstalldir="" name="styles.css"/>
</filelist>
<deps>
<dep type="pkg" rel="ge" version="1.0.0">org.kde.icons.crystalsvg</dep>
<dep type="pkg" rel="ge" version="1.0.0">com.zzoss.logos</dep>
<dep type="pkg" rel="ge" version="1.0.0">net.php.logos</dep>
<dep type="pkg" rel="ge" version="1.0.0">net.php.pear.logos</dep>
</deps>
</release>
</package>
--- NEW FILE: styles.css ---
/* Layout of ZZ/OSS Installer */
/* general layout of the application */
body {
background-color:#3679ad;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}
/* layout of the widget where the user interaction takes place */
.widget {
background-color:#d0dfec;
/*border-color:#FFF;
border-width:2px;
border-style:solid;*/
width:760px;
margin: 40px auto;
padding-bottom:4px;
border:2px solid #374872;
}
.widget-popup {
background-color:#d0dfec;
/*border-color:#FFF;
border-width:2px;
border-style:solid;*/
width:100%px;
margin: 12px auto;
border:2px solid #374872;
}
/* Header, usually with logo and quickselect of
disribution and application. */
.header {
width:100%;
height:24px;
background-color:#374872;
/*border-bottom:1px solid #000;*/
}
/* Logo, usually residing in header top left. */
.logo {
margin:0px;
float:left;
height:69px;
margin-left:6px;
}
/* Prevent automatic border when image is linked. */
.logo img {
border:0px;
/*clear:both;*/
}
/* Status information, usually on top right of header. */
.header .status {
margin-left:4px;
height:23px;
text-align:left;
color:#fff;
font-weight:bold;
}
.header .status p {
vertical-align:middle;
}
.header .status img {
vertical-align:middle;
}
.body {
margin-left:152px;
margin-top:4px;
border:1px solid #3679ad;
background-color:#fff;
margin-right:4px;
}
.body_dev {
margin-left:152px;
margin-top:4px;
border:1px solid #3679ad;
background-color:#e3eaf0;
margin-right:4px;
}
.body-popup {
text-align:left;
background-color:#fff;
}
.body-popup_dev {
text-align:left;
background-color:#e3eaf0;
}
.menu {
clear:both;
float:left;
margin-top:4px;
/*background-color:#db9513;*/
width:130px;
/*border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;*/
margin-right:8px;
padding-top:4px;
padding-left:8px;
padding-right:8px;
padding-bottom:8px;
}
/*
.menu h1 {
color:#fff;
}
.menu p {
color:#9D2B39;
}
.menu li {
color:#9D2B39;
}
.menu li.highlight {
color:#fff;
}
*/
/* Prevent automatic border when image is linked. */
.menuitem img {
border:0px;
float:left;
margin-right:4px;
}
.menuitem {
clear:both;
padding-top:12px;
vertical-align:middle;
}
/*
.menuitem a {
text-decoration:none;
}
.menuitem a:link {
text-decoration:none;
}
.menuitem a:visited {
text-decoration:none;
}
.menuitem a:active {
text-decoration:none;
}
.menuitem a:hover {
color: #191970;
text-decoration: none;
}
*/
.content {
padding:8px;
}
.content h1 {
text-align:center;
}
.content h2 {
font-style:italic;
margin-bottom:8px;
}
/* List table */
.content table.list {
border:0px;
border-spacing:0px;
width:100%;
border-left:1px dotted #999;
margin-top:8px;
margin-bottom:8px;
empty-cells:show;
}
.content table.list th {
border-top:2px solid #000;
border-bottom:2px solid #000;
border-right:1px dotted #999;
padding:4px;
}
.content table.list td {
border-bottom:1px solid #000;
border-right:1px dotted #999;
padding:4px;
vertical-align:top;
}
.content table.list td.highlight {
background-color:#d0dfec;
}
/* Form table */
.content table.form {
border:0px;
border-spacing:0px;
width:100%;
margin-top:8px;
margin-bottom:24px;
empty-cells:show;
}
.content table.form th {
border-top:2px solid #000;
border-bottom:2px solid #000;
padding:4px;
}
.content table.form td {
border-bottom:1px dotted #000;
padding:8px;
vertical-align:top;
}
.content table.form td.highlight {
background-color:#fafb90;/*#ffde40;*/
}
.content .label {
font-weight:bold;
}
.content td.label-top {
font-weight:bold;
text-align:center;
}
.content td.label-left {
font-weight:bold;
text-align:left;
}
.content .warning {
font-weight:bold;
border:1px solid #9D2B39;
color:#9D2B39;
text-align:center;
vertical-align:middle;
padding:4px;
margin:24px;
}
.content .warning-inline {
font-weight:bold;
color:#9D2B39;
}
.content .ul {
margin:0px;
padding:0px;
}
/* style of contextmenu of content layer */
.contextmenu {
height:26px;
border-bottom:1px solid #3679ad;
padding:2px;
text-align:right;
background-color:#e3eaf0;
}
.contextmenu a {
margin-left:6px;
margin-right:2px;
}
.contextmenu img {
margin-right:4px;
vertical-align:middle;
}
.contextmenu .status {
float:left;
}
.contextlink {
text-align:center;
}
.buttons-top {
clear:both;
height:26px;
text-align:right;
margin-bottom:8px;
border-bottom:1px solid #3679ad;
padding:2px;
background-color:#e3eaf0;
}
.buttons-top input {
border:0px;
vertical-align:middle;
margin-left:4px;
}
.buttons-top img {
border:0px;
vertical-align:middle;
}
.buttons-top a {
margin-left:4px;
}
.buttons-bottom {
clear:both;
height:26px;
text-align:right;
margin-top:8px;
border-top:1px solid #3679ad;
padding:2px;
background-color:#e3eaf0;
}
.buttons-bottom input {
border:0px;
vertical-align:middle;
margin-left:4px;
}
.buttons-bottom img {
border:0px;
vertical-align:middle;
}
.buttons-bottom a {
margin-left:4px;
}
/* text specific styles */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,font {
font-size:14px;
}
pre {
border:1px dotted #999;
padding:2px;
font-size:12px;
background:#e3eaf0;
}
ul {
list-style-type:bullet;
}
/* form specific styles */
select {
font-size:12px;
}
input[type=text] {
font-size:12px; width:440px;
padding-bottom:4px;
}
textarea {
font-size:12px;
}
input[type=submit] {
font-size:12px;
}
input[type=file] {
font-size:12px;
vertical-align:middle;
}
/* appearance of hyperlinks */
a {
color: #191970;
text-decoration: underline;
}
a:link {
color: #191970;
text-decoration: none;
}
a:visited {
color: #191970;
text-decoration: none;
}
a:active {
color: #191970;
text-decoration: none;
}
a:hover {
color: #191970;
text-decoration: underline;
}
--- NEW FILE: theme_config.php ---
<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: theme_config.php,v 1.1 2004/01/14 16:44:26 czonsius Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
$zi_theme['installer_title'] = 'ZZ/OSS Installer Server';
$zi_theme['logo_title'] = 'ZZ/OSS Installer Homepage';
$zi_theme['logo_link'] = 'http://www.zzoss.com/projects/installer';
$chdir = ZZOSS_Framework::conf('zzoss_framework/paths/url');
?>
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html