@@ -207,7 +207,7 @@ private String printChangeAvail() {
207207 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/ChangeAvailability\" >\n "
208208 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
209209 + "<b>Parameters</b><hr>\n "
210- + "<table class= \" params \" >\n "
210+ + "<table>\n "
211211 + "<tr><td>Connector Id (integer):</td><td><input type=\" number\" min=\" 0\" name=\" connectorId\" placeholder=\" if empty, 0 = charge point as a whole\" ></td></tr>\n "
212212 + "<tr><td>Availability Type:</td><td><input type=\" radio\" name=\" availType\" value=\" Inoperative\" checked> Inoperative</td></tr>\n "
213213 + "<tr><td></td><td><input type=\" radio\" name=\" availType\" value=\" Operative\" > Operative</td></tr>\n "
@@ -244,7 +244,7 @@ private String printChangeConf() {
244244 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/ChangeConfiguration\" >\n "
245245 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
246246 + "<b>Parameters</b><hr>\n "
247- + "<table class= \" params \" >\n "
247+ + "<table>\n "
248248 + "<tr><td>Configuration key:</td><td>\n "
249249 + "<select name=\" confKey\" >\n "
250250 + "<option value=\" HeartBeatInterval\" >HeartBeatInterval (in seconds)</option>\n "
@@ -330,7 +330,7 @@ private String printGetDiagnostics() {
330330 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/GetDiagnostics\" >\n "
331331 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
332332 + "<b>Parameters</b><hr>\n "
333- + "<table class= \" params \" >\n "
333+ + "<table>\n "
334334 + "<tr><td>Location (directory URI):</td><td><input type=\" text\" name=\" location\" ></td></tr>\n "
335335 + "<tr><td>Retries (integer):</td><td><input type=\" number\" min=\" 0\" name=\" retries\" ></td></tr>\n "
336336 + "<tr><td>Retry Interval (integer):</td><td><input type=\" number\" min=\" 0\" name=\" retryInterval\" ></td></tr>\n "
@@ -369,7 +369,7 @@ private String printRemoteStartTrans() {
369369 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/RemoteStartTransaction\" >\n "
370370 + Common .printChargePointsSingleSelect (chargePointsList , "1.5" )
371371 + "<b>Parameters</b><hr>\n "
372- + "<table class= \" params \" >\n "
372+ + "<table>\n "
373373 + "<tr><td>Connector Id (integer, not 0):</td><td><input type=\" number\" min=\" 1\" name=\" connectorId\" ></td></tr>\n "
374374 + "<tr><td>idTag (string):</td><td><input type=\" text\" name=\" idTag\" ></td></tr>\n "
375375 + "</table>\n "
@@ -405,7 +405,7 @@ private String printRemoteStopTrans() {
405405 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/RemoteStopTransaction\" >\n "
406406 + Common .printChargePointsSingleSelect (chargePointsList , "1.5" )
407407 + "<b>Parameters</b><hr>\n "
408- + "<table class= \" params \" >\n "
408+ + "<table>\n "
409409 + "<tr><td>Transaction Id (integer):</td><td><input type=\" number\" name=\" transactionId\" ></td></tr>\n "
410410 + "</table>\n "
411411 + "<div class=\" submit-button\" ><input type=\" submit\" value=\" Perform\" ></div>\n "
@@ -440,7 +440,7 @@ private String printReset() {
440440 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/Reset\" >\n "
441441 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
442442 + "<b>Parameters</b><hr>\n "
443- + "<table class= \" params \" >\n "
443+ + "<table>\n "
444444 + "<tr><td>Reset Type:</td><td><input type=\" radio\" name=\" resetType\" value=\" Hard\" checked> Hard</td></tr>\n "
445445 + "<tr><td></td><td><input type=\" radio\" name=\" resetType\" value=\" Soft\" > Soft</td></tr>\n "
446446 + "</table>\n "
@@ -476,7 +476,7 @@ private String printUnlockConnector() {
476476 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/UnlockConnector\" >\n "
477477 + Common .printChargePointsSingleSelect (chargePointsList , "1.5" )
478478 + "<b>Parameters</b><hr>\n "
479- + "<table class= \" params \" >\n "
479+ + "<table>\n "
480480 + "<tr><td>Connector Id (integer, not 0):</td><td><input type=\" number\" min=\" 1\" name=\" ConnectorId\" ></td></tr>\n "
481481 + "</table>\n "
482482 + "<div class=\" submit-button\" ><input type=\" submit\" value=\" Perform\" ></div>\n "
@@ -511,7 +511,7 @@ private String printUpdateFirmware() {
511511 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/UpdateFirmware\" >\n "
512512 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
513513 + "<b>Parameters</b><hr>\n "
514- + "<table class= \" params \" >\n "
514+ + "<table>\n "
515515 + "<tr><td>Location (URI):</td><td><input type=\" text\" name=\" location\" ></td></tr>\n "
516516 + "<tr><td>Retries (integer):</td><td><input type=\" number\" min=\" 0\" name=\" retries\" ></td></tr>\n "
517517 + "<tr><td>Retry Interval (integer):</td><td><input type=\" number\" min=\" 0\" name=\" retryInterval\" ></td></tr>\n "
@@ -549,7 +549,7 @@ private String printReserveNow() {
549549 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/ReserveNow\" >\n "
550550 + Common .printChargePointsSingleSelect (chargePointsList , "1.5" )
551551 + "<b>Parameters</b><hr>\n "
552- + "<table class= \" params \" >\n "
552+ + "<table>\n "
553553 + "<tr><td>Connector Id (integer):</td><td><input type=\" number\" min=\" 0\" name=\" connectorId\" placeholder=\" if empty, 0 = not for a specific connector\" ></td></tr>\n "
554554 + "<tr><td>Expiry Date (ex: 2011-12-21 11:33):</td><td><input type=\" datetime\" name=\" expiryDate\" ></td></tr>\n "
555555 + "<tr><td>idTag (string):</td><td><input type=\" text\" name=\" idTag\" ></td></tr>\n "
@@ -587,7 +587,7 @@ private String printCancelReservation() {
587587 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/CancelReservation\" >\n "
588588 + Common .printChargePointsSingleSelect (chargePointsList , "1.5" )
589589 + "<b>Parameters</b><hr>\n "
590- + "<table class= \" params \" >\n "
590+ + "<table>\n "
591591 + "<tr><td>Reservation Id (integer):</td><td><input type=\" number\" min=\" 0\" name=\" reservationId\" ></td></tr>\n "
592592 + "</table>\n "
593593 + "<div class=\" submit-button\" ><input type=\" submit\" value=\" Perform\" ></div>\n "
@@ -622,7 +622,7 @@ private String printDataTransfer() {
622622 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/DataTransfer\" >\n "
623623 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
624624 + "<b>Parameters</b><hr>\n "
625- + "<table class= \" params \" >\n "
625+ + "<table>\n "
626626 + "<tr><td>Vendor Id (String):</td><td><input type=\" text\" name=\" vendorId\" ></td></tr>\n "
627627 + "<tr><td>Message Id (String):</td><td><input type=\" text\" name=\" messageId\" ></td></tr>\n "
628628 + "<tr><td>data (Text):</td><td><input type=\" text\" name=\" data\" ></td></tr>\n "
@@ -666,7 +666,7 @@ private String printGetConfiguration() {
666666 + "<input type=\" button\" value=\" Select None\" onClick=\" selectNone(document.getElementById('confKeys'))\" >\n "
667667 + "</td>\n "
668668 + "<td>\n "
669- + "<select name=\" confKeys\" id=\" confKeys\" size=\" 15 \" multiple>\n "
669+ + "<select name=\" confKeys\" id=\" confKeys\" size=\" 14 \" multiple>\n "
670670 + "<option value=\" HeartBeatInterval\" >HeartBeatInterval</option>\n "
671671 + "<option value=\" ConnectionTimeOut\" >ConnectionTimeOut</option>\n "
672672 + "<option value=\" ProximityContactRetries\" >ProximityContactRetries</option>\n "
@@ -749,7 +749,7 @@ private Object printSendLocalList() {
749749 + "<div class=\" op-content\" >\n <form method=\" POST\" action=\" " + contextPath + servletPath + "/SendLocalList\" >\n "
750750 + Common .printChargePointsMultipleSelect (chargePointsList , "1.5" )
751751 + "<b>Parameters</b><hr>\n "
752- + "<table class=\" params \" >\n "
752+ + "<table class=\" sll \" >\n "
753753 + "<tr><td>hash (String):</td><td><i>Optional, omitted for now</i></td></tr>\n "
754754 + "<tr><td>listVersion (integer):</td><td><input type=\" number\" name=\" listVersion\" ></td></tr>\n "
755755 + "<tr><td>Update Type:</td><td><input type=\" radio\" name=\" updateType\" value=\" Full\" onclick=\" removeElements()\" checked> Full</td></tr>\n "
0 commit comments