"企業側10:設定・通知メール設定"
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=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">通知先アドレス2</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">通知先アドレス3</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">通知先アドレス4</label> <div class="col-md-4"> <input name="textinput" class="form-control input-md" id="textinput" type="text" placeholder=""> </div> </div> <!-- Multiple Radios --> <div class="form-group"> <label class="col-md-4 control-label" for="radios">通知頻度(応募メッセージ)</label> <div class="col-md-4"> <div class="radio"> <label for="radios-0"> <input name="radios" id="radios-0" type="radio" checked="checked" value=""> 10分ごと </label> </div> <div class="radio"> <label for="radios-1"> <input name="radios" id="radios-1" type="radio" value=""> 30分ごと </label> </div> <div class="radio"> <label for="radios-2"> <input name="radios" id="radios-2" type="radio" value=""> 1時間ごと </label> </div> <div class="radio"> <label for="radios-3"> <input name="radios" id="radios-3" type="radio" value=""> 3時間ごと </label> </div> <div class="radio"> <label for="radios-4"> <input name="radios" id="radios-4" type="radio" value=""> 毎日 </label> </div> </div> </div> <!-- Multiple Radios (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="radios">通知頻度(新着の気になる通知)</label> <div class="col-md-4"> <label class="radio-inline" for="radios-0"> <input name="radios" id="radios-0" type="radio" checked="checked" value=""> 10分ごと </label> <label class="radio-inline" for="radios-1"> <input name="radios" id="radios-1" type="radio" value=""> 30分ごと </label> <label class="radio-inline" for="radios-2"> <input name="radios" id="radios-2" type="radio" value=""> 1時間ごと </label> <label class="radio-inline" for="radios-3"> <input name="radios" id="radios-3" type="radio" value=""> 3時間ごと </label> <label class="radio-inline" for="radios-4"> <input name="radios" id="radios-4" type="radio" value=""> 毎日 </label> <label class="radio-inline" for="radios-5"> <input name="radios" id="radios-5" type="radio" value=""> 配信しない </label> </div> </div> <!-- Multiple Radios --> <div class="form-group"> <label class="col-md-4 control-label" for="radios">気になるリストのユーザーへのメール通知設定</label> <div class="col-md-4"> <div class="radio"> <label for="radios-0"> <input name="radios" id="radios-0" type="radio" checked="checked" value=""> 通知する </label> </div> <div class="radio"> <label for="radios-1"> <input name="radios" id="radios-1" type="radio" value=""> 通知しない </label> </div> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for=""></label> <div class="col-md-4"> <button class="btn btn-primary">変更する</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: