2005-09-21 susi

* Bugfix in susidns for deleting entries
2005-09-21  jrandom
    * Add support for HTTP POST to EepGet
    * Use HTTP POST for syndie bulk fetches, since there's a lot of data to
      put in that URL.
This commit is contained in:
jrandom
2005-09-21 06:43:04 +00:00
committed by zzz
parent 7700d12178
commit 3286ca49c8
8 changed files with 142 additions and 30 deletions

View File

@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* $Revision: 1.22 $
* $Revision: 1.1 $
*/
%>
<%@ page contentType="text/html"%>
@ -136,7 +136,7 @@
</table>
</div>
<c:if test="${book.master}||${book.router}">
<c:if test="${book.master || book.router}">
<div id="buttons">
<p class="buttons"><input type="image" name="action" value="delete" src="images/delete.png" alt="Delete checked" />
</p>