Branch libreoffice-5-0-4
[LibreOffice.git] / sd / res / webview / webcast.asp
blobf084fc2dfc3378bbc58f8d97032f5e348c7611fa
1 <%
2 Option Explicit
3 Response.Expires = 0
4 %>
5 <!--
6 * This file is part of the LibreOffice project.
8 * This Source Code Form is subject to the terms of the Mozilla Public
9 * License, v. 2.0. If a copy of the MPL was not distributed with this
10 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 * This file incorporates work covered by the following license notice:
14 * Licensed to the Apache Software Foundation (ASF) under one or more
15 * contributor license agreements. See the NOTICE file distributed
16 * with this work for additional information regarding copyright
17 * ownership. The ASF licenses this file to you under the Apache
18 * License, Version 2.0 (the "License"); you may not use this file
19 * except in compliance with the License. You may obtain a copy of
20 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 -->
23 <!-- #include file = "common.inc" -->
26 Session( "GIFID" ) = File_getDataVirtual( csFileCurrent, ".", ";" )( 0 )
29 <HTML>
31 <HEAD>
32 </HEAD>
34 <FRAMESET ROWS="*,2" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
35 <FRAME SRC="./show.asp" NAME="frame1" SCROLLING=yes RESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>
36 <FRAME SRC="./poll.asp" NAME="frame2" SCROLLING=no NORESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>
37 </FRAMESET>
39 <NOFRAMES>
41 <BODY BGCOLOR="white">
42 <META HTTP-EQUIV="-REFRESH" CONTENT="1;URL=./show.asp">
43 </BODY>
45 </HTML>