FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
38
sites/all/libraries/dompdf/www/test/css_margin.html
Normal file
38
sites/all/libraries/dompdf/www/test/css_margin.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
|
||||
<style>
|
||||
p { width: 50%; text-align: justify; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p style="margin: 1em;"><strong>(margin: 1em;)</strong> The PHP Development
|
||||
Team would like to announce the immediate availability of PHP 5.0.1. This is
|
||||
a maintenance release that in addition to many non-critical bug fixes also
|
||||
includes new UNIX and Windows installation docs which are now auto-generated
|
||||
from the PHP Manual.</p>
|
||||
|
||||
<p style="margin: 1em 1em 1em 50%;"><strong>(margin: 1em 1em 1em
|
||||
50%;)</strong> PHP 4.3.9RC1 has been released for testing. This is the first
|
||||
release candidate and should have a very low number of problems and/or
|
||||
bugs. Nevertheless, please download and test it as much as possible on
|
||||
real-life applications to uncover any remaining issues.</p>
|
||||
|
||||
<p style="margin: 4em 1em 4em 4em;"><strong>(margin: 4em 1em 4em
|
||||
1em;)</strong> PHP Tunisie has just released the second issue of its monthly
|
||||
french PHP Magazine. In this issue you'll find a large plan on PostgreSQL,
|
||||
Databases abstractions with PHP, your mini template engine, an article on
|
||||
images generation with PHP, the migration towards PHP5 with
|
||||
EasyPHP1.7... And many other articles and latests PHP news.</p>
|
||||
|
||||
<p style="margin: 1em auto 1em auto;"><strong>(margin: 1em auto 1em
|
||||
auto;)</strong> The traditional International PHP Conference 2004 will be
|
||||
taking place from 7th November to 10th November in Frankfurt (FFM). The Call
|
||||
for Papers has been issued, so if you have an interesting talk, the
|
||||
organizers would love to hear about it! You can expect a gathering of PHP
|
||||
experts and core developers.</P>
|
||||
|
||||
|
||||
</body> </html>
|
Reference in New Issue
Block a user