diff options
author | Florian <stayawake@lavabit.com> | 2014-02-14 20:46:33 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-14 20:46:33 +0100 |
commit | ff08105be4a6b173e9ec6acb573f208443d5a8d9 (patch) | |
tree | 832cce0581ae84a8bd26c49bb99d325f35765838 /cam.html | |
parent | bb851f65b09d5fe4102057969a18bdee4eccfa31 (diff) |
remove whitespace from textarea
Diffstat (limited to 'cam.html')
-rw-r--r-- | cam.html | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -14,21 +14,15 @@ <p> </p> <p>Personalkennzeichnung</p> - <input id="name"><br> + <input id="formName"><br> <p>Zeitpunkt</p> - <input id="date"><br> + <input id="formDate"><br> <p>Analyse der Aufnahme</p> - <textarea id="analysis"> - - </textarea> + <textarea id="formAnalysis1"></textarea> <p>Bemerkungen zum Untersuchungsverlauf</p> - <textarea id="invAnnotations"> - - </textarea> + <textarea id="formAnalysis2"></textarea> <p>Persönliche Bemerkungen</p> - <textarea id="persAnnotations"> - - </textarea> + <textarea id="formAnalysis3"></textarea> <p> <a href="#" id='printButton' onclick='hideForm()'> </a> </p> |