File:Sample web form-ja.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Sample_web_form-ja.png(487 × 337 pixels, file size: 27 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: A sample form in HTML and generated with Mozilla Firefox.

This form shows a combined sample of (in order from top to bottom):

Date
Source This file was derived from: Sample web form.png
Author User:Orthogonal
Permission
(Reusing this file)
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
GNU head

This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details.

Other versions

HTML[edit]

The following is the HTML used to create this form:

 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <FORM method="post" action="bar.php">
  <TABLE border="1">
   <TR bgcolor="#CCCCFF">
    <TH>名前</TH>
    <TH></TH>
   </TR>
   <TR>
    <TD>名前</TD>
    <TD>
     <input type="text" name="name" size="25">
    </TD>
   </TR>
   <TR>
    <TD>性別</TD>
    <TD>
     <input type="radio" name="sex" value="male"> 男性
     <br>
     <input type="radio" name="sex" value="female" checked> 女性
    </TD>
   </TR>
   <TR>
    <TD>目の色</TD>
    <TD>
     <select name="eye color">
      <option>青い</option>
      <option>茶色</option>
      <option selected></option>
      <option></option>
     </select>
    </TD>
   </TR>
   <TR>
    <TD>あてはまるものを選んでください。</TD>
    <TD>
     <input type="checkbox" name="height" value="1">身長180 cm以上</input>
     <br>
     <input type="checkbox" name="weight" value="1">体重90 kg以上</input>
    </TD>
   </TR>
   <TR>
    <TD colspan="2">ご自身の身体能力について書いてください。<br>
     <textarea name="athletic" cols="50" rows="4"></textarea>
    </TD>
   </TR>
   <TR>
    <TD colspan="2" align="center">
     <input type="submit" value="入力内容を送信する">
    </TD>
   </TR>
  </TABLE>
 </FORM>

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:08, 22 December 2014Thumbnail for version as of 21:08, 22 December 2014487 × 337 (27 KB)Orthogonal1 (talk | contribs)Fixed incorrect translation (see https://ja.wikipedia.org/wiki/Wikipedia:Help_for_Non-Japanese_Speakers#HTML.E3.83.95.E3.82.A9.E3.83.BC.E3.83.A0)
05:46, 22 December 2014Thumbnail for version as of 05:46, 22 December 2014457 × 341 (24 KB)Orthogonal1 (talk | contribs)Made the default selection (green/緑) match the information contained in the html
22:15, 21 December 2014Thumbnail for version as of 22:15, 21 December 2014457 × 342 (24 KB)Orthogonal1 (talk | contribs){{Information |Description={{en|A sample form in HTML and generated with Mozilla Firefox. This form shows a combined sample of (in order from top to bottom): * a text box * a pai...

File usage on other wikis

The following other wikis use this file: