"企業側16:内定/見送り通知メールフォーム"
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> <!-- 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> <!-- 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: