ludc
2025-01-16 5203081b68e3a8dc139d1807b2f8774e4a00a82a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<HTML><HEAD><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><link href="Resources/axurerpprototype.css" type="text/css" rel="stylesheet"></HEAD>
<BODY>
<A href=# onclick='parent.CloseSitemap()' style='font-size:8pt'>Close Frames</A><br><br>
 
<SCRIPT LANGUAGE="JavaScript">
image1 = new Image();
image1.src = 'Resources/plus.gif';
 
function CloseSitemap()
{
    parent.URL = parent.mainFrame.URL
}
 
function ToggleDiv(node, id)
{
    sibling = document.getElementById(id);
    if (sibling.style.display == 'none')
    {
        if (node.childNodes.length > 0)
        {
            if (node.childNodes[0].tagName == "IMG")
            {
                node.childNodes[0].src = "Resources/minus.gif";
            }
        }
 
        sibling.style.display = '';
    }
    else
    {
        if (node.childNodes.length > 0)
        {
            if (node.childNodes[0].tagName == "IMG")
            {
                node.childNodes[0].src = "Resources/plus.gif";
            }
        }
        sibling.style.display = 'none';
    }
}
 
var currentPage = null;
 
function highlight(id)
{
    if (currentPage != null)
    {
        currentPage.style.backgroundColor = '#EEEEFF';
        currentPage.style.paddingLeft = '0px';
        currentPage.style.paddingRight = '0px';
        currentPage.style.border = '0px solid #666666';
    }
    
    currentPage = document.getElementById(id);
    if (currentPage) {
        currentPage.style.backgroundColor = '#DDDDDD';
        currentPage.style.paddingLeft = '3px';
        currentPage.style.paddingRight = '3px';
        currentPage.style.border = '1px solid #666666';
    }
}
 
</SCRIPT>
<TABLE BORDER="0" cellspacing="0" cellpadding="0">
    <TR>
        <TD nowrap><A onclick="ToggleDiv(this, 'da5d57d5d3da54d12af015a01ee6a3068')"><IMG SRC="Resources/minus.gif"></A>&nbsp;&nbsp;<A onclick="parent.mainFrame.location='Home.html'"><IMG class="plusminus" SRC="Resources/page.gif" border=0><SPAN id="pa5d57d5d3da54d12af015a01ee6a3068">Home</SPAN></A><DIV id="da5d57d5d3da54d12af015a01ee6a3068">
<TABLE BORDER="0" cellspacing="0" cellpadding="0">
    <TR>
        <TD WIDTH="30" nowrap>&nbsp;</TD>
        <TD nowrap><A onclick="parent.mainFrame.location='视图管理.html'"><IMG class="plusminus" SRC="Resources/page.gif" border=0><SPAN id="p5787b7835fbd494fb940b7721b4ea69a">视图管理</SPAN></A><DIV id="td5787b7835fbd494fb940b7721b4ea69a">
            </DIV>
        </TD>
    </TR>
</TABLE>
<TABLE BORDER="0" cellspacing="0" cellpadding="0">
    <TR>
        <TD WIDTH="30" nowrap>&nbsp;</TD>
        <TD nowrap><A onclick="parent.mainFrame.location='模块管理.html'"><IMG class="plusminus" SRC="Resources/page.gif" border=0><SPAN id="pcfaca79e749847f7ac268cdd406027de">模块管理</SPAN></A><DIV id="tdcfaca79e749847f7ac268cdd406027de">
            </DIV>
        </TD>
    </TR>
</TABLE>
            </DIV>
        </TD>
    </TR>
</TABLE></BODY></HTML>