cvs: peardoc /fr/package/html/html-quickform-advmultiselect/appendix examples-basic1.xml examples-custom1.xml examples-custom5.xml examples-custom7.xml examples-multiple1.xml examples-multiple2.xml examples-template1.xml /fr/package/html/html-quickform-advmultiselect/images basic1.png custom1.png custom5.png custom7.png multiple1.png multiple2.png template1.png

[email protected] ("Laurent Laville")
Newsgroups php.pear.doc
Message-ID <cvsfarell1234343021@cvsserver>
farell		Wed Feb 11 09:03:41 2009 UTC

  Added files:                 
    /peardoc/fr/package/html/html-quickform-advmultiselect/images	
                                                                 	basic1.png 
                                                                 	custom1.png 
                                                                 	custom5.png 
                                                                 	custom7.png 
                                                                 	multiple1.png 
                                                                 	multiple2.png 
                                                                 	template1.png 

  Modified files:              
    /peardoc/fr/package/html/html-quickform-advmultiselect/appendix	
                                                                   	examples-basic1.xml 
                                                                   	examples-custom1.xml 
                                                                   	examples-custom5.xml 
                                                                   	examples-custom7.xml 
                                                                   	examples-multiple1.xml 
                                                                   	examples-multiple2.xml 
                                                                   	examples-template1.xml 
  Log:
  add example screenshots of HTML_Quickform_advmultiselect (french translation)
  - make the image paths relative to manual.xml
farell-20090211090341.txt (text/plain, 12.7 KB)
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.1 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.2
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.1	Mon Feb  9 17:13:25 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-basic1">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-basic1"
+    xml:base="../../../../"
+  >
    <info><title>Utilisation de base</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_basic_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/basic1.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/basic1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -32,7 +37,7 @@
  * Basic advMultiSelect HTML_QuickForm element
  * without any customization.
  *
- * @version    $Id: examples-basic1.xml,v 1.1 2009/02/09 17:13:25 farell Exp $
+ * @version    $Id: examples-basic1.xml,v 1.2 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml:1.1 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml:1.2
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml:1.1	Mon Feb  9 17:13:25 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom1">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom1"
+    xml:base="../../../../"
+  >
    <info><title>Utilisation améliorée</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_custom_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/custom1.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/custom1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -60,7 +65,7 @@
  * The template allows to add label as headers of dual select box
  * and moves the button to another location (below each select box).
  *
- * @version    $Id: examples-custom1.xml,v 1.1 2009/02/09 17:13:25 farell Exp $
+ * @version    $Id: examples-custom1.xml,v 1.2 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml:1.1 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml:1.2
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml:1.1	Mon Feb  9 17:13:25 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom5">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom5"
+    xml:base="../../../../"
+  >
    <info><title>Utilisation des options de tri</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_custom_5.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/custom5.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/custom5.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -42,7 +47,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * that allows to manage sort of select boxes.
  *
- * @version    $Id: examples-custom5.xml,v 1.1 2009/02/09 17:13:25 farell Exp $
+ * @version    $Id: examples-custom5.xml,v 1.2 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.1 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.2
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.1	Mon Feb  9 17:13:25 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom7">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom7"
+    xml:base="../../../../"
+  >
    <info><title>Sélections avancées</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_custom_7.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/custom7.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/custom7.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -42,7 +47,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * with extended buttons (select all, select none, toggle selection)
  *
- * @version    $Id: examples-custom7.xml,v 1.1 2009/02/09 17:13:25 farell Exp $
+ * @version    $Id: examples-custom7.xml,v 1.2 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml:1.1 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml:1.2
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml:1.1	Mon Feb  9 17:13:25 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple1">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple1"
+    xml:base="../../../../"
+  >
    <info><title>Combiner plusieurs éléments</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_multiple_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/multiple1.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/multiple1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -42,7 +47,7 @@
  * Mixed advMultiSelect HTML_QuickForm elements.
  * Two widgets on the same page/form with one javascript code instance
  *
- * @version    $Id: examples-multiple1.xml,v 1.1 2009/02/09 17:13:25 farell Exp $
+ * @version    $Id: examples-multiple1.xml,v 1.2 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.1 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.2
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.1	Mon Feb  9 17:13:25 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple2">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple2"
+    xml:base="../../../../"
+  >
    <info><title>Compteurs dynamiques sur plusieurs éléments</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_multiple_2.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/multiple2.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/multiple2.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -48,7 +53,7 @@
  * that can be display in one or two select box mode.
  * This example demonstrate the new feature of version 1.3.0 : Live Counter
  *
- * @version    $Id: examples-multiple2.xml,v 1.1 2009/02/09 17:13:25 farell Exp $
+ * @version    $Id: examples-multiple2.xml,v 1.2 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml
diff -u peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml:1.2 peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml:1.3
--- peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml:1.2	Mon Feb  9 20:05:23 2009
+++ peardoc/fr/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml	Wed Feb 11 09:03:41 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-template1">
+  <section 
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-template1"
+    xml:base="../../../../"
+  >
    <info><title>Utilisation avec un moteur de gabarit</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_template_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/template1.png"/>
+        <imagedata 
+          align="center" format="png" 
+          fileref="fr/package/html/html-quickform-advmultiselect/images/template1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -38,7 +43,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * embedded into a Sigma template and using the QF dynamic renderer.
  *
- * @version    $Id: examples-template1.xml,v 1.2 2009/02/09 20:05:23 farell Exp $
+ * @version    $Id: examples-template1.xml,v 1.3 2009/02/11 09:03:41 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.