Page 215 - 3-1
P. 215

<%@ page language="java" contentType="text/html; charset=UTF-8"
                  pageEncoding="UTF-8"%>
              <!DOCTYPE html>
              <html>
              <head>
              <meta charset="UTF-8">
              <title></title>

              <style type="text/css">
                      #containar{
                              width : 280px;
                              border : 1px solid pink;
                      }
                      #top{
                              text-aling : center;
                              color : #ff8c00;
                              text-shadow : 2px 2px 2px #000000;
                              border-button: 1px solid black;
                      }
                      #context{
                              margin-left : 7px;
                      }
                      #button{
                              margin-left : 25px;
                      }

                      #ToolName, #Count{
                              margin-left:6px;
                      }
              </style>
              </head>
              <body>
                      <form action = "writeOK.jsp" name="frm">
                              <div id="container">
                                      <div id="top">
                                              <p>
                                                      <h3> 부품추가</h3>
                                              </p>
                                      </div>
                                      <div id="ToolName">





                                                         - 215 -
   210   211   212   213   214   215   216   217   218   219   220