Lines Matching refs:content

98 	$content = "<?xml version='1.0' encoding='utf-8'?>";
99 …$content .= '<package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="uuid_i…
100 …$content .= '<metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:opf="http://www…
101 $content .= '<dc:language>en</dc:language>';
102 $content .= '<dc:title>' . $mytitle . '</dc:title>';
103 …$content .= '<dc:creator opf:file-as="' . $conf['title'] . '" opf:role="aut">' . $conf['title'] . …
104 $content .= '<meta name="cover" content="cover"/>';
105 $content .= '<dc:date>' . date("Y-m-d\TH:i:s:P",$mypage['lastmod']) . '</dc:date>';
106 $content .= '<dc:contributor opf:role="bkp"></dc:contributor>';
107 $content .= '<dc:identifier id="uuid_id" opf:scheme="uuid">' . $epubuuid . '</dc:identifier>';
108 $content .= '</metadata>';
109 $content .= '<manifest>';
120 …$content .= '<item href="' . $medialink . '" id="' . $mediaitem . '" media-type="' . $mediamime . …
123 $content .= '<item href="pages.xhtml" id="id1" media-type="application/xhtml+xml"/>';
124 $content .= '<item href="page_styles.css" id="page_css" media-type="text/css"/>';
125 $content .= '<item href="stylesheet.css" id="css" media-type="text/css"/>';
126 $content .= '<item href="titlepage.xhtml" id="titlepage" media-type="application/xhtml+xml"/>';
127 $content .= '<item href="toc.ncx" media-type="application/x-dtbncx+xml" id="ncx"/>';
128 $content .= '</manifest>';
129 $content .= '<spine toc="ncx">';
130 $content .= '<itemref idref="titlepage"/>';
131 $content .= '<itemref idref="id1"/>';
132 $content .= '</spine>';
133 $content .= '<guide>';
134 $content .= '<reference href="titlepage.xhtml" type="cover" title="Cover"/>';
135 $content .= '</guide></package>';
136 file_put_contents($tempdir . "/content.opf",$content);