This commit is contained in:
Artyom_Yashin 2024-05-26 17:30:15 +04:00
parent 814321996b
commit 6a2ff9b373

View File

@ -18,10 +18,10 @@
}
</select>
</div>
<asp:RadioButton id="word" name="word" runat="server" GroupName="format">Получать в формате Word</asp:RadioButton>
<asp:RadioButton id="excel" name="excel" runat="server" GroupName="format">Получать в формате Word</asp:RadioButton>
<input id="word" type="radio" name=" word" value="Получать в формате Word" GroupName="format"/>
<input id="word" type="radio" name=" word" value="Получать в формате Word" GroupName="format" />
<input id="word" type="radio" name="word" GroupName="format"/>
<label for="word">Получать в формате Word</label>
<input id="excel" type="radio" name="excel" GroupName="format"/>
<label for="excel">Получать в формате Excel</label>
</div>
<div class="row">
<div class="col-9"></div>