fix XHTML syntax error.
authortoins <toins>
Mon, 16 Jul 2007 15:54:08 +0000 (15:54 +0000)
committertoins <toins>
Mon, 16 Jul 2007 15:54:08 +0000 (15:54 +0000)
writing method="post" instead of method="POST"

27 files changed:
koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl
koha-tmpl/intranet-tmpl/prog/en/barcodes/printerConfig.tmpl
koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl
koha-tmpl/intranet-tmpl/prog/en/serials/acqui-search.tmpl
koha-tmpl/intranet-tmpl/prog/en/serials/checkexpiration.tmpl
koha-tmpl/intranet-tmpl/prog/en/tools/barcodes.tmpl
koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl
koha-tmpl/intranet-tmpl/prog/en/tools/itemslost.tmpl
koha-tmpl/intranet-tmpl/prog/en/tools/printerConfig.tmpl
koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl
koha-tmpl/intranet-tmpl/prog/fr/barcodes/barcodes.tmpl
koha-tmpl/intranet-tmpl/prog/fr/barcodes/printerConfig.tmpl
koha-tmpl/intranet-tmpl/prog/fr/bookshelves/addbookbybiblionumber.tmpl
koha-tmpl/intranet-tmpl/prog/fr/serials/acqui-search.tmpl
koha-tmpl/intranet-tmpl/prog/fr/serials/checkexpiration.tmpl
koha-tmpl/intranet-tmpl/prog/fr/tools/barcodes.tmpl
koha-tmpl/intranet-tmpl/prog/fr/tools/cleanborrowers.tmpl
koha-tmpl/intranet-tmpl/prog/fr/tools/itemslost.tmpl
koha-tmpl/intranet-tmpl/prog/fr/tools/printerConfig.tmpl
koha-tmpl/intranet-tmpl/prog/fr/tools/viewlog.tmpl
koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-review.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl

index 0f10b82..26b7fe3 100644 (file)
@@ -34,7 +34,7 @@
        
 <!-- TMPL_IF NAME="ERROR" -->Can't find inventory codes in that range. Please try again.<!-- /TMPL_IF -->
 
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
                <label for="rangeType">Type of Interval: </label><!-- TMPL_VAR NAME="RANGE_TYPE" -->
 
 <div id="continuous" class="panel" style="display:inline">
index 77fbe9e..1d04674 100644 (file)
@@ -15,7 +15,7 @@
                <li>Set left- and bottom-margins of the page that you are going to use. This parameter will help to center the barcodes on the labels.</li>
        </ul>
        <br>
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
                <input type="hidden" name="saveSettings" value="1" />
                <table>
                        <tr>
index b0e7a66..a1c8936 100644 (file)
@@ -9,7 +9,7 @@
     <!-- /TMPL_IF --> to a virtual shelf
 </h1>
 
-<form name="f1" method="POST" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
+<form name="f1" method="post" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
     
     <b>Select an existing shelf</b>
@@ -20,7 +20,7 @@
     <input type="submit" value="Add to virtual shelf" class="submit" />
 </form>
 <p>...or...</p>
-<form name="f2" method="POST" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
+<form name="f2" method="post" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
     <b>Add to a new shelf:</b>
         <p>
             <label for="newbookshelf">
index ecf67e7..398396e 100644 (file)
@@ -13,7 +13,7 @@ function GetIt(aqbooksellerid,name)
 </script>
 
 <h1>Search supplier for serial subscription</h1>
-    <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="POST">
+    <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
         <label for="text">Supplier name : </label>
         <input id="text" type="text"  size="25"   name="supplier">
         <input type="submit" class="button serial" value="OK">
index 03ec997..565aeb8 100644 (file)
@@ -19,7 +19,7 @@
     
     <form name="f"
           action="/cgi-bin/koha/serials/checkexpiration.pl"
-          method="POST"
+          method="post"
           onsubmit="return CheckForm(this);">
          
         <label for="title">Filter on title&nbsp;</label>
index 9786123..a2d2799 100644 (file)
@@ -32,7 +32,7 @@
        
 <!-- TMPL_IF NAME="ERROR" -->Can't find inventory codes in that range. Please try again.<!-- /TMPL_IF -->
 
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
                <label for="rangeType">Type of Interval: </label><!-- TMPL_VAR NAME="RANGE_TYPE" -->
 
 <div id="continuous" class="panel" style="display:inline">
index 5b46788..7af307e 100644 (file)
@@ -18,7 +18,7 @@
 <!-- TMPL_IF NAME="step1" -->
 <!-- step 1 START -->
 <div id="step1">
-    <form name="f1" onsubmit="return checkForm(this);" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="POST">
+    <form name="f1" onsubmit="return checkForm(this);" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
     <fieldset>
     <legend>What do you want to do ?</legend>
         <input id="checkborrower" type="checkbox" name="checkbox" value="borrower" checked="true" />
@@ -68,7 +68,7 @@
         <br />
         </b>
         <br />
-        <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="POST" onsubmit="return checkForm2(this);">
+        <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post" onsubmit="return checkForm2(this);">
             <!-- TMPL_IF NAME="totalToDelete" -->
                 What do you want to do for deleted members ?<br />
                 <label for="delete">Delete completly theses members</label>
index 3804935..1595558 100644 (file)
@@ -16,7 +16,7 @@
 </b>
 <br />
 <br />
-<form name="f" action="/cgi-bin/koha/tools/itemslost.pl" method="POST">
+<form name="f" action="/cgi-bin/koha/tools/itemslost.pl" method="post">
     <label for="orderbyfilter">Set result order by</label>
     <select id="orderbyfilter" name="orderbyfilter">
         <option value=""> --- </option>
index 5c33f99..69ce967 100644 (file)
@@ -10,7 +10,7 @@
                <li>Set left- and bottom-margins of the page that you are going to use. This parameter will help to center the barcodes on the labels.</li>
        </ul>
        <br>
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
                <input type="hidden" name="saveSettings" value="1" />
                <table>
                        <tr>
index a38f843..ceeed57 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>Browse system logs</h1>
 
-<form method="POST" action="/cgi-bin/koha/tools/viewlog.pl">
+<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
 
 <fieldset>
     <legend>Additional infos</legend>
index f1d602a..b682042 100644 (file)
@@ -33,7 +33,7 @@
        
 <!-- TMPL_IF NAME="ERROR" -->Numéro d'inventaire introuvable dans cette plage.Prière de recommencer.<!-- /TMPL_IF -->
 
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
                <label for="rangeType">Type d'intervalle :  </label><!-- TMPL_VAR NAME="RANGE_TYPE" -->
 
 <div id="continuous" class="panel" style="display:inline">
index c076877..4e79e44 100644 (file)
@@ -15,7 +15,7 @@
                <li>Définissez les marges gauches et basses pour la page que vous souhaitez utiliser. Ces paramètres aideront à centrer les codes barres sur les étiquettes.</li>
        </ul>
        <br>
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
                <input type="hidden" name="saveSettings" value="1" />
                <table>
                        <tr>
index 6bd3d51..ac64720 100644 (file)
@@ -8,7 +8,7 @@
     <!-- /TMPL_IF --> dans une étagère virtuelle
 </h1>
 
-<form name="f1" method="POST" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
+<form name="f1" method="post" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
     
     <b>Sélectionner une étagère existante</b>
@@ -19,7 +19,7 @@
     <input type="submit" value="Ajouter à l'étagère virtuelle" class="submit">
 </form>
 <p>...ou...</p>
-<form name="f2" method="POST" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
+<form name="f2" method="post" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
     <b>Ajouter à une nouvelle étagère virtuelle :</b>
         <p>
             <label for="newbookshelf">
index e5573ba..5de8857 100644 (file)
@@ -13,7 +13,7 @@ function GetIt(aqbooksellerid,name)
 </script>
 
 <h1>Recherche fournisseur pour un abonnement à un périodique</h1>
-    <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="POST">
+    <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
         <label for="text">Nom du fournisseur :  </label>
         <input id="text" type="text"  size="25"   name="supplier">
         <input type="submit" class="button serial" value="OK">
index 14af142..c41d11b 100644 (file)
@@ -19,7 +19,7 @@
     
     <form name="f"
           action="/cgi-bin/koha/serials/checkexpiration.pl"
-          method="POST"
+          method="post"
           onsubmit="return CheckForm(this);">
          
         <label for="title">Sélection du titre :</label>
index bc8fb6f..31f86ec 100644 (file)
@@ -31,7 +31,7 @@
        
 <!-- TMPL_IF NAME="ERROR" -->Numéro d'inventaire introuvable dans cette plage.Prière de recommencer.<!-- /TMPL_IF -->
 
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
                <label for="rangeType">Type d'intervalle :  </label><!-- TMPL_VAR NAME="RANGE_TYPE" -->
 
 <div id="continuous" class="panel" style="display:inline">
index 8d3e855..66bde26 100644 (file)
@@ -18,7 +18,7 @@
 <!-- TMPL_IF NAME="step1" -->
 <!-- step 1 START -->
 <div id="step1">
-    <form name="f1" onsubmit="return checkForm(this);" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="POST">
+    <form name="f1" onsubmit="return checkForm(this);" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
     <fieldset>
     <legend>Qu'est-ce que vous voulez faire ?</legend>
         <input id="checkborrower" type="checkbox" name="checkbox" value="adhérent" checked="true">
@@ -68,7 +68,7 @@
         <br />
         </b>
         <br />
-        <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="POST" onsubmit="return checkForm2(this);">
+        <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post" onsubmit="return checkForm2(this);">
             <!-- TMPL_IF NAME="totalToDelete" -->
                 Que voulez-vous faire des adhérents supprimés ?<br />
                 <label for="delete">Supprimer complètement ces adhérents</label>
index b880dbb..8a5f1b1 100644 (file)
@@ -16,7 +16,7 @@
 </b>
 <br />
 <br />
-<form name="f" action="/cgi-bin/koha/tools/itemslost.pl" method="POST">
+<form name="f" action="/cgi-bin/koha/tools/itemslost.pl" method="post">
     <label for="orderbyfilter">Trier les résultats par</label>
     <select id="orderbyfilter" name="orderbyfilter">
         <option value=""> --- </option>
index a3932de..252be1c 100644 (file)
@@ -10,7 +10,7 @@
                <li>Définissez les marges gauches et basses pour la page que vous souhaitez utiliser. Ces paramètres aideront à centrer les codes barres sur les étiquettes.</li>
        </ul>
        <br>
-       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
+       <form id="formulario" method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
                <input type="hidden" name="saveSettings" value="1" />
                <table>
                        <tr>
index 4033b24..04adb35 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>Consultation des logs du système</h1>
 
-<form method="POST" action="/cgi-bin/koha/tools/viewlog.pl">
+<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
 
 <fieldset>
     <legend>Informations complémentaires</legend>
index 8ca01ab..b375e2c 100644 (file)
@@ -11,9 +11,9 @@
 </div>
 <div id="opac-main-search">
     Search
-    <form name="searchform" method="POST" action="/cgi-bin/koha/opac-search.pl" id="searchform">
+    <form name="searchform" method="post" action="/cgi-bin/koha/opac-search.pl" id="searchform">
         <input type="text" name="q" style="width: 30%;"/>
         <input type="submit" value="OK" class="submit" />
     </form>
     <a href="/cgi-bin/koha/opac-search.pl">more search options</a>
-</div>
\ No newline at end of file
+</div>
index 1a082d9..4642fea 100644 (file)
@@ -20,7 +20,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="CGIbookshelves"-->
-<form name="f1" action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="POST">
+<form name="f1" action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="post">
     <p><b>Select an Existing Bookshelf</b></p>
     <label>Add to virtual shelf</label> <!-- TMPL_VAR NAME="CGIbookshelves" -->
     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
@@ -30,7 +30,7 @@
 <p>...or...</p>
 <!-- /TMPL_IF -->
 
-<form name="f2" method="POST" action="/cgi-bin/koha/opac-addbookbybiblionumber.pl">
+<form name="f2" method="post" action="/cgi-bin/koha/opac-addbookbybiblionumber.pl">
     <b>Add to a New Bookshelf:</b>
         <p>
             <label for="newbookshelf">
index e1c091d..5b23195 100644 (file)
@@ -26,7 +26,7 @@
 <div id="opac-main-changelanguage">
     <h1>Change language</h1>
     <ul>
-    <form action="/cgi-bin/koha/changelanguage.pl" method="POST">
+    <form action="/cgi-bin/koha/changelanguage.pl" method="post">
         <label for="selectlang">Set language to</label>
         <select id="selectlang" name="language" onchange="javascript:submit();">
             <!-- TMPL_LOOP NAME="languages" -->
index 00a7341..3a7cdf3 100644 (file)
@@ -39,7 +39,7 @@
     <!-- TMPL_IF NAME="already_reserved" -->
     <p class="problem">
         You already have a reserve placed on this item.
-        <form action="/cgi-bin/koha/opac-detail.pl" method="POST">
+        <form action="/cgi-bin/koha/opac-detail.pl" method="post">
             <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
             <input type="submit" class="icon back" value="Return to Item Detail Screen" />
         </form>
index 837bba3..6d4ba16 100644 (file)
@@ -54,7 +54,7 @@ Error :
 <!-- TMPL_IF NAME="total" -->
 <!-- TMPL_IF NAME="scan" -->
 <h1>Scan Index:</h1>
-<form action="/cgi-bin/koha/opac-search.pl" method="POST">
+<form action="/cgi-bin/koha/opac-search.pl" method="post">
     <table>
         <tr>
             <td>
@@ -85,7 +85,7 @@ Error :
     </table>
 </form>
 
-<form action="/cgi-bin/koha/opac-search.pl" method="POST">
+<form action="/cgi-bin/koha/opac-search.pl" method="post">
     <table>
         <tr>
             <th>Term/Phrase</th>
@@ -105,7 +105,7 @@ Error :
 </form>
 <!-- TMPL_ELSE -->
 
-<form action="/cgi-bin/koha/opac-search.pl" method="POST" name="myform" id="mainform">
+<form action="/cgi-bin/koha/opac-search.pl" method="post" name="myform" id="mainform">
     
     <!-- TMPL_IF NAME="searchdesc" -->
     <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" escape="html" -->" />
index 033ccf0..e25e7a4 100644 (file)
@@ -5,7 +5,7 @@
 
 <h3> Review of: <!--TMPL_VAR NAME="title" --></h3>
 
-<form action="/cgi-bin/koha/opac-review.pl" method="POST" onsubmit="return closeWindow();"> 
+<form action="/cgi-bin/koha/opac-review.pl" method="post" onsubmit="return closeWindow();"> 
     <input type="hidden" name="biblionumber" value="<!--TMPL_VAR NAME="biblionumber"-->">
     <input type="hidden" name="type" value="<TMPL_VAR NAME="type">">
 
index dea8659..a66e4aa 100644 (file)
@@ -16,7 +16,7 @@
 <!-- /TMPL_IF -->
 
 <form action="/cgi-bin/koha/opac-shelves.pl"
-      method="POST"
+      method="post"
       name="mainform"
       onsubmit="return checkForm(this);">