The Bandito Tour: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(Created page with "{{#forminput:form=Ошибка|button text=Сообщить об ошибке|size=40}} {{#form: |name=Ошибка |action=submit |event=on create |page name=Form:Ошибка }} == Ошибка == {{{field|Имя пользователя|input type=text|mandatory}}} {{{field|Электронная почта|input type=email|mandatory}}} {{{field|Описание ошибки|input type=textarea|mandatory}}} {{{standard input|save|label=Отправить}}} {{{sta...")
 
No edit summary
 
Line 1: Line 1:
{{#forminput:form=Ошибка|button text=Сообщить об ошибке|size=40}}
{{#form:  
{{#form:  
|name=Ошибка
|name=Ошибка
Line 8: Line 6:
}}
}}


== Ошибка ==
<div style="max-width: 500px; margin: 0 auto; padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);">
{{{field|Имя пользователя|input type=text|mandatory}}}
    <h2 style="text-align: center;">Сообщить об ошибке</h2>
{{{field|Электронная почта|input type=email|mandatory}}}
   
{{{field|Описание ошибки|input type=textarea|mandatory}}}
    <div style="margin-bottom: 10px;">
 
        <label for="username" style="font-weight: bold;">Имя пользователя</label><br />
{{{standard input|save|label=Отправить}}}
        {{{field|Имя пользователя|input type=text|mandatory|default=}}}
{{{standard input|cancel|label=Отменить}}}
    </div>
{{{standard input|preview|label=Предварительный просмотр}}}
   
    <div style="margin-bottom: 10px;">
        <label for="email" style="font-weight: bold;">Электронная почта</label><br />
        {{{field|Электронная почта|input type=email|mandatory|default=}}}
    </div>
   
    <div style="margin-bottom: 10px;">
        <label for="description" style="font-weight: bold;">Описание ошибки</label><br />
        {{{field|Описание ошибки|input type=textarea|mandatory|default=}}}
    </div>
   
    <div style="text-align: center;">
        {{{standard input|save|label=Отправить}}}
        {{{standard input|cancel|label=Отменить}}}
    </div>
</div>


{{#forminput:target=twentyonewiki@gmail.com|button text=Отправить|size=40}}
{{#forminput:target=twentyonewiki@gmail.com|button text=Отправить|size=40}}

Latest revision as of 11:50, 31 August 2024

{{#form: |name=Ошибка |action=submit |event=on create |page name=Form:Ошибка }}

Сообщить об ошибке

       <label for="username" style="font-weight: bold;">Имя пользователя</label>
Имя пользователя
       <label for="email" style="font-weight: bold;">Электронная почта</label>
Электронная почта
       <label for="description" style="font-weight: bold;">Описание ошибки</label>
Описание ошибки
       save
       cancel