Mercurial > hg > purlService
diff restService/templates/registerPurls.html @ 32:ea7017439ab9
parameter f?r getPurls added
| author | dwinter |
|---|---|
| date | Thu, 15 Aug 2013 09:02:04 +0200 |
| parents | cce127a28fc9 |
| children |
line wrap: on
line diff
--- a/restService/templates/registerPurls.html Thu Jun 06 05:55:09 2013 +0200 +++ b/restService/templates/registerPurls.html Thu Aug 15 09:02:04 2013 +0200 @@ -1,8 +1,8 @@ -$def with (username) +$def with (username,amount) <h2>Create Purls</h2> <form method="post"> <div>Username (if existing your mpiwg username):<input type="text" size="30" name="userName" value="$username"></div> -<div>How many PURLS do you need (maximum 10):<input type="text" size="5" name="amount"></div> +<div>How many PURLS do you need (maximum 10):<input type="text" size="5" name="amount" value="$amount"></div> <div><input type="submit"/></div> </form> \ No newline at end of file
