home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <TITLE>Choose order of categories</TITLE>
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
- <STYLE>
- <!--
- .dlgButton {font-family: Verdana,Arial; font-size: 8pt; font-weight: bold; width: 80}
- -->
- </STYLE>
- <SCRIPT LANGUAGE="javascript" SRC="lib.js"></SCRIPT>
- <SCRIPT defer>
-
-
- function onOKey()
- {
- TreeFrame.SaveCTOrder ();
- window.returnValue = 1;
- window.close();
-
- }
- function onCancel()
- {
- window.returnValue = 0;
- window.close();
- }
-
- function InitL()
- {
- fnResize(document, window);
- SourceXML=window.dialogArguments;
- if (!SourceXML)
- window.close();
-
- window.frames[0].Init(SourceXML);
- }
-
- function onKeyPress ()
- {
- if (event.keyCode == 13)
- onOKey();
-
- if (event.keyCode == 27)
- onCancel();
- }
-
-
-
- </SCRIPT>
- </HEAD>
- <BODY bgColor=silver onload="InitL()" onkeydown="onKeyPress()">
- <CENTER>
- <BR>
- <DIV style="FONT-FAMILY: Verdana,Arial; FONT-SIZE: 9pt; FONT-WEIGHT: 600">You can choose category position in the list:</DIV>
- <DIV>
- <BR>
- <IFRAME SRC="list.htm" style="HEIGHT: 280px; WIDTH: 500px" ID=TreeFrame>
- </IFRAME>
- </DIV>
- <BR>
- <BUTTON id=buttonOK name=buttonOK onclick="onOKey()" title="OK" class="dlgButton" tabindex=1 style="LEFT: 180px; POSITION: absolute"><IMG src="color.bmp">OK</BUTTON>
- <BUTTON id=Cancel name=Cancel onclick="onCancel()" title="Cancel" class="dlgButton" tabindex=0 style="LEFT: 290px; POSITION: absolute"><IMG src="color.bmp">Cancel</BUTTON>
- </CENTER>
- </BODY>
- </HTML>
-