Changeset 3204
- Timestamp:
- Nov 2, 2008, 4:52:22 AM (12 years ago)
- Location:
- libcaca/trunk/caca-php/examples/www
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/caca-php.css
r3183 r3204 14 14 display: block; 15 15 } 16 table t d16 table tr td 17 17 { 18 18 display: inline; -
libcaca/trunk/caca-php/examples/www/cacainfo.php
r3198 r3204 1 <?php 2 header('Content-Type: text/html; charset=UTF-8'); 3 ?> 1 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 17 20 <head> 18 21 <title>sample program for libcaca php binding</title> 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 19 23 <link rel="StyleSheet" href="caca-php.css" type="text/css" /> 20 24 </head> -
libcaca/trunk/caca-php/examples/www/dithering.php
r3194 r3204 1 <?php 2 header('Content-Type: text/html; charset=UTF-8'); 3 ?> 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 1 7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 2 8 <head> -
libcaca/trunk/caca-php/examples/www/figlet.php
r3194 r3204 1 <?php 2 header('Content-Type: text/html; charset=UTF-8'); 3 ?> 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 2 7 <head> 3 8 <title>Caca power!</title> 4 9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 5 <style type="text/css">6 </style>7 10 </head> 8 11 <body> -
libcaca/trunk/caca-php/examples/www/text.php
r3199 r3204 1 <?php 2 header('Content-Type: text/html; charset=UTF-8'); 3 ?> 1 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 21 24 <head> 22 25 <title>demo for libcaca php binding</title> 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 23 27 <link rel="StyleSheet" href="caca-php.css" type="text/css" /> 24 28 </head>
Note: See TracChangeset
for help on using the changeset viewer.