adding missing role attribute to programlistings

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138000 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-08-16 17:06:53 +00:00
parent dc3e29e27a
commit b17e9eeebe
8 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fdf.xml, last change in rev 1.12 -->
<refentry id='function.fdf-add-doc-javascript'>
<refnamediv>
@ -22,7 +22,7 @@
<para>
<example>
<title>Adding JavaScript code to a FDF</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_create();

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
<refentry id="function.fdf-create">
<refnamediv>
@ -19,7 +19,7 @@
<para>
<example>
<title>Populating a PDF document</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$outfdf = fdf_create();

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.fdf-get-attachment">
<refnamediv>
<refname>fdf_get_attachment</refname>
@ -40,7 +40,7 @@
<para>
<example>
<title>Storing an uploaded file</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_open_string($HTTP_FDF_DATA);

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
<refentry id="function.fdf-next-field-name">
<refnamediv>
@ -22,7 +22,7 @@
<para>
<example>
<title>Detecting all fieldnames in a FDF</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_open($HTTP_FDF_DATA);

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.fdf-open-string">
<refnamediv>
<refname>fdf_open_string</refname>
@ -25,7 +25,7 @@
<para>
<example>
<title>Accessing the form data</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_open_string($HTTP_FDF_DATA);

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
<refentry id="function.fdf-open">
<refnamediv>
@ -28,7 +28,7 @@
<para>
<example>
<title>Accessing the form data</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
// Save the FDF data into a temp file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.fdf-save-string">
<refnamediv>
<refname>fdf_save_string</refname>
@ -18,7 +18,7 @@
<para>
<example>
<title>Retrieving FDF as a string</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_create();

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
<refentry id="function.fdf-set-file">
<refnamediv>
@ -27,7 +27,7 @@
</para>
<example>
<title>Passing FDF data to a second form</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
/* set content type for Adobe FDF */