Files
gpw_next/GPW.CORE.WRKLOG/wwwroot/help/templates/default/tpl.frameset.html
T
2022-02-10 12:16:48 +01:00

17 lines
810 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{WINDOW_TITLE} {PAGETITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{LOCATION_STYLESHEET}" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<frameset cols="{WIDTH_LEFT},{WIDTH_RIGHT}">
<frame src="{SRC_LEFT}" title="{TITLE_LEFT}" name="{NAME_LEFT}" id="{NAME_LEFT}" marginwidth="0" marginheight="0" scrolling="auto" />
<frame src="{SRC_RIGHT}" title="{TITLE_RIGHT}" name="{NAME_RIGHT}" id="{NAME_RIGHT}" marginwidth="0" marginheight="0" scrolling="auto" />
<noframes>
The repository interface requires a <b>frames-capable</b> web browser.
</noframes>
</frameset>
</html>