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