Skip to content

Commit

Permalink
Add tooltips for form fields #18
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Jan 31, 2024
1 parent c6c53cd commit e0a80cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ <h1>Unleash the full potential of controlled vocabularies in reconciliation</h1>
<form action="/upload" enctype="multipart/form-data" method="post">
<div class="form-group">
<label for="account">Account for Dataset
<a title="Imagine it like a namespace that holds your vocabulary. Since the service is free for everyone to use, other people could potentially overwrite your vocabulary. So choose a name not too common."></a>
</label>
<input type="text" id="account" name="account" required />
<label for="language">Language to use for Reconciliation</label>
<label for="language">Language to use for Reconciliation
<a title="Reconciliation is done against a specific language. So tell us what language of your vocabulary we should use."></a>
</label>
<input type="text" id="language" name="language" required placeholder="e.g. de" />
<label for="file_upload">
Please select a file to upload (.ttl)
Expand Down

0 comments on commit e0a80cd

Please sign in to comment.