|
|
@ -11,12 +11,30 @@
|
|
|
|
<DataAnnotationsValidator />
|
|
|
|
<DataAnnotationsValidator />
|
|
|
|
<ValidationSummary />
|
|
|
|
<ValidationSummary />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<label for="nom">
|
|
|
|
<label for="nom">
|
|
|
|
Name :
|
|
|
|
Name :
|
|
|
|
<InputText id="nom" @bind-Value="voc.Name" />
|
|
|
|
<InputText id="nom" @bind-Value="voc.Name" />
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<label for="name">
|
|
|
|
|
|
|
|
Name:
|
|
|
|
|
|
|
|
<InputText id="name" @bind-Value="voc.Name" />
|
|
|
|
|
|
|
|
<ValidationMessage For="@(() => voc.Name)" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<label>
|
|
|
|
|
|
|
|
Author
|
|
|
|
|
|
|
|
<InputNumber @bind-Value="voc.Aut" />
|
|
|
|
|
|
|
|
<ValidationMessage For="@(() => voc.Aut)" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
>>>>>>> e13ce594471ea79c152b246fc51c65544632624d
|
|
|
|
|
|
|
|
|
|
|
|
<button type="submit">Submit</button>
|
|
|
|
<button type="submit">Submit</button>
|
|
|
|
</EditForm>
|
|
|
|
</EditForm>
|
|
|
|