<%@ page contentType="text/html; charset=iso-8859-2" language="java" import="java.sql.*" errorPage="" %> <% String symbol = request.getParameter("var"); if (symbol == null) { symbol = "content2_cz.jsp"; } else{ symbol = symbol +".jsp"; } %> <% String wydarzenie = request.getParameter("wydarzenie"); String year = request.getParameter("year"); if ( wydarzenie != null && symbol != null ) { if(year==null) symbol = "wydarzenia_promocyjne/" + wydarzenie +".jsp"; if(year!=null) symbol = "wydarzenia_promocyjne/"+year+"/" + wydarzenie +".jsp"; } %> Bielsko-Biała