removed not fully working literati template
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB |
@ -1,51 +0,0 @@
|
||||
<!-- BEGIN list -->
|
||||
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
|
||||
var phpinfo;
|
||||
|
||||
function openwindow(url)
|
||||
{
|
||||
if (phpinfo)
|
||||
{
|
||||
if (phpinfo.closed)
|
||||
{
|
||||
phpinfo.stop;
|
||||
phpinfo.close;
|
||||
}
|
||||
}
|
||||
phpinfo = window.open(url, "phpinfoWindow","width=700,height=600,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=no");
|
||||
if (phpinfo.opener == null)
|
||||
{
|
||||
phpinfo.opener = window;
|
||||
}
|
||||
}
|
||||
</SCRIPT>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
{rows}
|
||||
</table>
|
||||
<!-- END list -->
|
||||
|
||||
<!-- BEGIN app_row -->
|
||||
<tr height="60" bgcolor="#FFFFFF">
|
||||
<td width="5%" align="center" valign="middle"><img src="{app_icon}" alt="[ {app_name} ]"> <a name="{a_name}"></a></td>
|
||||
<td width="95%" valign="middle"><strong> {app_name}</strong></td>
|
||||
</tr>
|
||||
<!-- END app_row -->
|
||||
|
||||
<!-- BEGIN app_row_noicon -->
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td colspan="2" width="95%" valign="middle"><strong> {app_name}</strong> <a name="{a_name}"></a></td>
|
||||
</tr>
|
||||
<!-- END app_row_noicon -->
|
||||
|
||||
<!-- BEGIN link_row -->
|
||||
<tr>
|
||||
<td colspan="2"> • <a href="{pref_link}">{pref_text}</a></td>
|
||||
</tr>
|
||||
<!-- END link_row -->
|
||||
|
||||
<!-- BEGIN spacer_row -->
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<!-- END spacer_row -->
|
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 812 B |
Before Width: | Height: | Size: 883 B |
Before Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB |
@ -1,41 +0,0 @@
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<!-- BEGIN egroupware -->
|
||||
<tr>
|
||||
<td align="left">
|
||||
<a href="http://www.eGroupWare.org" target="_new"><img src="{phpgw_logo}" border="0" alt="eGroupWare"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">{phpgw_version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">{phpgw_message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="3"><img src="phpgwapi/templates/default/images/spacer.gif" alt="spacer" height="3" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><div class="greyLine"></div></td>
|
||||
</tr>
|
||||
|
||||
<!-- END egroupware -->
|
||||
|
||||
<!-- BEGIN application -->
|
||||
<tr>
|
||||
<td height="3"><img src="phpgwapi/templates/default/images/spacer.gif" alt="spacer" height="3" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">
|
||||
|
||||
{phpgw_app_about}
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END application -->
|
||||
|
||||
|
||||
</table>
|
@ -1,10 +0,0 @@
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.row_on { color: {row_text}; background-color: {row_on}; }
|
||||
.row_off { color: {row_text}; background-color: {row_off}; }
|
||||
.th { color: {th_text}; background-color: {th_bg}; }
|
||||
.narrow_column { width: 1%; white-space: nowrap; }
|
||||
{app_css}
|
||||
-->
|
||||
</style>
|
||||
{css_file}
|
@ -1,163 +0,0 @@
|
||||
A:link
|
||||
{
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
|
||||
A:visited
|
||||
{
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
|
||||
A:hover
|
||||
{
|
||||
COLOR: #ff9933; TEXT-DECORATION: underline
|
||||
}
|
||||
|
||||
A:active
|
||||
{
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
|
||||
INPUT
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
font-COLOR: #000000;
|
||||
FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
SELECT
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #000000;
|
||||
FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
BODY
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
FORM
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
TABLE
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.sideboxcontent
|
||||
{
|
||||
PADDING-RIGHT: 5px;
|
||||
PADDING-LEFT: 5px;
|
||||
FONT-SIZE: 12px;
|
||||
PADDING-BOTTOM: 5px;
|
||||
WIDTH: 160px;
|
||||
COLOR: #000000;
|
||||
BACKGROUND-COLOR: #EAE9CA;
|
||||
LINE-HEIGHT: 20px;
|
||||
PADDING-TOP: 5px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.mainnote
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #000000;
|
||||
BACKGROUND-COLOR: #EAE9CA;
|
||||
FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.articlecontent
|
||||
{
|
||||
PADDING-RIGHT: 10px;
|
||||
PADDING-LEFT: 10px;
|
||||
FONT-SIZE: 12px;
|
||||
PADDING-BOTTOM: 10px;
|
||||
COLOR: #000000;
|
||||
LINE-HEIGHT: 20px;
|
||||
PADDING-TOP: 10px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.sideboxtext
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
LINE-HEIGHT: 18px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.toppannel
|
||||
{
|
||||
/* BACKGROUND-IMAGE: url(../images/panel.png);
|
||||
BACKGROUND-REPEAT: repeat-x
|
||||
*/
|
||||
}
|
||||
|
||||
.copyright
|
||||
{
|
||||
font-size: 9px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.title
|
||||
{
|
||||
PADDING-LEFT: 5px;
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #000000;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.box
|
||||
{
|
||||
BORDER-RIGHT: #BA7B30 1px solid;
|
||||
BORDER-TOP: #BA7B30 1px solid;
|
||||
BORDER-LEFT: #BA7B30 1px solid;
|
||||
BORDER-BOTTOM: #BA7B30 1px solid
|
||||
}
|
||||
|
||||
.content
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #000000;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.sideboxtitle
|
||||
{
|
||||
BACKGROUND-POSITION: center 50%;
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 12px;
|
||||
BACKGROUND-IMAGE: url(../images/boxbg.gif);
|
||||
COLOR: #FFFFFF;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
}
|
||||
|
||||
.sidebox
|
||||
{
|
||||
BORDER-RIGHT: #BA7B30 1px solid;
|
||||
BORDER-TOP: #BA7B30 1px solid;
|
||||
BORDER-LEFT: #BA7B30 1px solid;
|
||||
WIDTH: 160px;
|
||||
BORDER-BOTTOM: #BA7B30 1px solid
|
||||
}
|
||||
|
||||
.articletitle
|
||||
{
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 12px;
|
||||
BACKGROUND-IMAGE: url(../images/greypanel.gif);
|
||||
COLOR: #FFFFFF;
|
||||
TEXT-INDENT: 5pt;
|
||||
BACKGROUND-REPEAT: repeat-x;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
|
||||
HEIGHT: 20px
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
Fri Apr 18 01:51:00 CEST 2003
|
||||
- resize icons to 32x32
|
||||
- renamed css file for better compatibility
|
||||
- removed unneccesary files in calender and email template directory
|
||||
- merged changed from Ralf Becker
|
||||
- remade the logo
|
||||
- changed gif to png where possible (create_tabs in class.common.inc.php only uses gifs!!!)
|
||||
- moved tree to 0.9.16 branch
|
||||
|
||||
Wed Apr 16 23:07:54 CEST 2003
|
||||
- Get app titles from new array without using the lang() call
|
||||
- Moved 'Homelink' from navbar to sidebox
|
||||
- Use preference setting 'icons', 'icons and text'
|
||||
- sidebox menu's can be hooked now (see template hook-files in phpgwapi/templates/idots/doc/hook_templates/
|
||||
- replaces correct gimpsource file for navbar icons: phpgwapi/templates/idots/source/navbar.xcf
|
||||
- additional information in the README
|
@ -1,41 +0,0 @@
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
IDOTS TEMPLATE SET FOR eGroupWare
|
||||
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
The template set idots, formaly known as MYiDOTS is
|
||||
havely based on the Crystal Icon theme from
|
||||
Everaldo.
|
||||
|
||||
APPLICATION ICONS
|
||||
===================================================
|
||||
Because of a bug in Internet Explorer which causes
|
||||
it to display transpancy in PNG's as black I gave
|
||||
all icons a background.
|
||||
|
||||
Everybody is encouraged to make more icons for the
|
||||
idots template set. Please don't use gif as Image
|
||||
type because this filetype in not an open standard
|
||||
|
||||
The source Gimp-files can be found in
|
||||
phpgwapi/templates/idots/source/
|
||||
|
||||
The logo source file can also be found in the above
|
||||
directory.
|
||||
|
||||
APPLICATION HOOKS
|
||||
===================================================
|
||||
In the hook_file, hook_sidebox_menu.inc.php,
|
||||
developers can define the sidebox menu's for their
|
||||
applications template hook files can be found in
|
||||
phpgwapi/templates/idots/hook_templates/
|
||||
|
||||
|
||||
Hope you enjoy this template set,
|
||||
Pim Snel
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
- validate css and make valid CSS
|
||||
- validate html and make valid html 4.01
|
||||
- remove phpBB.org code etc...
|
||||
- a lot of icons
|
||||
- some sort of template-set configuration (maybe create a fake app???)
|
@ -1,12 +0,0 @@
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<br></TD>
|
||||
<TD width=15></TD>
|
||||
</TR>
|
||||
</TABLE></TR>
|
||||
</TABLE></TR>
|
||||
</TABLE>
|
||||
<p align="center" class="copyright">{powered_by}</p>
|
||||
</body>
|
||||
</html>
|
@ -1,55 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$bodyheader = ' bgcolor="' . $GLOBALS['phpgw_info']['theme']['bg_color'] . '" alink="'
|
||||
. $GLOBALS['phpgw_info']['theme']['alink'] . '" link="' . $GLOBALS['phpgw_info']['theme']['link'] . '" vlink="'
|
||||
. $GLOBALS['phpgw_info']['theme']['vlink'] . '"';
|
||||
|
||||
if (! $GLOBALS['phpgw_info']['server']['htmlcompliant'])
|
||||
{
|
||||
$bodyheader .= '';
|
||||
}
|
||||
|
||||
$theme_css = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/literati/css/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'].'.css';
|
||||
if (!file_exists($theme_css))
|
||||
{
|
||||
$theme_css = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/literati/css/golden.css';
|
||||
}
|
||||
$tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
|
||||
$tpl->set_unknowns('remove');
|
||||
$tpl->set_file(array('head' => 'head.tpl'));
|
||||
|
||||
if ($GLOBALS['phpgw_info']['flags']['app_header'])
|
||||
{
|
||||
$app = $GLOBALS['phpgw_info']['flags']['app_header'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$app = $GLOBALS['phpgw_info']['flags']['currentapp'];
|
||||
$app = isset($GLOBALS['phpgw_info']['apps'][$app]) ? $GLOBALS['phpgw_info']['apps'][$app]['title'] : lang($app);
|
||||
}
|
||||
$var = Array (
|
||||
'img_icon' => PHPGW_IMAGES_DIR . '/favicon.ico',
|
||||
'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico',
|
||||
'charset' => $GLOBALS['phpgw']->translation->charset(),
|
||||
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
||||
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . ($app ? " [$app]" : ''),
|
||||
'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(),
|
||||
'theme_css' => $theme_css,
|
||||
'css' => $GLOBALS['phpgw']->common->get_css(),
|
||||
'java_script' => $GLOBALS['phpgw']->common->get_java_script(),
|
||||
);
|
||||
$tpl->set_var($var);
|
||||
$tpl->pfp('out','head');
|
||||
unset($tpl);
|
||||
?>
|
@ -1,17 +0,0 @@
|
||||
<!-- BEGIN head --><!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={charset}" />
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare" />
|
||||
<meta NAME="keywords" content="eGroupWare" />
|
||||
<meta name="robots" content="none">
|
||||
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||
<link href="{theme_css}" type="text/css" rel="stylesheet" />
|
||||
{css}
|
||||
<title>{website_title}</title>
|
||||
{java_script}
|
||||
</head>
|
||||
<body bgcolor="#e5e5e5" {body_tags}>
|
||||
<!-- END head -->
|
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 55 B |
Before Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 816 B |
Before Width: | Height: | Size: 816 B |
Before Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 52 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 628 B |
Before Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 783 B |
Before Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 531 B |
Before Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 55 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 850 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 71 B |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 62 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 65 B |
Before Width: | Height: | Size: 159 B |