48 lines
2.2 KiB
HTML
48 lines
2.2 KiB
HTML
<!--suppress HtmlUnknownTag, HtmlUnknownTag -->
|
|
<page minimal_permission_level="2" secret="yes" page_title="Prieskum"></page>
|
|
<form id="surveyForm">
|
|
<h3>Spokojnosť so stránkou:</h3>
|
|
<input type="radio" name="satisfaction" value="5" id="spokojnost_super">
|
|
<label for="spokojnost_super">Super</label>
|
|
<input type="radio" name="satisfaction" value="4" id="spokojnost_dobre">
|
|
<label for="spokojnost_dobre">Dobre</label>
|
|
<input type="radio" name="satisfaction" value="3" id="spokojnost_da_sa">
|
|
<label for="spokojnost_da_sa">Dá sa</label>
|
|
<input type="radio" name="satisfaction" value="2" id="spokojnost_zle">
|
|
<label for="spokojnost_zle">Zle</label>
|
|
<input type="radio" name="satisfaction" value="1" id="spokojnost_nanic">
|
|
<label for="spokojnost_nanic">Nanič</label>
|
|
<br>
|
|
<br>
|
|
<h3>Funkčnosť stránky:</h3>
|
|
<input type="radio" name="functionality" value="5" id="funkcnost_super">
|
|
<label for="funkcnost_super">Super</label>
|
|
<input type="radio" name="functionality" value="4" id="funkcnost_dobre">
|
|
<label for="funkcnost_dobre">Dobre</label>
|
|
<input type="radio" name="functionality" value="3" id="funkcnost_da_sa">
|
|
<label for="funkcnost_da_sa">Dá sa</label>
|
|
<input type="radio" name="functionality" value="2" id="funkcnost_zle">
|
|
<label for="funkcnost_zle">Zle</label>
|
|
<input type="radio" name="functionality" value="1" id="funkcnost_nanic">
|
|
<label for="funkcnost_nanic">Nanič</label>
|
|
<br>
|
|
<br>
|
|
<h3>Obsah stránky:</h3>
|
|
<input type="radio" name="content" value="5" id="content_super">
|
|
<label for="content_super">Super</label>
|
|
<input type="radio" name="content" value="4" id="content_dobre">
|
|
<label for="content_dobre">Dobre</label>
|
|
<input type="radio" name="content" value="3" id="content_da_sa">
|
|
<label for="content_da_sa">Dá sa</label>
|
|
<input type="radio" name="content" value="2" id="content_zle">
|
|
<label for="content_zle">Zle</label>
|
|
<input type="radio" name="content" value="1" id="content_nanic">
|
|
<label for="content_nanic">Nanič</label>
|
|
<br>
|
|
<br>
|
|
<textarea name="comment" placeholder="Komentár" cols="80" rows="10" required></textarea>
|
|
<br>
|
|
<br>
|
|
<button type="button" onclick="surveySubmit()">Odoslať</button>
|
|
</form>
|