News Publisher ~ Front-End Sample

You can easily integrate the Front-End to your web design page.
Please refer to the guidelines below.



Resource id #187
PRESS RELEASES
09-01-2010

CALGARY, CANADA (1 September 2010) -- Sea NG Corporation announced today that Enbridge Inc. has joined Marubeni Corporation and Teekay Corporation in the Sea NG strategic alliance for the worldwide deployment of Sea NG’s Coselle™ system for the transportation of compressed natural gas (CNG) by ship.
View press release Download press release


06-26-2009

­MEDCARRIER S.A.E. announced today that it has selected Sea NG Corporation to provide the transportation service for its proposed project to deliver natural gas to the island of Crete
View press release Download press release


07-24-2008

Sea NG Corporation, a leader in compressed natural gas (CNG) shipping technology, today inaugurated the site for the production of its patented Coselle™ containers. The facility, located in the Gunsan Free Trade Zone, South Korea, will be its primary global production site.
View press release Download press release
  Download Arabic version
  Download Spanish version
  Download Portugese version


01-23-2007

CALGARY (January 23, 2007) - Sea NG Corporation announced today that Marubeni Corporation and Teekay Shipping Corporation have formed a strategic alliance with Sea NG for the worldwide commercial deployment of Sea NG’s Coselle™ system for transporting compressed natural gas (CNG) by ship.
View press release Download press release


09-19-2006

CALGARY (September 19, 2006) -- Sea NG Corporation (www.coselle.com) announced today that the American Bureau of Shipping (“ABS”) has approved for construction its Coselle compressed natural gas (“CNG”) ship. This is the first ship and cargo system in the world for the transport of CNG to be so approved by ABS or any other international marine classification society.
View press release Download press release




Announcements

Sea NG Corporation Launches New Website
01-13-2008

Sea NG Corporation is pleased to announce the launching of our new website at www.Sea-NG.com.  This new site is designed to present concise content and rich graphical representations of the practical application of Sea NG Coselle technologies.  Welcome to our new, redesigned web site.




Front-End Integration Guidelines

You can easily integrate the front-end with your web design pages.
Before   After Integration


Integration Instructions
1. Using a text editor, open the web page file (.php file) that you wish to integrate the News Publisher to, insert the line below to the top of the file, to call the 'config.php' file.
<?php include_once("document_path_of_oneadmin_folder/config.php"); include_once($path["docroot"]."common/css.php"); ?>
* Note: Always put the above code to the line 1, without any preceding character(s), not even a space.
2. In your .php web page file, put the line below to call the menu area - news categories and archives.
<?php include($path["docroot"]."newspublish/home.menu.php"); ?>
3. Meanwhile, to display the news's content area such as news title, full article page, put the line below.
<?php include($path["docroot"]."newspublish/home.news.php"); ?>
4. Next, use the following code to display the announcement section.
<?php include($path["docroot"]."newspublish/home.announce.php"); ?>
5. For sample integration code, please refer to the source code of this file. To do this, open the file with your text editor.
** To find your 'document_path_of_oneadmin_folder', check the path['docroot'] value from the oneadmin/config.php file