Revision: 6502 http://care2002.svn.sourceforge.net/care2002/?rev=6502&view=rev Author: mizuko Date: 2010-06-30 12:43:35 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Added Paths: ----------- care2x/branches/gettext/modules/supplier/supply-header.php Removed Paths: ------------- care2x/branches/gettext/modules/supplier/supply-hf.php Copied: care2x/branches/gettext/modules/supplier/supply-header.php (from rev 6440, care2x/branches/gettext/modules/supplier/supply-hf.php) =================================================================== --- care2x/branches/gettext/modules/supplier/supply-header.php (rev 0) +++ care2x/branches/gettext/modules/supplier/supply-header.php 2010-06-30 12:43:35 UTC (rev 6502) @@ -0,0 +1,46 @@ +<?php +error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR); +require('./roots.php'); +require($root_path.'include/helpers/inc_environment_global.php'); +/** +* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02 +* GNU General Public License +* Copyright 2002,2003,2004,2005 Elpidio Latorilla +* elpi...@care2x.org, +* +* See the file "copy_notice.txt" for the licence notice +*/ +define('LANG_FILE','products.php'); +$local_user='ck_supply_db_user'; +require_once($root_path.'include/helpers/inc_front_chain_lang.php'); +$breakfile=$root_path.'modules/medstock/medstock.php '.URL_APPEND; + + +/** + * LOAD Smarty + */ + + # Note: it is advisable to load this after the inc_front_chain_lang.php so + # that the smarty script can use the user configured template theme + + require_once($root_path.'gui/smarty_template/smarty_care.class.php'); + $smarty = new smarty_care('common',TRUE,FALSE); + + # Hide title bar + $smarty->assign('bHideTitleBar',TRUE); + + # href for help button + $smarty->assign('pbHelp',"javascript:gethelp('products.php','head','main','$cat')"); + + # href for close button + $smarty->assign('breakfile',$breakfile); + + # Window bar title + $smarty->assign('sWindowTitle',''); + + $smarty->assign('LDCatalog',$LDCatalogSupplier); + $smarty->assign('LDBasket',$LDBasket); +$smarty->assign('sMainBlockIncludeFile','products/ordering_header.tpl'); + +$smarty->display('common/mainframe.tpl'); +?> Deleted: care2x/branches/gettext/modules/supplier/supply-hf.php =================================================================== --- care2x/branches/gettext/modules/supplier/supply-hf.php 2010-06-30 12:43:07 UTC (rev 6501) +++ care2x/branches/gettext/modules/supplier/supply-hf.php 2010-06-30 12:43:35 UTC (rev 6502) @@ -1,46 +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'); -/** -* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02 -* GNU General Public License -* Copyright 2002,2003,2004,2005 Elpidio Latorilla -* elpi...@care2x.org, -* -* See the file "copy_notice.txt" for the licence notice -*/ -define('LANG_FILE','products.php'); -$local_user='ck_supply_db_user'; -require_once($root_path.'include/helpers/inc_front_chain_lang.php'); -$breakfile=$root_path.'modules/medstock/medstock.php '.URL_APPEND; - - -/** - * LOAD Smarty - */ - - # Note: it is advisable to load this after the inc_front_chain_lang.php so - # that the smarty script can use the user configured template theme - - require_once($root_path.'gui/smarty_template/smarty_care.class.php'); - $smarty = new smarty_care('common',TRUE,FALSE); - - # Hide title bar - $smarty->assign('bHideTitleBar',TRUE); - - # href for help button - $smarty->assign('pbHelp',"javascript:gethelp('products.php','head','main','$cat')"); - - # href for close button - $smarty->assign('breakfile',$breakfile); - - # Window bar title - $smarty->assign('sWindowTitle',''); - - $smarty->assign('LDCatalog',$LDCatalogSupplier); - $smarty->assign('LDBasket',$LDBasket); -$smarty->assign('sMainBlockIncludeFile','products/ordering_header.tpl'); - -$smarty->display('common/mainframe.tpl'); -?> 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