You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Template/init.htm

33 lines
773 B
HTML

<html>
<head>
<script type="text/tiscript">
// if (view.connectToInspector)
// view.connectToInspector();
view.uniqueid = #init;
View.CommonNative = view.getNativeApi();
View.MainNative = view.getNativeApi("main");
View.ChatNative = view.getNativeApi("chat");
View.ViewInfoNative = view.getNativeApi("viewinfo");
View.PrefsNative = view.getNativeApi("preferences");
View.commonSettings = {
supportAvatars: true,
avatarShowInHint: true,
avatarUsePalette: false,
animateWindows: true,
animatedScroll: true,
quitConfirmation: false,
alertTopMost: false
};
include "vibrant.tis";
function initCommonSettings(sets) {
View.commonSettings = sets;
}
</script>
<include src="common.htm" />
</head>
<body></body>
</html>