Update headers

This commit is contained in:
Dmitriy Simushev 2013-03-12 21:03:50 +00:00
parent ae149896e7
commit 466cc31f45
57 changed files with 202 additions and 259 deletions

View File

@ -291,4 +291,4 @@ function get_indexes($tablename, $link)
} }
} }
?> ?>

View File

@ -232,4 +232,4 @@ if ($act == "silentcreateall") {
mysql_close($link); mysql_close($link);
header("Location: $webimroot/install/index.php"); header("Location: $webimroot/install/index.php");
exit; exit;
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function load_canned_messages($locale, $groupid) function load_canned_messages($locale, $groupid)

View File

@ -829,4 +829,4 @@ function get_remote_host()
return isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr; return isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr;
} }
?> ?>

View File

@ -805,4 +805,4 @@ function setcsrftoken()
} }
} }
?> ?>

View File

@ -51,4 +51,4 @@ $mail_encoding = "utf-8";
$home_locale = "en"; /* native name will be used in this locale */ $home_locale = "en"; /* native name will be used in this locale */
$default_locale = "en"; /* if user does not provide known lang */ $default_locale = "en"; /* if user does not provide known lang */
?> ?>

View File

@ -94,4 +94,4 @@ function get_top_level_group($group)
return is_null($group['parent'])?$group:group_by_id($group['parent']); return is_null($group['parent'])?$group:group_by_id($group['parent']);
} }
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function invitation_state($visitorid, $link) function invitation_state($visitorid, $link)
@ -74,4 +70,4 @@ function invitation_accept($visitorid, $threadid, $link)
} }
} }
?> ?>

View File

@ -31,4 +31,4 @@ function webim_mail($toaddr, $reply_to, $subject, $body, $link)
@mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body), 70), $headers); @mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body), 70), $headers);
} }
?> ?>

View File

@ -577,4 +577,4 @@ function get_operator_groupids($operatorid)
return $result; return $result;
} }
?> ?>

View File

@ -32,4 +32,4 @@ function setup_operator_settings_tabs($opId, $active)
} }
} }
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Dmitriy Simushev - Cross-domain javascript requests implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function build_js_response($response) function build_js_response($response)
@ -28,4 +24,4 @@ function build_js_response($response)
return "mibewOnResponse(" . json_encode($result) . ");"; return "mibewOnResponse(" . json_encode($result) . ");";
} }
?> ?>

View File

@ -44,4 +44,4 @@ function setup_settings_tabs($active)
} }
} }
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html *
* * http://www.apache.org/licenses/LICENSE-2.0
* Alternatively, the contents of this file may be used under the terms of *
* the GNU General Public License Version 2 or later (the "GPL"), in which case * Unless required by applicable law or agreed to in writing, software
* the provisions of the GPL are applicable instead of those above. If you wish * distributed under the License is distributed on an "AS IS" BASIS,
* to allow use of your version of this file only under the terms of the GPL, and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* not to allow others to use your version of this file under the terms of the * See the License for the specific language governing permissions and
* EPL, indicate your decision by deleting the provisions above and replace them * limitations under the License.
* with the notice and other provisions required by the GPL.
*
* Contributors:
* Evgeny Gryaznov - initial API and implementation
*/ */
function get_statistics_query($type) function get_statistics_query($type)
@ -43,4 +39,4 @@ function setup_statistics_tabs($active)
} }
} }
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html *
* * http://www.apache.org/licenses/LICENSE-2.0
* Alternatively, the contents of this file may be used under the terms of *
* the GNU General Public License Version 2 or later (the "GPL"), in which case * Unless required by applicable law or agreed to in writing, software
* the provisions of the GPL are applicable instead of those above. If you wish * distributed under the License is distributed on an "AS IS" BASIS,
* to allow use of your version of this file only under the terms of the GPL, and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* not to allow others to use your version of this file under the terms of the * See the License for the specific language governing permissions and
* EPL, indicate your decision by deleting the provisions above and replace them * limitations under the License.
* with the notice and other provisions required by the GPL.
*
* Contributors:
* Evgeny Gryaznov - initial API and implementation
*/ */
function get_style_list($stylesfolder) function get_style_list($stylesfolder)
@ -33,4 +29,4 @@ function get_style_list($stylesfolder)
return $stylelist; return $stylelist;
} }
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once(dirname(__FILE__).'/chat.php'); require_once(dirname(__FILE__).'/chat.php');
@ -124,4 +120,4 @@ function track_retrieve_details($visitor)
return unserialize($visitor['details']); return unserialize($visitor['details']);
} }
?> ?>

View File

@ -99,4 +99,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 1); setup_operator_settings_tabs($opId, 1);
start_html_output(); start_html_output();
require('../view/avatar.php'); require('../view/avatar.php');
?> ?>

View File

@ -118,4 +118,4 @@ prepare_menu($operator, false);
start_html_output(); start_html_output();
require('../view/ban.php'); require('../view/ban.php');
exit; exit;
?> ?>

View File

@ -53,4 +53,4 @@ start_html_output();
require('../view/blocked_visitors.php'); require('../view/blocked_visitors.php');
exit; exit;
?> ?>

View File

@ -97,4 +97,4 @@ $page['formgroup'] = $groupid;
prepare_menu($operator); prepare_menu($operator);
start_html_output(); start_html_output();
require('../view/canned.php'); require('../view/canned.php');
?> ?>

View File

@ -79,4 +79,4 @@ prepare_menu($operator, false);
start_html_output(); start_html_output();
require('../view/cannededit.php'); require('../view/cannededit.php');
exit; exit;
?> ?>

View File

@ -67,4 +67,4 @@ prepare_menu($operator);
setup_settings_tabs(1); setup_settings_tabs(1);
start_html_output(); start_html_output();
require('../view/features.php'); require('../view/features.php');
?> ?>

View File

@ -232,4 +232,4 @@ prepare_menu($operator);
setup_group_settings_tabs($groupid, 0); setup_group_settings_tabs($groupid, 0);
start_html_output(); start_html_output();
require('../view/group.php'); require('../view/group.php');
?> ?>

View File

@ -89,4 +89,4 @@ prepare_menu($operator);
setup_group_settings_tabs($groupid, 1); setup_group_settings_tabs($groupid, 1);
start_html_output(); start_html_output();
require('../view/groupmembers.php'); require('../view/groupmembers.php');
?> ?>

View File

@ -78,4 +78,4 @@ $page['availableDirections'] = array(
prepare_menu($operator); prepare_menu($operator);
start_html_output(); start_html_output();
require('../view/groups.php'); require('../view/groups.php');
?> ?>

View File

@ -85,4 +85,4 @@ $page['forminsystemmessages'] = $searchInSystemMessages;
prepare_menu($operator); prepare_menu($operator);
start_html_output(); start_html_output();
require('../view/thread_search.php'); require('../view/thread_search.php');
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');
@ -42,4 +38,4 @@ echo '<threadid>' . ($invitation['threadid'] ? $invitation['threadid'] : '0') .
echo '</invitation>'; echo '</invitation>';
exit; exit;
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html *
* * http://www.apache.org/licenses/LICENSE-2.0
* Alternatively, the contents of this file may be used under the terms of *
* the GNU General Public License Version 2 or later (the "GPL"), in which case * Unless required by applicable law or agreed to in writing, software
* the provisions of the GPL are applicable instead of those above. If you wish * distributed under the License is distributed on an "AS IS" BASIS,
* to allow use of your version of this file only under the terms of the GPL, and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* not to allow others to use your version of this file under the terms of the * See the License for the specific language governing permissions and
* EPL, indicate your decision by deleting the provisions above and replace them * limitations under the License.
* with the notice and other provisions required by the GPL.
*
* Contributors:
* Evgeny Gryaznov - initial API and implementation
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');
@ -41,4 +37,4 @@ $page['frequency'] = $settings['updatefrequency_operator'];
start_html_output(); start_html_output();
require('../view/invite.php'); require('../view/invite.php');
?> ?>

View File

@ -136,4 +136,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 0); setup_operator_settings_tabs($opId, 0);
start_html_output(); start_html_output();
require('../view/agent.php'); require('../view/agent.php');
?> ?>

View File

@ -114,4 +114,4 @@ setlocale(LC_TIME, getstring("time.locale"));
prepare_menu($operator); prepare_menu($operator);
start_html_output(); start_html_output();
require('../view/agents.php'); require('../view/agents.php');
?> ?>

View File

@ -83,4 +83,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 2); setup_operator_settings_tabs($opId, 2);
start_html_output(); start_html_output();
require('../view/operator_groups.php'); require('../view/operator_groups.php');
?> ?>

View File

@ -127,4 +127,4 @@ prepare_menu($operator);
setup_settings_tabs(2); setup_settings_tabs(2);
start_html_output(); start_html_output();
require('../view/performance.php'); require('../view/performance.php');
?> ?>

View File

@ -86,4 +86,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 3); setup_operator_settings_tabs($opId, 3);
start_html_output(); start_html_output();
require('../view/permissions.php'); require('../view/permissions.php');
?> ?>

View File

@ -65,4 +65,4 @@ $page['token'] = $token;
$page['isdone'] = false; $page['isdone'] = false;
start_html_output(); start_html_output();
require('../view/resetpwd.php'); require('../view/resetpwd.php');
?> ?>

View File

@ -60,4 +60,4 @@ $page['localeLinks'] = get_locale_links("$webimroot/operator/restore.php");
$page['isdone'] = false; $page['isdone'] = false;
start_html_output(); start_html_output();
require('../view/restore.php'); require('../view/restore.php');
?> ?>

View File

@ -113,4 +113,4 @@ prepare_menu($operator);
setup_settings_tabs(0); setup_settings_tabs(0);
start_html_output(); start_html_output();
require('../view/settings.php'); require('../view/settings.php');
?> ?>

View File

@ -100,4 +100,4 @@ prepare_menu($operator);
setup_statistics_tabs($activetab); setup_statistics_tabs($activetab);
start_html_output(); start_html_output();
require('../view/statistics.php'); require('../view/statistics.php');
?> ?>

View File

@ -51,4 +51,4 @@ if (isset($_GET['threadid'])) {
prepare_menu($operator, false); prepare_menu($operator, false);
start_html_output(); start_html_output();
require('../view/thread_log.php'); require('../view/thread_log.php');
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/chat.php'); require_once('../libs/chat.php');

View File

@ -228,4 +228,4 @@ $page['formshow'] = $show;
prepare_menu($operator); prepare_menu($operator);
start_html_output(); start_html_output();
require('../view/translatelist.php'); require('../view/translatelist.php');
?> ?>

View File

@ -286,4 +286,4 @@ echo '</update>';
notify_operator_alive($operator['operatorid'], $status); notify_operator_alive($operator['operatorid'], $status);
exit; exit;
?> ?>

View File

@ -58,4 +58,4 @@ prepare_menu($operator);
setup_pagination($found, 6); setup_pagination($found, 6);
start_html_output(); start_html_output();
require('../view/userhistory.php'); require('../view/userhistory.php');
?> ?>

View File

@ -1,23 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* Dmitriy Simushev - Cross-domain javascript requests implementation * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('libs/common.php'); require_once('libs/common.php');

View File

@ -127,4 +127,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -136,4 +136,4 @@ $('a.removelink').click(function(){
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -94,4 +94,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -120,4 +120,4 @@ if( $page['pagination.items'] ) {
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -77,4 +77,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -238,4 +238,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html *
* * http://www.apache.org/licenses/LICENSE-2.0
* Alternatively, the contents of this file may be used under the terms of *
* the GNU General Public License Version 2 or later (the "GPL"), in which case * Unless required by applicable law or agreed to in writing, software
* the provisions of the GPL are applicable instead of those above. If you wish * distributed under the License is distributed on an "AS IS" BASIS,
* to allow use of your version of this file only under the terms of the GPL, and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* not to allow others to use your version of this file under the terms of the * See the License for the specific language governing permissions and
* EPL, indicate your decision by deleting the provisions above and replace them * limitations under the License.
* with the notice and other provisions required by the GPL.
*
* Contributors:
* Evgeny Gryaznov - initial API and implementation
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("invitation.title"); $page['title'] = getlocal("invitation.title");

View File

@ -152,4 +152,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -64,4 +64,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -160,4 +160,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Fedor Fetisov - tracking and inviting implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("tracked.path"); $page['title'] = getlocal("tracked.path");

View File

@ -74,4 +74,4 @@ require_once('inc_errors.php');
} /* content */ } /* content */
require_once('inc_main.php'); require_once('inc_main.php');
?> ?>