remove linux-at-work template set from main package, will be available as a seperate package for users

This commit is contained in:
reinerj 2004-01-31 17:36:53 +00:00
parent 7663fb512d
commit 634c51f742
132 changed files with 0 additions and 753 deletions

View File

@ -1,26 +0,0 @@
<table border="0" width="100%">
<tr>
<td align="left">
<a href="http://www.egroupware.org" target="_new"><img src="{webserver_url}/logo.gif" border="0"></a>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">{phpgw_version}</td>
</tr>
<tr>
<td align="center"><a href="http://www.egroupware.org" target="_new">eGroupWare</a> is a multi-user, web-based groupware suite written in <a href="http://www.php.net" target="_new">PHP</a>.</td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td align="center">
{phpgw_app_about}
</td>
</tr>
</table>

View File

@ -1,12 +0,0 @@
<tr>
<td align="center"><font size="5"><b>{app_header}<b></font></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center"><b>Sorry, no futher information is avaiable on this application.</b></td>
</tr>

View File

@ -1,186 +0,0 @@
<style type="text/css">
<!--
a { text-decoration:none; color: {link}; }
a:active{ text-decoration:none; color: {alink}; }
a:hover{ text-decoration:underline; background-color: #7C92FC; }
a:visted{ text-decoration:none; color: {link}; }
A.main_menu, A.main_menu:LINK, A.main_menu:VISITED
{
color: White;
text-decoration: none;
display : block;
}
A.main_menu:HOVER
{
background-color: #7C92FC;
display : block;
}
body
{
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-family: "{font}";
font-size: 10px;
background-color : #7C92BC;
}
INPUT.text
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
FONT-SIZE: 10px;
border-collapse : collapse;
}
TEXTAREA.text
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
FONT-SIZE: 12px;
border-collapse : collapse;
}
SELECT
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
FONT-SIZE: 10px;
border-collapse : collapse;
}
DIV.main_menu
{
position : absolute;
border : 0px dotted;
background : #7C92BC;
padding : 0px 0px 0px 0px;
padding-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
}
DIV.main_body {
position : absolute;
border-width : 1px;
background-color : #7C92BC;
padding-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
}
TD.main_menu
{
border-top : 0px hidden #EAE17B;
border-left : 0px hidden #EAE17B;
border-bottom : 1px solid #4242B3;
border-right : 1px solid #4242B3;
width : 100%;
height: 22px;
font-family : Arial;
font-size : 12px;
color : White;
padding-right: 10px;
margin-right: 10px;
vertical-align:middle;
text-align:right;
white-space: nowrap;
}
TD.main_menu_bottom
{
border-top : 0px hidden #EAE17B;
border-left : 0px hidden #EAE17B;
border-bottom : 0px solid #4242B3;
border-right : 0px solid #4242B3;
width : 100%;
height: 22px;
font-family : Arial;
font-size : 10px;
color : White;
padding-right: 10px;
margin-right: 10px;
vertical-align:middle;
text-align:left;
white-space: nowrap;
}
TD.main_menu_apps
{
border-top : 0px hidden #EAE17B;
border-left : 0px hidden #EAE17B;
border-bottom : 1px solid #6157D5;
border-right : 1px solid #6157D5;
width : 100%;
height: 12px;
font-family : Arial;
font-size : 12px;
color : White;
padding-right: 10px;
margin-right: 10px;
vertical-align:middle;
text-align:right;
}
TD.body
{
border-top : 0px hidden #EAE17B;
border-left : 0px hidden #EAE17B;
border-bottom : 1px solid #6157D5;
border-right : 0px solid #6157D5;
wwidth : 100%;
height: 12px;
font-family : Arial;
font-size : 12px;
color : White;
ppadding-right: 10px;
mmargin-right: 10px;
vertical-align:middle;
ttext-align:right;
}
INPUT.body
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
FONT-SIZE: 10px;
border-collapse : collapse;
}
TD.main_menu_info
{
border-top : 0px hidden #EAE17B;
border-left : 0px hidden #EAE17B;
border-bottom : 1px solid #4242B3;
border-right : 1px solid #4242B3;
width : 100%;
height: 22px;
font-family : Arial;
font-size : 10px;
color : White;
padding-right: 10px;
margin-right: 10px;
vertical-align:middle;
text-align:right;
}
.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}; }
.tablink { color: #000000; }
{app_css}
-->
</style>
{css_file}

View File

@ -1,5 +0,0 @@
<!-- BEGIN footer -->
</div>
</body>
</html>
<!-- END footer -->

View File

@ -1,51 +0,0 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.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 ($fp = @fopen(PHPGW_APP_TPL."/app.css","r"))
{
$app_css = fread ($fp, filesize (PHPGW_APP_TPL."/app.css"));
fclose($fp);
}
$p = createobject('phpgwapi.preferences');
$preferences = $p->read_repository();
if(isset($preferences[$GLOBALS['phpgw_info']['flags']['currentapp']]['refreshTime']))
{
$refreshTime = $preferences[$GLOBALS['phpgw_info']['flags']['currentapp']]['refreshTime']*60;
}
$app = $GLOBALS['phpgw_info']['flags']['currentapp'];
$app = $app ? ' ['.(isset($GLOBALS['phpgw_info']['apps'][$app]) ? $GLOBALS['phpgw_info']['apps'][$app]['title'] : lang($app)).']':'';
$tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
$tpl->set_unknowns('remove');
$tpl->set_file(array('_head' => 'head.tpl'));
$tpl->set_block('_head','head');
$var = Array (
'img_icon' => PHPGW_IMAGES_DIR . '/favicon.ico',
'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico',
'charset' => $GLOBALS['phpgw']->translation->charset(),
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
'app_name' => $app,
'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(),
'bg_color' => $GLOBALS['phpgw_info']['theme']['bg_color'],
'refreshTime' => $refreshTime,
'css' => $GLOBALS['phpgw']->common->get_css(),
'java_script' => $GLOBALS['phpgw']->common->get_java_script(),
);
$tpl->set_var($var);
$tpl->pfp('out','head');
unset($tpl);
?>

View File

@ -1,30 +0,0 @@
<!-- BEGIN head --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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}">
<META http-equiv="Refresh" content="{refreshTime}">
{css}
<script language="JavaScript">
<!--
function checkphpgw()
{
//window.alert("test");
}
function pageInit()
{
window.setInterval("checkphpgw()",60000);
}
//-->
</script>
{java_script}
<TITLE>{website_title} - {app_name}</TITLE>
</HEAD>
<BODY onLoad="pageInit()">
<!-- END head -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

Some files were not shown because too many files have changed in this diff Show More