"企業側8:報告する"
Bootstrap 3.3.0 Snippet by Yutayamamoto

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>報告する</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">名前</label> <div class="col-md-4"> <input name="textinput" class="form-control input-md" id="textinput" type="text" placeholder="例:前進太郎 "> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">メールアドレス </label> <div class="col-md-4"> <input name="textinput" class="form-control input-md" id="textinput" type="text" placeholder="例:zenshin.tarou@zenshin.com"> </div> </div> <!-- Multiple Checkboxes (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="checkboxes">通知概要</label> <div class="col-md-4"> <label class="checkbox-inline" for="checkboxes-0"> <input name="checkboxes" id="checkboxes-0" type="checkbox" value=""> 不適切な内容を含んでいる </label> <label class="checkbox-inline" for="checkboxes-1"> <input name="checkboxes" id="checkboxes-1" type="checkbox" value=""> 不適切な画像・写真・動画などを使用している </label> <label class="checkbox-inline" for="checkboxes-2"> <input name="checkboxes" id="checkboxes-2" type="checkbox" value=""> 公序良俗に反した内容を含んでいる </label> <label class="checkbox-inline" for="checkboxes-3"> <input name="checkboxes" id="checkboxes-3" type="checkbox" value=""> 公序良俗に反した画像・写真・動画などを使用している </label> <label class="checkbox-inline" for="checkboxes-4"> <input name="checkboxes" id="checkboxes-4" type="checkbox" value=""> ページが上手く表示されない </label> <label class="checkbox-inline" for="checkboxes-5"> <input name="checkboxes" id="checkboxes-5" type="checkbox" value=""> その他 </label> </div> </div> <!-- Textarea --> <div class="form-group"> <label class="col-md-4 control-label" for="textarea">本文</label> <div class="col-md-4"> <textarea name="textarea" class="form-control" id="textarea"></textarea> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="singlebutton"></label> <div class="col-md-4"> <button name="singlebutton" class="btn btn-primary" id="singlebutton">報告する</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: