You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
677 B
32 lines
677 B
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type"
|
|
content="text/html; charset=iso-8859-1">
|
|
<title>Library samples</title>
|
|
</head>
|
|
<script>
|
|
_skin="skin_standard";
|
|
_lang="en";
|
|
_currentURL="empty.html";
|
|
|
|
function updateContent(skin,lang,url)
|
|
{
|
|
_skin=skin?skin:_skin;
|
|
_lang=lang?lang:_lang;
|
|
_currentURL=url?url:_currentURL;
|
|
frames.Content.location.replace(_currentURL);
|
|
}
|
|
|
|
</script>
|
|
<FRAMESET COLS="33%,*">
|
|
<FRAMESET ROWS="85,*">
|
|
<FRAME NAME="SkinIntl" TITLE="Menu" SRC="skinIntl.html">
|
|
<FRAME NAME="Navigation" TITLE="Menu" SRC="navigation.html">
|
|
</FRAMESET>
|
|
<FRAME NAME="Content" TITLE="Content" SRC="empty.html">
|
|
</FRAMESET>
|
|
|
|
</html>
|