source: trunk/filemanager/tp/dompdf/www/test/remote.html @ 2000

Revision 2000, 718 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<link rel="stylesheet" href="http://www.digitaljunkies.ca/dompdf/style.css" type="text/css"/>
6<style>
7#content {
8  margin: 0.25in;
9  width: 100%;
10}
11</style>
12</head>
13<body>
14<div id="content">
15<h2>Remote CSS &amp; Image Test</h2>
16<h3>CSS: <a href="http://www.digitaljunkies.ca/dompdf/style.css">www.digitaljunkies.ca/dompdf/style.css</a></h3>
17<p>Testing remote image: <img src="http://www.digitaljunkies.ca/dompdf/images/title.gif"/></p>
18<p>Note: DOMPDF_ENABLE_REMOTE must be enabled for this test to work.</p>
19</div>
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.