summaryrefslogtreecommitdiff
path: root/template/frame.html
blob: e1b73987f287f3c8a45489f6ff36166cbbd0e372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
  <head>
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta name="robots" content="noarchive">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="Generator" content="jfr-aus-butler">
    <title>{{"PAGE_TITLE"|translate}}: {{"BUTLER"|translate}}, {{"ROUND"|translate}}{{round_no}}, {{"SEGMENT"|translate}}{{segment_no}}</title>
    <link rel="stylesheet" type="text/css" href="css/kolorki.css">
  </head>
  <frameset cols="*,325" framespacing="0" border="0" frameborder="0">
    <frame noresize name="polew" src="{{prefix}}normbutler{{round_no}}-{{segment_no}}.html">
    <frame noresize name="popra" src="{{prefix}}{{round_no}}b-{{first_board}}.html">
  </frameset>
</html>