Revision: 6607 http://care2002.svn.sourceforge.net/care2002/?rev=6607&view=rev Author: robertmeggle Date: 2010-07-21 11:54:22 +0000 (Wed, 21 Jul 2010)
Log Message: ----------- see #76 Modified Paths: -------------- care2x/branches/gettext/modules/news/departments.php care2x/branches/gettext/modules/news/editor-4plus1-save.php care2x/branches/gettext/modules/news/editor-4plus1-select-art.php care2x/branches/gettext/modules/news/editor-4plus1.php care2x/branches/gettext/modules/news/editor-pass.php care2x/branches/gettext/modules/news/editor-save.php care2x/branches/gettext/modules/news/headline-edit-save.php care2x/branches/gettext/modules/news/headline-edit-select-art.php care2x/branches/gettext/modules/news/headline-edit.php care2x/branches/gettext/modules/news/includes/inc_editor_fx.php care2x/branches/gettext/modules/news/includes/inc_news_display_config.php care2x/branches/gettext/modules/news/includes/inc_news_display_one.php care2x/branches/gettext/modules/news/includes/inc_news_get_one.php care2x/branches/gettext/modules/news/includes/inc_news_preview.php care2x/branches/gettext/modules/news/includes/inc_news_save.php care2x/branches/gettext/modules/news/includes/inc_newstitle_clean.php care2x/branches/gettext/modules/news/index.php care2x/branches/gettext/modules/news/model/class_news.php care2x/branches/gettext/modules/news/newscolumns.php care2x/branches/gettext/modules/news/open-time.php care2x/branches/gettext/modules/news/roots.php Modified: care2x/branches/gettext/modules/news/departments.php =================================================================== --- care2x/branches/gettext/modules/news/departments.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/departments.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -76,7 +76,6 @@ ob_start(); ?> - <ul> <table border=0 cellspacing=0 cellpadding=0> <tr> @@ -139,4 +138,3 @@ $smarty->display('common/mainframe.tpl'); ?> - Modified: care2x/branches/gettext/modules/news/editor-4plus1-save.php =================================================================== --- care2x/branches/gettext/modules/news/editor-4plus1-save.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/editor-4plus1-save.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -22,4 +22,4 @@ { include('includes/inc_news_save.php'); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/editor-4plus1-select-art.php =================================================================== --- care2x/branches/gettext/modules/news/editor-4plus1-select-art.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/editor-4plus1-select-art.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -36,7 +36,6 @@ </script> <?php require($root_path.'include/helpers/inc_css_a_hilitebu.php'); ?> - </head> <body> <form name="selectform" method="get" action="editor-4plus1.php" onSubmit="return chkForm(this)"> Modified: care2x/branches/gettext/modules/news/editor-4plus1.php =================================================================== --- care2x/branches/gettext/modules/news/editor-4plus1.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/editor-4plus1.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -64,7 +64,6 @@ <script language="javascript" type="text/javascript" src="<?php echo $root_path.'js/html_editor/'; ?>dialog.js"></script> <style type="text/css">@import url("<?php echo $root_path.'js/html_editor/'; ?>htmlarea.css")</style> <?php require($root_path.'include/helpers/inc_css_a_hilitebu.php'); ?> - </head> <body onLoad="HTMLArea.replace('newsbody');document.selectform.newstitle.focus()"> Modified: care2x/branches/gettext/modules/news/editor-pass.php =================================================================== --- care2x/branches/gettext/modules/news/editor-pass.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/editor-pass.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -62,7 +62,6 @@ require($root_path.'include/helpers/inc_passcheck_head.php'); ?> - <BODY onLoad="document.passwindow.userid.focus();" bgcolor=<?php echo $cfg['body_bgcolor']; ?> <?php if (!$cfg['dhtml']){ echo ' link='.$cfg['idx_txtcolor'].' alink='.$cfg['body_alink'].' vlink='.$cfg['idx_txtcolor']; } ?>> <P> Modified: care2x/branches/gettext/modules/news/editor-save.php =================================================================== --- care2x/branches/gettext/modules/news/editor-save.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/editor-save.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -23,4 +23,4 @@ include('includes/inc_news_save.php'); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/headline-edit-save.php =================================================================== --- care2x/branches/gettext/modules/news/headline-edit-save.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/headline-edit-save.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -22,4 +22,4 @@ { include('includes/inc_news_save.php'); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/headline-edit-select-art.php =================================================================== --- care2x/branches/gettext/modules/news/headline-edit-select-art.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/headline-edit-select-art.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -40,7 +40,6 @@ </script> <?php require($root_path.'include/helpers/inc_css_a_hilitebu.php'); ?> - </head> <body> <form name="selectform" method="get" action="headline-edit.php" onSubmit="return chkForm(this)"> Modified: care2x/branches/gettext/modules/news/headline-edit.php =================================================================== --- care2x/branches/gettext/modules/news/headline-edit.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/headline-edit.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -47,7 +47,6 @@ else $alignright=false; ?> <?php html_rtl($lang); ?> - <head> <?php echo setCharSet(); ?> @@ -83,7 +82,6 @@ <script language="javascript" src="<?php echo $root_path; ?>js/editor_chkform.js" type="text/javascript"></script> <?php require($root_path.'include/helpers/inc_css_a_hilitebu.php'); ?> - </head> <body onLoad="HTMLArea.replace('newsbody')"> Modified: care2x/branches/gettext/modules/news/includes/inc_editor_fx.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_editor_fx.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_editor_fx.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -22,4 +22,4 @@ $sbuf=str_replace('**','</span>',$str); return str_replace('*','<span style="background:yellow">',$sbuf); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/includes/inc_news_display_config.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_news_display_config.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_news_display_config.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -27,4 +27,4 @@ require_once($root_path.'modules/news/includes/inc_editor_fx.php'); require_once($root_path.'include/helpers/inc_date_format_functions.php'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/includes/inc_news_display_one.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_news_display_one.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_news_display_one.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -56,4 +56,4 @@ $smarty->assign('sBackLink','<a href="'.$sBuffer.'"><img '.createComIcon($root_path,'l-arrowgrnlrg.gif','0').'> '.$LDBackTxt.'</a>'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/includes/inc_news_get_one.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_news_get_one.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_news_get_one.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -8,4 +8,4 @@ if($ergebnis=$db->Execute($sql)) { $news=$ergebnis->FetchRow(); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/includes/inc_news_preview.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_news_preview.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_news_preview.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -106,4 +106,4 @@ $smarty->assign('sEditorLink','<a href="'.$editor_path.'">'.$LDClk2Write.'</a>'); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/includes/inc_news_save.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_news_save.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_news_save.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -58,4 +58,4 @@ }else{ echo $img_obj->getLastQuery()."<p>$LDDbNoSave"; } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/includes/inc_newstitle_clean.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_newstitle_clean.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/includes/inc_newstitle_clean.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -7,10 +7,10 @@ if(isset($newstitle)&&!empty($newstitle)) { $titlebuf=str_replace(' ','',strtolower($newstitle)); - $titlebuf=strtr($titlebuf,"/%&!?.*'#[]{}`\xB4\xA7()_-;:+\xB2\xB3@|<>^\xB0ߵ,=\xE4\xF6\xFC\xE1\xE9\xED\xF3\xFA\xE0\xE8\xEC\xF2\xF9\xEA\xF4\xFB\xEE\xE2\xE7\xE3\x{173C76}\xBC濹","~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aouaeiouaeioueouiacaolaszczs"); + $titlebuf=strtr($titlebuf,"/%&!?.*'#[]{}`��()_-;:+��@|<>^�ߵ,=�������������������������濹","~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aouaeiouaeioueouiacaolaszczs"); $titlebuf=str_replace('~','',$titlebuf); $titlebuf=str_replace("\"","",$titlebuf); $titlebuf=str_replace('\\','',$titlebuf); $titlebuf=str_replace('\$','',$titlebuf); } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/index.php =================================================================== --- care2x/branches/gettext/modules/news/index.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/index.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -1,4 +1,4 @@ <?php header('location:../../index.php'); exit; -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/model/class_news.php =================================================================== --- care2x/branches/gettext/modules/news/model/class_news.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/model/class_news.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -433,4 +433,4 @@ } } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/newscolumns.php =================================================================== --- care2x/branches/gettext/modules/news/newscolumns.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/newscolumns.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -218,4 +218,4 @@ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/open-time.php =================================================================== --- care2x/branches/gettext/modules/news/open-time.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/open-time.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -73,4 +73,4 @@ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/news/roots.php =================================================================== --- care2x/branches/gettext/modules/news/roots.php 2010-07-21 11:53:11 UTC (rev 6606) +++ care2x/branches/gettext/modules/news/roots.php 2010-07-21 11:54:22 UTC (rev 6607) @@ -2,4 +2,4 @@ $root_path='../../'; $TP_root_path='../..'; $top_dir='modules/news/'; -?> +?> \ No newline at end of file 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