Changeset 2134 for trunk/tools


Ignore:
Timestamp:
Oct 11, 2007, 2:10:41 AM (17 years ago)
Author:
rvelices
Message:
  • changed htmlentities to htmlspecialchars in comments.php (utf-8 issue)
  • web service explorer in utf-8
  • removed warning in function load_language
  • feature: show_queries also shows number of selected rows or number of affected rows
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ws.htm

    r1912 r2134  
    33<head>
    44<title>PWG web service explorer</title>
     5<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    56<script type="text/javascript" src="prototype.js" ></script>
    67
     
    170171                        var acceptArray = method.params[i].acceptArray;
    171172                        var defaultValue = method.params[i].defaultValue == null ? '' : method.params[i].defaultValue;
    172  
     173
    173174                        row.insertCell(0).innerHTML = method.params[i].name;
    174175                        row.insertCell(1).innerHTML = '<span title="parameter is '+(isOptional ? 'optional':'required') +'">'+(isOptional ? '?':'*')+'</span>'
     
    334335    <table>
    335336    <tr style="vertical-align:top">
    336    
     337
    337338    <td>
    338339      <div id="methodDescription"></div>
     
    347348          </td>
    348349        </tr>
    349  
     350
    350351        <tr>
    351352          <td>Response format:</td>
     
    365366      </p>
    366367    </td>
    367    
     368
    368369
    369370    <td>
     
    381382      </table>
    382383    </td>
    383    
     384
    384385    </tr>
    385386    </table>
    386    
     387
    387388                <div style="display:none;">
    388389                        <!-- hiddenForm for POST -->
Note: See TracChangeset for help on using the changeset viewer.