src/main/webapp/account/view.html
changeset 22 6b1a7f3429ca
parent 2 cf829ec742b3
--- a/src/main/webapp/account/view.html	Thu Apr 14 15:42:46 2011 +0200
+++ b/src/main/webapp/account/view.html	Wed Nov 30 16:59:10 2011 +0100
@@ -47,6 +47,32 @@
         <span class="num-rows-panel"/><br/>
         <span class="list"/><br/>
       </div>
+      <div class="span-24 last lift:dyn-ip-list">
+        <form method="get">
+          <table>
+            <tr>
+              <td class="form-name">
+                <label for="dyn-ip-from" accesskey="F">From</label>
+              </td>
+              <td class="form-value">
+                <input type="text" id="dyn-ip-from" name="from" class="date"/>
+              </td>
+            </tr>
+            <tr>
+              <td class="form-name">
+                <label for="dyn-ip-to" accesskey="T">To</label>
+              </td>
+              <td class="form-value">
+                <input type="text" id="dyn-ip-to" name="to" class="date"/>
+              </td>
+            </tr>
+            <tr>
+              <td colspan="2"><input type="submit"/></td>
+            </tr>
+          </table>
+        </form>
+        <span class="list"/><br/>
+      </div>
     </div>
   </body>
 </html>