include-base-styles.jsp 422 B

123456
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <link rel="stylesheet" href="${ctx }/css/blueprint/screen.css" type="text/css" media="screen, projection">
  3. <link rel="stylesheet" href="${ctx }/css/blueprint/print.css" type="text/css" media="print">
  4. <!--[if lt IE 8]>
  5. <link rel="stylesheet" href="${ctx }/css/blueprint/ie.css" type="text/css" media="screen, projection">
  6. <![endif]-->