|
|
|
|
|
|
|
|
<div class="button-box col-lg-12"> |
|
|
<div class="button-box col-lg-12"> |
|
|
<div class="single-button-input"> |
|
|
<div class="single-button-input"> |
|
|
<input id="OneTime" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_TIME"> |
|
|
<input id="OneTime" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_TIME"> |
|
|
<label for="OneTime" class="label-available">One Time</label> |
|
|
|
|
|
|
|
|
<label for="OneTime" class="label-available"><span style="color:#FFA463">One</span> Time</label> |
|
|
</input> |
|
|
</input> |
|
|
</div> |
|
|
</div> |
|
|
<div class="single-button-input"> |
|
|
<div class="single-button-input"> |
|
|
<input id="OneHour" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_HOUR"/> <label for="OneHour" class="label-available">1 hour</label> |
|
|
|
|
|
|
|
|
<input id="OneHour" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_HOUR"/> <label for="OneHour" class="label-available">1 <span style="color:#B9CFE4;">hour</span></label> |
|
|
</div> |
|
|
</div> |
|
|
<div class="single-button-input"> |
|
|
<div class="single-button-input"> |
|
|
<input id="OneDay" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_DAY"/> <label for="OneDay" class="label-available">1 day</label> |
|
|
|
|
|
|
|
|
<input id="OneDay" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_DAY"/> <label for="OneDay" class="label-available">1 <span style="color:#B9CFE4;">day</span></label> |
|
|
</div> |
|
|
</div> |
|
|
<div class="single-button-input"> |
|
|
<div class="single-button-input"> |
|
|
<input id="SevenDays" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_WEEK"/> <label for="SevenDays" class="label-available">7 days</label> |
|
|
|
|
|
|
|
|
<input id="SevenDays" class="radio-input" type="radio" asp-for="ChosenPeriod" value="@PeriodOfValidity.ONE_WEEK"/> <label for="SevenDays" class="label-available">7 <span style="color:#B9CFE4;">days</span></label> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<label class="label-text">Message (optional)</label> |
|
|
<label class="label-text">Message (optional)</label> |
|
|
|
|
|
|
|
|
<p>Drag and drop files here or <span style="color: dodgerblue">browse</span></p> |
|
|
<p>Drag and drop files here or <span style="color: dodgerblue">browse</span></p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
@{ |
|
|
|
|
|
@* <div class="files hidden"> *@ |
|
|
|
|
|
@* <div class="label-text">Your files: </div> *@ |
|
|
|
|
|
@* *@ |
|
|
|
|
|
@* </div> *@ |
|
|
|
|
|
} |
|
|
<button class=" btn btn-light share-button" type="submit">Share</button> |
|
|
<button class=" btn btn-light share-button" type="submit">Share</button> |
|
|
</form> |
|
|
</form> |
|
|
<br> |
|
|
<br> |