Page 211 - 3-1
P. 211

<%@page import="java.util.ArrayList"%>
              <%@page import="MDP.ToolDAO"%>
              <%@page import="MDP.ToolVo"%>
              <%@ page language="java" contentType="text/html; charset=UTF-8"

                  pageEncoding="UTF-8"%>
              <!DOCTYPE html>
              <html>
              <head>
              <meta charset="UTF-8">
              <title> 스마트공구함</title>
              <style>
                      table{
                              width:200px;
                      }
                      table, tr, th, td{
                              border:1px solid black;
                              border-collapse:collapse;
                      }
                      th {    <!--  글씨에 대한 설정 -->
                              padding:2px;
                              color:black;

                              background: -webkit-gradient(linear, 78% 20%, 10% 20% from(#6EA562),
              to(#CB520C));
                      }
                      .col1{
                              width:5%;
                              text-align:center;
                      }
                      .col2{
                              width: 15%;
                      }
                      #btn{
                              text-align: right;
                      }
              </style>

              </head>
              <body>




                                                         - 211 -
   206   207   208   209   210   211   212   213   214   215   216