<html xmlns="http://www.w3.org/1999/xhtml">
|
<head>
|
<title>ToolTitle</title>
|
|
|
<script language="javascript" src="../ToolsCommon.js"></script>
|
|
<link rel="StyleSheet" href="../Style.css" type="text/css">
|
<style>
|
.MenuButton
|
{
|
height: 78px;
|
width: 65px;
|
margin: 5px;
|
white-space: normal;s
|
}
|
.MenuButtonHighlight
|
{
|
color: Red;
|
font-weight: bold;
|
}
|
</style>
|
</head>
|
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="border: 0;
|
overflow: auto;" id="Body" onload="Init()" onunload="exitTool();" >
|
<!--oncontextmenu="return false;" onclick="bHide=true;HideOptionsNow()" > -->
|
<table border="0" width="100%" cellspacing="0" cellpadding="2">
|
<tr>
|
<td id="TopAreaTD" height="50px" width="100%" valign="middle" style="background-color: #CAD8E2">
|
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
<tr>
|
<td width="12px">
|
</td>
|
<td width="55px">
|
<img src="images/ImageComparisonIcon.gif" />
|
</td>
|
<td id="TitleTD" align="center" class="s12b i18n">
|
ToolName
|
</td>
|
<td valign="top" align="right" id="CloseHelpTd">
|
<img src="../CommonImg/help.gif" border="0" class="i18n" alt="help" title="help" onclick="DisplayHelpPopup6 (SGLang.i18nFile('help.html'),SGLang.i18n('help'))" style="cursor: pointer;">
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
<tr height="1px">
|
<td style="background-repeat: repeat-x;" background="../CommonImg/separator.gif">
|
</td>
|
</tr>
|
<tr>
|
<td>
|
<br />
|
</td>
|
</tr>
|
</table>
|
<table>
|
|
<tr class="s8">
|
<td colspan="2">
|
<button id="Button4" class="MenuButton" onclick="DisplayByAttribute(0)"><span class="i18n">Text_DisplayByAttrBtn</span></button>
|
<button id="Button4" class="MenuButton" onclick="DisplayByAttribute(1)"><span class="i18n">Text_ColorizeByAttrBtn</span></button>
|
</td>
|
</tr>
|
</table>
|
<object id="SGWorld" classid="CLSID:3a4f91b1-65a8-11d5-85c1-0001023952c1" style="visibility:hidden;height:0 "></object>
|
|
<script language="JavaScript">
|
|
//--------------
|
// Init
|
function Init() {
|
}
|
|
//------------------
|
// Reset
|
//------------------
|
function Reset(FirstTime, FromMouseInputMode) {
|
|
}
|
//---------------
|
// exitTool
|
function exitTool() {
|
try {
|
}
|
catch (e) { return }
|
|
|
}
|
|
//--------------
|
// DisplayByAttribute
|
function DisplayByAttribute(Type) {
|
var url = abspath() + "/DisplayByAttribute.html?Type="+Type ;
|
if (Type==0)
|
var name = SGLang.i18n("Text_DisplayByAttributeCaption");
|
else
|
var name = SGLang.i18n("Text_ColorizeByAttributeCaption");
|
var popupMsg = SGWorld.Creator.CreatePopupMessage(name, url, 10, 10, 360, 350, -1);
|
|
popupMsg.Flags = 2 + 32+128 + 2048;
|
SGWorld.Window.ShowPopup(popupMsg);
|
}
|
</script>
|
|
</body>
|
</html>
|
|
|
<!--Sig:00000040AKc8HyzeAumZyfidSovnIa0aNP9iirTTYRM8EPxwjg9Hm0O11G6afif0ZaTzMgRkgBxJNPvOIAA0IPw4gvoTGEJJ-->
|