fix forms after design merge

svn path=/trunk/; revision=27835
This commit is contained in:
Albert Dengg 2014-01-31 20:28:36 +00:00
parent 52db4ce3d7
commit 5bfcf9ffe8
2 changed files with 3 additions and 19 deletions

View File

@ -21,14 +21,6 @@
<h1>Nametags</h1>
<div class="field-annotation right">
Nametags must answer
<br />the following questions:
<br />Who is this?
<br />What is the position at FSFE?
<br />what languages does she/he speak?
</div>
<form action="http://78.41.115.190/cgi-bin/nt" method="post" enctype="multipart/form-data">
<table>
<tr>

View File

@ -21,14 +21,6 @@
<h1>Price Tags</h1>
<div class="field-annotation right">
Pricetags must answer
<br />the following questions:
<br />Name of Product
<br />Price
<br />
</div>
<form action="http://78.41.115.190/cgi-bin/pt" method="post" enctype="multipart/form-data">
<table>
<tr>
@ -36,7 +28,7 @@
Product:
</td>
<td>
<input type="text" maxlength="15" name="product" />
<input type="text" name="product" />
</td>
</tr>
<tr>
@ -52,7 +44,7 @@
Price (including currency symbol):
</td>
<td>
<input type="text" maxlength="15" name="price" />
<input type="text" name="price" />
</td>
</tr>
<tr>
@ -60,7 +52,7 @@
Additional information (like fair trade, ...):
</td>
<td>
<input type="text" maxlength="15" name="info" />
<input type="text" name="info" />
</td>
</tr>
<tr>