remove justweb template
@ -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> </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>
|
@ -1,12 +0,0 @@
|
||||
<tr>
|
||||
<td align="center"><font size="5"><b>{app_header}<b></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><b>Sorry, no further information is available on this application.</b></td>
|
||||
</tr>
|
@ -1,15 +0,0 @@
|
||||
<style type="text/css">
|
||||
<!--
|
||||
a { text-decoration:none; color: {link}; }
|
||||
a:active{ text-decoration:none; color: {alink}; }
|
||||
a:hover{ text-decoration:underline; color: {alink}; }
|
||||
a:visted{ text-decoration:none; color: {link}; }
|
||||
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: {font}; }
|
||||
.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}
|
@ -1,34 +0,0 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="7" width="59"><img src="{img_root}/side_bar_bottom.gif" width="59" height="7"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="7"><img src="{img_root}/menu_bar_left.gif" width="7" height="24"></td>
|
||||
<td background="{img_root}/menu_bar_bg.gif" width="100%"> </td>
|
||||
<td width="9"><img src="{img_root}/menu_bar_right.gif" width="9" height="24"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
|
||||
<td background="{img_root}/blue_filler.gif" height="20"><font color="#ffffff">{user_info}</font></td>
|
||||
<td align="center" background="{img_root}/blue_filler.gif" height="20"><font color="#ffffff">{current_users}</font></td>
|
||||
<td align="right" background="{img_root}/blue_filler.gif" height="20"><font color="#ffffff">{powered_by}</font></td>
|
||||
</tr></table></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,43 +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'].'"';
|
||||
|
||||
$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'));
|
||||
|
||||
$var = Array (
|
||||
'img_icon' => PHPGW_IMAGES_DIR . '/favicon.ico',
|
||||
'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico',
|
||||
'webserver_url' => $GLOBALS['phpgw_info']['server']['webserver_url'],
|
||||
'home' => $GLOBALS['phpgw']->link('/index.php'),
|
||||
'appt' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')),
|
||||
'todo' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'todo.uitodo.add')),
|
||||
'prefs' => $GLOBALS['phpgw']->link('/preferences/index.php'),
|
||||
'email' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'email.uipreferences.preferences')),
|
||||
'calendar' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uipreferences.preferences')),
|
||||
'addressbook' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'addressbook.uiaddressbook.preferences')),
|
||||
'charset' => $GLOBALS['phpgw']->translation->charset(),
|
||||
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . $app,
|
||||
'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(),
|
||||
'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,72 +0,0 @@
|
||||
<!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}">
|
||||
<STYLE type="text/css">
|
||||
{css}
|
||||
{java_script}
|
||||
<TITLE>{website_title}</TITLE>
|
||||
|
||||
<script type="text/javascript" language="javascript" src="{webserver_url}/phpgwapi/templates/justweb/navcond.js"></script>
|
||||
<script type="text/javascript" language="javascript">
|
||||
var myNavBar1 = new NavBar(0);
|
||||
var dhtmlMenu;
|
||||
|
||||
//define menu items (first parameter of NavBarMenu specifies main category width, second specifies sub category width in pixels)
|
||||
//add more menus simply by adding more "blocks" of same code below
|
||||
|
||||
dhtmlMenu = new NavBarMenu(60, 120);
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Home", "{home}"));
|
||||
myNavBar1.addMenu(dhtmlMenu);
|
||||
|
||||
dhtmlMenu = new NavBarMenu(60, 140);
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Edit", ""));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Add new Appointment", "{appt}"));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Add new Todo", "{todo}"));
|
||||
myNavBar1.addMenu(dhtmlMenu);
|
||||
|
||||
dhtmlMenu = new NavBarMenu(125, 140);
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Preferences", ""));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("General", "{prefs}"));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Email", "{email}"));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Calendar", "{calendar}"));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Addressbook", "{addressbook}"));
|
||||
myNavBar1.addMenu(dhtmlMenu);
|
||||
|
||||
dhtmlMenu = new NavBarMenu(62, 120);
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("Help", ""));
|
||||
dhtmlMenu.addItem(new NavBarMenuItem("General", ""));
|
||||
myNavBar1.addMenu(dhtmlMenu);
|
||||
|
||||
//set menu colors
|
||||
myNavBar1.setColors("#343434", "#eeeeee", "#60707C", "#ffffff", "#888888", "#eeeeee", "#60707C", "#ffffff", "#777777")
|
||||
myNavBar1.setFonts("Verdana", "Normal", "Normal", "10pt", "Verdana", "Normal", "Normal", "10pt");
|
||||
|
||||
//uncomment below line to center the menu (valid values are "left", "center", and "right"
|
||||
//myNavBar1.setAlign("center")
|
||||
|
||||
var fullWidth;
|
||||
|
||||
function init() {
|
||||
|
||||
// Get width of window, need to account for scrollbar width in Netscape.
|
||||
|
||||
fullWidth = getWindowWidth()
|
||||
- (isMinNS4 && getWindowHeight() < getPageHeight() ? 16 : 0);
|
||||
|
||||
myNavBar1.moveTo(10,36);
|
||||
myNavBar1.resize(500 /*fullWidth*/);
|
||||
myNavBar1.setSizes(0,1,1);
|
||||
myNavBar1.create();
|
||||
myNavBar1.setzIndex(2);
|
||||
}
|
||||
</script>
|
||||
|
||||
</HEAD>
|
||||
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="init();" {body_tags}>
|
Before Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 874 B |
Before Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 132 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 971 B |
Before Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 760 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 201 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 |
Before Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 132 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 78 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 71 B |
Before Width: | Height: | Size: 164 B |