Ejemplo n.º 1
0
	public function __construct( $filename ) {
		$files = array(
			"_rels/.rels",
			"docProps/app.xml",
			"docProps/core.xml",
			"word/_rels/document.xml.rels",
			"word/_rels/header1.xml.rels",
			"word/media/image1.png",
			"word/media/image2.png",
			"word/media/image3.png",
			"word/media/image4.png",
			"word/media/image5.png",
			"word/media/image6.png",
			"word/media/image7.png",
			"word/media/image8.png",
			"word/media/image9.png",
			"word/media/image10.png",
			"word/media/image11.png",
			"word/media/image12.png",
			"word/document.xml",
			"word/fontTable.xml",
			"word/footer1.xml",
			"word/header1.xml",
			"word/numbering.xml",
			"word/settings.xml",
			"word/styles.xml",		
			"[Content_Types].xml" );
		
		parent::__construct( $filename, '/template/guarantee/', $files );
	}
Ejemplo n.º 2
0
	public function __construct( $filename ) {
		$files = array(
			"_rels/.rels",
			
			"docProps/app.xml",
			"docProps/core.xml",
			
			"customXml/itemProps1.xml",
			"customXml/item1.xml",
			"customXml/_rels/item1.xml.rels",
			
			"word/_rels/document.xml.rels",
			"word/_rels/header1.xml.rels",
			
			"word/media/image1.png",
			"word/media/image2.png",
			
			"word/theme/theme1.xml",
						
			"word/webSettings.xml",
			"word/styles.xml",
			"word/settings.xml",
			"word/numbering.xml",
			"word/header1.xml",
			"word/footnotes.xml",
			"word/footer1.xml",
			"word/fontTable.xml",
			"word/endnotes.xml",
			"word/document.xml",			
			"[Content_Types].xml" );
		
		parent::__construct( $filename, '/template/standart/template/', $files );
	}
Ejemplo n.º 3
0
	public function __construct( $filename ) {
		
		$files = array(
				"_rels/.rels",
				"customXml/_rels/item1.xml.rels",
				"customXml/item1.xml",
				"customXml/itemProps1.xml",
				"docProps/app.xml",
				"docProps/core.xml",
				"word/_rels/document.xml.rels",
				"word/media/image1.png",
				"word/theme/theme1.xml",
				"word/comments.xml",
				"word/document.xml",
				"word/fontTable.xml",
				"word/numbering.xml",
				"word/settings.xml",
				"word/styles.xml",
				"word/webSettings.xml",
				"word/stylesWithEffects.xml",				
				"[Content_Types].xml");

		parent::__construct( $filename, __DIR__ . '/commercial/', $files );
	}