Show header.php syntax highlighted
<?php
require_once('../../Group-Office.php');
$GO_SECURITY->authenticate();
$charset = isset($charset) ? $charset : 'UTF-8';
$htmldirection= isset($htmldirection) ? $htmldirection : 'ltr';
header('Content-Type: text/html; charset='.$charset);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>">
<link href="<?php echo $GO_THEME->theme_url.'css/common.css'; ?>" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php echo $GO_CONFIG->host; ?>javascript/common.js"></script>
<?php require($GO_CONFIG->control_path.'fixpng.inc'); ?>
<title><?php echo $GO_CONFIG->title; ?></title>
<link rel="shortcut icon" href="<?php echo $GO_CONFIG->host; ?>lib/favicon.ico" />
</head>
<body style="padding:0px;margin:0px;" dir="<?php echo $htmldirection; ?>" onblur="document.search_form.reset();">
<?php
load_basic_controls();
$form = new form('search_form','post',$GO_CONFIG->control_url.'/select/global_select.php');
$form->set_attribute('target','main');
$table = new table();
$table->set_attribute('id','headerTable');
$row = new table_row();
$cell = new table_cell($strLoggedInAs.' '.htmlspecialchars($_SESSION['GO_SESSION']['name']));
$cell->set_attribute('style', 'width:15%');
$row->add_cell($cell);
$iframe = new html_element('iframe',' ');
$iframe->set_attribute('style','height:20px;width:100%;border:0;');
$iframe->set_attribute('frameborder','0');
$iframe->set_attribute('scrolling','no');
$iframe->set_attribute('name','checker');
$iframe->set_attribute('src',$GO_CONFIG->host.'checker.php');
$cell = new table_cell($iframe->get_html());
$cell->set_attribute('style', 'text-align:right;width:70%');
$row->add_cell($cell);
$cell = new table_cell();
$cell->set_attribute('style', 'text-align:right;width:15%');
$input = new input('text','query',$cmdSearch.'...');
$input->set_attribute('onfocus',"javascript:this.value='';");
$input->set_attribute('onblur',"javascript:document.search_form.reset();");
$img = new image('magnifier');
$img->set_attribute('style','border:0px;margin-left:10px;margin-right:3px;');
$img->set_attribute('align','absmiddle');
$cell->add_html_element($img);
$cell->add_html_element($input);
$img = new image('configuration');
$img->set_attribute('style','border:0px;margin-right:3px;');
$img->set_attribute('align','absmiddle');
$link = new hyperlink($GO_CONFIG->host.'configuration/',$img->get_html().$menu_configuration);
$link->set_attribute('target','main');
$cell->add_html_element($link);
$img = new image('help');
$img->set_attribute('style','border:0px;margin-right:3px;');
$img->set_attribute('align','absmiddle');
$link = new hyperlink($GO_CONFIG->host.'help.php',$img->get_html().$menu_help);
$link->set_attribute('target','_blank');
$cell->add_html_element($link);
$img = new image('logout');
$img->set_attribute('style','border:0px;margin-right:3px;');
$img->set_attribute('align','absmiddle');
$link = new hyperlink($GO_CONFIG->host.'index.php?task=logout',$img->get_html().$menu_logout);
$link->set_attribute('target','_top');
$cell->add_html_element($link);
$row->add_cell($cell);
$table->add_row($row);
$form->add_html_element($table);
echo $form->get_html();
?>
</body>
</html>
See more files for this project here
Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.
Project homepage:
http://sourceforge.net/projects/group-office
Programming language(s): JavaScript,Pascal,PHP
License: other
css/
addressbook.css
billing.css
calendar.css
checker.css
cms.css
common.css
email.css
filesystem.css
gallery.css
htmlarea.css
jscalendar.css
overlib.css
projects.css
recepten.css
summary.css
todos.css
images/
buttons/
3uparrow.png
ab_add_company.png
ab_addressbooks.png
ab_browse.png
ab_companies.png
ab_search.png
accounts.png
add_contact.png
addressbook.png
addressbook_big.png
admin.png
appearance.png
apply.png
arrow_down.gif
arrow_up.gif
attach.gif
attach.png
attach_small.png
authorise.png
back_small.png
block.gif
bm_add_bookmark.gif
bm_add_bookmark.png
bm_add_bookmark_big.png
bookmarks.png
cal_available.png
cal_compose.png
cal_day.png
cal_group.png
cal_list.png
cal_month.png
cal_print.png
cal_refresh.png
cal_week.png
calc.png
calendar.png
calendar_small.png
cancel.png
chat.png
close.gif
cms.png
collapse_all.gif
components.png
compose.png
compress.png
configuration_big.png
configure.png
connect_established.png
connect_no.png
copy.png
custom_fields.png
cut.png
decompress.png
delete.png
delete_big.png
down_blue.png
edit.png
em_refresh.png
em_search.png
em_settings_admin.png
email.png
email_small.png
empty_folder.png
enter_data.png
enter_data_big.png
exit.png
exit_small.png
expand_all.png
export.png
fileclose.png
fileclose_small.png
files.png
filesave.png
filesystem.png
filetypes.png
filters.png
folders.png
forward.png
forward_small.png
fs_refresh.png
fs_search.png
gallery.png
garfield.gif
garfield.png
gohome.png
groups.png
help.png
helpdesk.png
hlp_ab_search.png
hlp_fs_refresh.png
hlp_new_folder.png
hlp_preferences.png
home.gif
import.png
inbox.png
locale.png
mailings.png
markread.png
markunread.png
min.png
modules.png
move.gif
network_local.png
new_folder.png
new_letter.png
newdoc.png
next.png
notes.png
opt_close.png
opt_open.png
paste.png
plus.png
plus_node.gif
preferences.png
previous.png
print.png
products.png
projects.png
projects_fees.png
projects_load.png
projects_new.png
properties.gif
properties.png
recur.png
refresh.png
reply.png
reply_all.png
resources.png
rittenregistratie.png
save.png
search.png
search_addressbook.png
sharing.png
summary.png
sysinfo.png
todos.png
todos_new.png
unknown.png
up.png
up_green.png
upload.png
uplvl_big.png
user_add.png
user_small.png
users.png
users_small.png
viewmag.png
viewmag_big.png
wiki.png
window_fullscreen.png
window_new.png
window_nofullscreen.png
xclock.png
filetypes/
ascii.png
binary.png
cdbo_list.png
cdimage.png
cdtrack.png
colorscm.png
colorset.png
core.png
deb.png
doc.png
document.png
document2.png
dvi.png
empty.png
empty2.png
empty_ascii.png
encrypted.png
exec_wine.png
file_locked.png
file_temporary.png
font.png
font_bitmap.png
font_truetype.png
font_type1.png
gf.png
html.png
image.png
image2.png
images.png
info.png
java_src.png
karbon.png
kmultiple.png
kugardata.png
log.png
mail.png
make.png
man.png
message.png
metafont.png
midi.png
mime-cdr.png
mime-colorset.png
mime-postscript.png
mime-resource.png
mime-template_source.png
mime.png
mime_ascii.png
mime_empty.png
mime_koffice.png
mozilla_doc.png
netscape.png
netscape_doc.png
pdf-document.png
pdf.png
php.png
pk.png
postscript.png
ps.png
quicktime.png
readme.png
real.png
real_doc.png
recycled.png
rpm.png
shellscript.png
soffice.png
sound.png
source.png
source_c.png
source_cpp.png
source_f.png
source_h.png
source_j.png
source_java.png
source_l.png
source_moc.png
source_o.png
source_p.png
source_pl.png
source_py.png
source_s.png
source_y.png
spreadsheet.png
tar.png
tex.png
tgz.png
trash.png
txt.png
txt2.png
unknown.png
vcalendar.png
vcard.png
vectorgfx.png
video.png
widget_doc.png
wordprocessing.png
zip.png
treeview/
blank.gif
emptylastnode.gif
emptynode.gif
folder.gif
folder.png
folder_invisible.gif
folder_invisible.png
folderclosed.gif
folderclosed.png
folderopen.gif
folderopen.png
home.png
lastnode.gif
min_node.gif
min_node_white.gif
mlastnode.gif
mnode.gif
node.gif
plastnode.gif
plus_node.gif
plus_node_white.gif
pnode.gif
shared_folder.gif
shared_folder.png
shared_folder_closed.gif
shared_folder_closed.png
shared_folder_open.gif
shared_folder_open.png
vertline.gif
workgroup.png
workstation.png
GOCOM.gif
GOPRO-donkere-achtegrond.gif
GOPRO.gif
apache_logo.gif
blank.gif
clock.gif
clockout.gif
colors.gif
crystal_logo.png
enter_data.png
flag.png
google.gif
high_priority.gif
important.gif
important.png
important_big.gif
info.png
intermesh.gif
low_priority.gif
mail.png
mail_forw.png
mail_repl.png
menu_arrow.gif
menu_arrowdn.gif
menuarrow.gif
mysql_logo.gif
newmail.png
offer.png
ok.png
ongoing.png
php_logo.gif
questionmark.png
shared.png
site.png
stop.png
sounds/
reminder.swf
reminder.wav
filetypes.inc
footer.inc
footer.php
frames.inc
header.inc
header.php
images.inc
sounds.inc