Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Wed, Feb 12, 9:24 AM

in-portal

Index: branches/RC/admin/help/legal_warning.txt
===================================================================
--- branches/RC/admin/help/legal_warning.txt (revision 11945)
+++ branches/RC/admin/help/legal_warning.txt (nonexistent)
@@ -1,4 +0,0 @@
-Warning: This computer program is protected by copyright law and international treaties. Unauthorized reproduction or unlicensed usage of the code of this program, or any portion of it may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law.
-
-
-
Property changes on: branches/RC/admin/help/legal_warning.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/admin/help/manual.pdf
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/admin/help/manual.pdf
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.26
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/admin/help/credits.txt
===================================================================
--- branches/RC/admin/help/credits.txt (revision 11945)
+++ branches/RC/admin/help/credits.txt (nonexistent)
@@ -1,45 +0,0 @@
-Intechnic Corporation would like to thank a number of people who have helped us to develop this product.<br>
-<br>
-Development Team:<br>
-Dmitry Andrejev<br>
-David Chen<br>
-Peter Droppa<br>
-Eduard Gailis<br>
-Sergey Grib<br>
-Eugene Hohlov<br>
-Maris Kocins<br>
-Pavel Kharitonov<br>
-Jurij Kirilov<br>
-Dmitry Kucher<br>
-Andrew Kucheriavy<br>
-Sergey Mesropyan<br>
-Alexander Obuhovich<br>
-Arnis Pridans<br>
-Max Strelchenko<br>
-Konstantin Tjuterev<br>
-Stoyan Vlaikov<br>
-Chis Walker<br>
-<br>
-Beta Testing Team:<br>
-ali<br>
-anthony<br>
-bnove<br>
-charlie<br>
-d00m2k<br>
-federico<br>
-jimid<br>
-media<br>
-nick_85<br>
-philipp<br>
-ricomtelecom<br>
-stefan<br>
-synoo<br>
-<br>
-Special thanks to:<br>
-Gene Averbuch<br>
-Artjoms Milovs<br>
-Robert Murata<br>
-Franck Nussbaumer aka side<br>
-Darin Sakas<br>
-Jim VanNatta<br>
-Ivan Vasiljev<br>
\ No newline at end of file
Property changes on: branches/RC/admin/help/credits.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/admin/help/credits.php
===================================================================
--- branches/RC/admin/help/credits.php (revision 11945)
+++ branches/RC/admin/help/credits.php (nonexistent)
@@ -1,122 +0,0 @@
-<?php
-/**
-* @version $Id$
-* @package In-Portal
-* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
-* @license GNU/GPL
-* In-Portal is Open Source software.
-* This means that this software may have been modified pursuant
-* the GNU General Public License, and as distributed it includes
-* or is derivative of works licensed under the GNU General Public License
-* or other free or open source software licenses.
-* See http://www.in-portal.net/license/ for copyright notices and details.
-*/
-
-// new startup: begin
-define('REL_PATH', 'admin/help');
-$relation_level = count( explode('/', REL_PATH) );
-define('FULL_PATH', realpath(dirname(__FILE__) . str_repeat('/..', $relation_level) ) );
-require_once FULL_PATH.'/kernel/startup.php';
-// new startup: end
-
-require_once ($pathtoroot.$admin."/include/elements.php");
-require_once ($pathtoroot."kernel/admin/include/navmenu.php");
-//require_once ($pathtolocal."admin/include/navmenu.php");
-require_once($pathtoroot.$admin."/browse/toolbar.php");
-require_once($pathtoroot.$admin."/listview/listview.php");
-
-$ado = &GetADODBConnection();
-$title = "In-Portal ".language("la_Credits_Title");
-$charset = GetRegionalOption('Charset');
-/* page header */
-print <<<END
-<html>
-<head>
- <title>$title</title>
- <meta http-equiv="content-type" content="text/html;charset=$charset">
- <meta http-equiv="Pragma" content="no-cache">
- <!--
- <script src="$adminURL/include/dw_scrollObj.js" type="text/javascript"></script>
- <script src="$adminURL/include/dw_hoverscroll.js" type="text/javascript"></script>
- -->
- <script language="JavaScript">
- imagesPath='$imagesURL'+'/';
-
- function initScrollLayer()
- {
- var i = 0;
- x = 4;
-
- function scrolldiv() {
- document.getElementById('scrollImg').scrollTop += x;
- i++;
- if (i > 100) {
- if (x > 0) {
- x = -4;
-
- }
- else {
- x = 4;
- }
- i = 0;
- }
- //alert('again');
- window.setTimeout(scrolldiv, 150);
- }
- window.setTimeout(scrolldiv, 500);
- }
- </script>
-
- <link rel="stylesheet" type="text/css" href="$cssURL/style.css">
-
-
- </head>
-END;
-
-if ((int)$m_var_list["lang"])
-{
- $objLanguages->Query_Item("SELECT * FROM ".$objLanguages->SourceTable." WHERE Enabled=1 AND LanguageId=".(int)$m_var_list["lang"]);
- foreach ($objLanguages->Items as $l)
- {
- $lang_name = " ".$l->Get("LocalName");
- }
-}
-
-?>
-<!-- onload="initScrollLayer()" -->
-<body onload="initScrollLayer()" marginheight="0" marginwidth="0" marginleft="0" margintop="0" bgcolor="white" style="background-repeat: no-repeat;" background="<?php echo $imagesURL."/about.jpg";?>">
-<TABLE cellSpacing="0" cellPadding="0" width="100%" height="100%">
-<tr>
- <TD align="center" width="0%">
- <TABLE cellSpacing="0" cellPadding="0" width="95%">
- <tr>
- <TD align="center" width="95%" class="small">
- <BR><BR><BR><BR><BR><BR><BR><BR><BR><br><br><br>
- <span class="text">In-Portal <?php echo language("la_Text_Version").":".$kernel_version.$lang_name; ?></SPAN>
- <BR><BR>
-
- <div id="wn">
- <div class="small" id="content" width="432" height="146" align="center">
- <div id="scrollImg" style="position: relative; overflow: hidden; height: 190px; width: 270px">
- <?php
- $inc_path = $pathtoroot.$admin.'/help/';
- include $inc_path.'credits.txt';
- ?>
- <br><br>
- </div>
- <?php
- echo '<hr>';
- include $inc_path.'legal_warning.txt';
- ?>
- </div>
- </div>
-
- <BR><BR>
- <input type="button" value="<?php echo language("la_button_ok"); ?>" onclick="window.close()"></TD>
- </TR>
- </table>
- </TD>
-</TR>
-</TABLE>
-<!-- END CODE-->
-<?php int_footer(); ?>
Property changes on: branches/RC/admin/help/credits.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property

Event Timeline