Jump to content

ksu_asf

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ksu_asf

  1. Сайт на umi.cms При проверке сайта на validator.w3.org выдает ошибки в файле с шаблоном add.xsl прописан вот такой код для формы <xsl:template match="udata[@module = 'webforms'][@method = 'add']" mode="form"> <form enctype="multipart/form-data" method="post" action="/webforms/send/" class="akcyia"> <input type="hidden" name="system_form_id" value="174" /> <input type="hidden" name="system_template" value="webforms" /> <input type="hidden" value="/webforms/posted/" name="ref_onsuccess" /> <xsl:apply-templates select="items" mode="address"/> <table style="width:400px;border:0px;"> <xsl:apply-templates select="groups/group" mode="webforms1"/> </table> <table style="width:400px;border:0px;"> <tr> <td > <input class="akciya_button" type="submit" value="Отправить заявку" /> </td> </tr> </table> </form> </xsl:template> Подскажите, пожалуйста, как можно исправить эти ошибки?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy