17 lines
810 B
HTML
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>
|