summaryrefslogtreecommitdiff
path: root/template/frame.html
blob: a3f1d3c26669d0f005a9c218fa73419689f1c2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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">
    {% if favicon %}
    <link rel="shortcut icon" href="images/{{favicon}}" type="image/x-icon">
    <link rel="icon" href="images/{{favicon}}" type="image/x-icon">
    {% endif %}
  </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>