김태영

style save and download button

 - 로그 저장, 다운로드 버튼 추가
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
45 <input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/> 45 <input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/>
46 <input type = "submit" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success" value = "제출"/> 46 <input type = "submit" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success" value = "제출"/>
47 </p> 47 </p>
48 + <button type="button" onclick="">저장</button>
49 + <a href="#" id="link" download="data.txt">다운로드</a>
48 </form> 50 </form>
49 </div> 51 </div>
50 <!-- 인풋 폼 종료 --> 52 <!-- 인풋 폼 종료 -->
......