Revision: 6398 http://care2002.svn.sourceforge.net/care2002/?rev=6398&view=rev Author: mizuko Date: 2010-06-28 17:15:14 +0000 (Mon, 28 Jun 2010)
Log Message: ----------- see #49 - remove unused file Modified Paths: -------------- care2x/branches/gettext/modules/op_document/op-doku-pass.php Removed Paths: ------------- care2x/branches/gettext/modules/op_document/op-doku-javastart.php Deleted: care2x/branches/gettext/modules/op_document/op-doku-javastart.php =================================================================== --- care2x/branches/gettext/modules/op_document/op-doku-javastart.php 2010-06-28 15:06:42 UTC (rev 6397) +++ care2x/branches/gettext/modules/op_document/op-doku-javastart.php 2010-06-28 17:15:14 UTC (rev 6398) @@ -1,41 +0,0 @@ -<?php -error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR); -require('./roots.php'); -require($root_path.'include/helpers/inc_environment_global.php'); -define('LANG_FILE','stdpass.php'); -define('NO_2LEVEL_CHK',1); -require_once($root_path.'include/helpers/inc_front_chain_lang.php'); - ?> - - -<?php html_rtl($lang); ?> -<HEAD> -<?php echo setCharSet(); ?> - -<script language="javascript"> -<!-- - -function startwindow(){ - w=window.parent.screen.width; - h=window.parent.screen.height; - opdokuwin=window.open("<?php switch($target) - { - case 'entry': echo "op-doku-start.php"; break; - case 'search': echo "op-doku-search.php";break; - case 'archiv': echo "op-doku-archiv.php"; - } - ?>?sid=<?php echo "$sid&lang=$lang&user=$opdoku_user"; ?>","opdokuwin","menubar=no,resizable=yes,scrollbars=yes, width=" + (w-15) + ", height=" + (h-60) ); - window.opdokuwin.moveTo(0,0); - window.location.replace("op-doku.php?sid=<?php echo "$sid&lang=$lang" ?>"); - } ---> -</script> - - -</HEAD> -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" onLoad="startwindow()"> - - -</BODY> -</HTML> - Modified: care2x/branches/gettext/modules/op_document/op-doku-pass.php =================================================================== --- care2x/branches/gettext/modules/op_document/op-doku-pass.php 2010-06-28 15:06:42 UTC (rev 6397) +++ care2x/branches/gettext/modules/op_document/op-doku-pass.php 2010-06-28 17:15:14 UTC (rev 6398) @@ -11,23 +11,8 @@ $thisfile=basename(__FILE__); -/* -$fileforward="op-doku-javastart.php?sid=$sid&lang=$lang&target="; - switch($target) { - case 'search':$fileforward.="search"; - $lognote="search"; - break; - case 'archiv':$fileforward.="archiv"; - $lognote="archive"; - break; - default:$fileforward.="entry"; - $target="entry"; -}*/ - -switch($target) -{ case 'search':$fileforward.="op-doku-search.php?sid=$sid&lang=$lang&target=search"; $lognote="search"; break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Care2002-developers mailing list Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers