SusiDNS: HTML transitional fixes, might help opera
This commit is contained in:
@ -102,12 +102,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form method="POST" action="addressbook.jsp">
|
<form method="POST" action="addressbook.jsp">
|
||||||
<input type="hidden" name="begin" value="0"/>
|
<input type="hidden" name="begin" value="0">
|
||||||
<input type="hidden" name="end" value="99"/>
|
<input type="hidden" name="end" value="99">
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<table><tr>
|
<table><tr>
|
||||||
<td class="search">Search: <input type="text" name="search" value="${book.search}" size="20" /></td>
|
<td class="search">Search: <input type="text" name="search" value="${book.search}" size="20" ></td>
|
||||||
<td class="search"><input type="image" src="images/search.png" name="submitsearch" value="search" alt="Search" /></td>
|
<td class="search"><input type="image" src="images/search.png" name="submitsearch" value="search" alt="Search" ></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -116,9 +116,9 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<form method="POST" action="addressbook.jsp">
|
<form method="POST" action="addressbook.jsp">
|
||||||
<input type="hidden" name="serial" value="${book.serial}"/>
|
<input type="hidden" name="serial" value="${book.serial}">
|
||||||
<input type="hidden" name="begin" value="0"/>
|
<input type="hidden" name="begin" value="0">
|
||||||
<input type="hidden" name="end" value="99"/>
|
<input type="hidden" name="end" value="99">
|
||||||
|
|
||||||
<c:if test="${book.notEmpty}">
|
<c:if test="${book.notEmpty}">
|
||||||
|
|
||||||
@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
<c:if test="${book.master || book.router || book.published || book.private}">
|
<c:if test="${book.master || book.router || book.published || book.private}">
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<p class="buttons"><input type="image" name="action" value="delete" src="images/delete.png" alt="Delete checked" />
|
<p class="buttons"><input type="image" name="action" value="delete" src="images/delete.png" alt="Delete checked" >
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
<b>Hostname:</b> <input type="text" name="hostname" value="${book.hostname}" size="20">
|
<b>Hostname:</b> <input type="text" name="hostname" value="${book.hostname}" size="20">
|
||||||
<b>Destination:</b> <textarea name="destination" rows="1" style="height: 3em;" cols="40" wrap="off" >${book.destination}</textarea><br/>
|
<b>Destination:</b> <textarea name="destination" rows="1" style="height: 3em;" cols="40" wrap="off" >${book.destination}</textarea><br/>
|
||||||
</p><p>
|
</p><p>
|
||||||
<input type="image" name="action" value="add" src="images/add.png" alt="Add destination" />
|
<input type="image" name="action" value="add" src="images/add.png" alt="Add destination" >
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -57,12 +57,12 @@ configuration *
|
|||||||
<div id="messages">${cfg.messages}</div>
|
<div id="messages">${cfg.messages}</div>
|
||||||
<form method="POST" action="config.jsp">
|
<form method="POST" action="config.jsp">
|
||||||
<div id="config">
|
<div id="config">
|
||||||
<input type="hidden" name="serial" value="${cfg.serial}" />
|
<input type="hidden" name="serial" value="${cfg.serial}" >
|
||||||
<textarea name="config" rows="10" cols="80">${cfg.config}</textarea>
|
<textarea name="config" rows="10" cols="80">${cfg.config}</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<input type="image" src="images/save.png" name="action" value="save" alt="Save Config"/>
|
<input type="image" src="images/save.png" name="action" value="save" alt="Save Config">
|
||||||
<input type="image" src="images/reload.png" name="action" value="reload" alt="Reload Config"/>
|
<input type="image" src="images/reload.png" name="action" value="reload" alt="Reload Config">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div id="help">
|
<div id="help">
|
||||||
|
@ -56,12 +56,12 @@ subscriptions *
|
|||||||
<div id="messages">${subs.messages}</div>
|
<div id="messages">${subs.messages}</div>
|
||||||
<form method="POST" action="subscriptions.jsp">
|
<form method="POST" action="subscriptions.jsp">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<input type="hidden" name="serial" value="${subs.serial}" />
|
<input type="hidden" name="serial" value="${subs.serial}" >
|
||||||
<textarea name="content" rows="10" cols="80">${subs.content}</textarea>
|
<textarea name="content" rows="10" cols="80">${subs.content}</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<input type="image" src="images/save.png" name="action" value="save" alt="Save Subscriptions" />
|
<input type="image" src="images/save.png" name="action" value="save" alt="Save Subscriptions" >
|
||||||
<input type="image" src="images/reload.png" name="action" value="reload" alt="Reload Subscriptions" />
|
<input type="image" src="images/reload.png" name="action" value="reload" alt="Reload Subscriptions" >
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div id="help">
|
<div id="help">
|
||||||
|
Reference in New Issue
Block a user