<html>
    <head>
    <title>Content Repository Extreme 1.22.5</title>
    <script type="text/javascript" src="/crx/explorer/crx_main_files/admin.js"></script>
    <script type="text/javascript" src="/crx/explorer/ui/util.js"></script>
    <link href="/crx/explorer/crx_main_files/admin.css" type="text/css" rel="stylesheet">
    <script type="text/javascript">
        function openBrowser() {
            var win = window.open("browser/index.jsp", "browser_window", "menubar=no,resizable=yes,status=yes");
                win.focus();
        }

        function openNTAdmin() {
            var win = window.open("nodetypes/index.jsp", "ntadmin_window", "menubar=no,resizable=yes,status=yes");
            win.focus();
        }

        function openUserAdmin() {
            var uri = "/crx/explorer/ui/usereditor.jsp";
            uri+= "?ck=" + new Date().valueOf();
            uri+= "&Path=" + escape("/home/users");
            var win = window.open(uri, "userAdministration" , "scroll=yes, height=550, width=690, resizable=no, status=no");
            win.focus();
        }
        function openGroupAdmin() {
            var uri = "/crx/explorer/ui/usereditor.jsp";
            uri+= "?ck=" + new Date().valueOf();
            uri+= "&Path=" + escape("/home/groups");
            var win = window.open(uri, "groupAdministration" , "scroll=yes, height=550, width=690, resizable=no, status=no");
            win.focus();
        }

        function openPrincipalAdmin() {
            var uri = "/crx/explorer/ui/principal_administration.jsp";
            uri+= "?ck=" + new Date().valueOf();
            var win = window.open(uri, "principalAdministration" , "scroll=yes, height=550, width=690, resizable=no, status=no");
            win.focus();
        }

        function openAccessControlEditor() {
            var uri = "/crx/explorer/ui/aceditor.jsp";
            uri+= "?ck=" + new Date().valueOf();
            uri+= "&Path=/";
            var win = window.open(uri, "acEditor" , "scroll=yes, height=910, width=800, resizable=yes, status=no");
            win.focus();
        }
    </script>
<script src="/crx/explorer/ui/mvcontrol.js?ck=1651098300868"></script>
<script>
MVControl.setDocroot("/crx/explorer");
</script>
</head>
<body>
<center>
<table id=maintable cellSpacing=0 cellPadding=0 align=center border=0>
  <tbody>
  <tr>
    <td class=toolcell colSpan=2>&nbsp;&nbsp;<A href="http://www.adobe.com/" target=_blank>www.adobe.com</A>&nbsp;&nbsp; </td></tr>
  <tr>
    <td class=bannercell colspan=2><SPAN class=leadcelltext>Content Repository Extreme 1.22.5<br>JSR-283 Compliant Repository</SPAN></TD>
  <tr>
    <td id=technavcell colSpan=2>
      <div id=technav>
      <span class="technavat">Main Console</span><a href="/crx/explorer/config/index.jsp">Repository Configuration</a></DIV></TD></TR>
  <TR>
    <TD class=techcontentcell valign=top>
        <table class=content cellSpacing=0 cellPadding=0>
        <tbody>
        <TR class=content>
              <TH class=content colSpan=2>UserID: anonymous | Workspace: crx.default
        | <a href="/crx/explorer/login.jsp">Log In</a>
	</TH></TR><TR class=content>
      <TD class=content><NOBR><img alt="Content Explorer" src="imgs/folder_cubes.gif"></NOBR></TD>
      <TD class=content width="100%"><a  href="javascript:openBrowser()">Content Explorer</a></TD>
    </TR>
    <TR class=content>
      <TD class=content><NOBR><img alt="Node Type Administration" src="imgs/cube_molecule_preferences.gif"></NOBR></TD>
      <TD class=content width="100%"><a href="javascript:openNTAdmin()">Node Type Administration</a></TD>
    </TR>
    <TR class=content>
      <TD class=content><NOBR><img alt="Package Manager" src="imgs/package.gif"></NOBR></TD>
      <TD class=content width="100%">
          <a href="/crx/explorer/../packmgr/index.jsp">Package Manager</a>
      </TD>
    </TR>
    <TR class=content>
          <TD class=content><NOBR><img src="imgs/users4.gif"></NOBR></TD>
          <TD class=content width="100%">
              <a href="javascript:openUserAdmin()">User Administration</a>,
              <a href="javascript:openGroupAdmin()">Group Administration</a>,
              <a href="javascript:openPrincipalAdmin()">Principal Administration</a>
              </TD>
        </TR>
    <TR class=content>
      <TD class=content><NOBR></NOBR></TD>
      <TD class=content width="100%"><a href="javascript:openAccessControlEditor()">Access Control Editor</a></TD>
    </TR>
    <TR class=content>
      <TD class=content><NOBR><img alt="CRXDE Lite" src="imgs/oszillograph.png"></NOBR></TD>
      <TD class=content width="100%"><a target="_new" href="/crx/explorer/../de/">CRXDE Lite</a></TD>
    </TR>
    <TR class=content>
      <TD class=content><NOBR><img alt="Repository Configuration" src="imgs/gears_preferences.gif"></NOBR></TD>
      <TD class=content width="100%"><a href="config/index.jsp">Repository Configuration</a></TD>
    </TR>
    </tbody></table></td>
                    <td class="relatedcell" valign="top" id="related">
                        <script type="text/javascript">
 function checkVersion() {
 }

 function upToDate() {
     drawIt(new Array("null","CRX Download","/crx/explorer/imgs/related/folder_into.gif"));
 }

 function newVersionAvailable(doNotTell) {
     // tell server that a check got performed (perform in 24h again)
     if (doNotTell != true) {
         tellNewVersionAvailable()
     }
     drawIt(new Array("null","CRX Update Available","/crx/explorer/imgs/related/folder_into.gif"));
 }

 function tellNewVersionAvailable() {
     var httpcon = document.all ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
     if (httpcon) {
         var url = "set_checktime.jsp?time=1651098300870";
         httpcon.open('GET', url, false);
         httpcon.send(null);
     }
 }

 function getRelatedHTML(related) {
     var str = '<table class="related"';
     for (var i in related) {
         var url = related[i][0];
         var text = related[i][1];
         var icon = related[i][2];
         str += '<tr><td class="relatedleft"><a class="related" target="_blank" href="'+url+'" title="'+text+'"><img src="'+icon+'" border="0" /></a></td><td class="related"><a class="related" target="_blank" href="'+url+'">'+text+'</a></td></tr>';
     }
     str += '</table>';
     return str;
 }

 function drawIt(crxUpDown) {
    var related = new Array();
    related.push(crxUpDown);
    related.push(new Array("http://groups.yahoo.com/group/jcr-crx","CRX Mailing List","/crx/explorer/imgs/related/question_and_answer.gif"));
    related.push(new Array("mailto:oemsales@day.com","OEM Partner Program","/crx/explorer/imgs/related/creditcards.gif"));
    related.push(new Array("http://www.day.com/jsr283","JSR 283 Specification","/crx/explorer/imgs/related/notebook_preferences.gif"));
    related.push(new Array("mailto:jsr-283-comments@jcp.org","JSR 283 Comment","/crx/explorer/imgs/related/lightbulb_on.gif"));

    var relatedHTML = getRelatedHTML(related);
    var relatedTable = document.getElementById("related");
    relatedTable.innerHTML = relatedHTML;
 }

 checkVersion();

 </script>
</td>
                </tr>
                <tr>
                    <td class="claimcell">&nbsp;&nbsp;Global Content Management&nbsp;&nbsp;
                      &nbsp;&nbsp;Copyright © 2011 Adobe Systems Incorporated&nbsp;&nbsp; &nbsp;&nbsp;<a
                      href="http://www.adobe.com/">www.adobe.com</a>&nbsp;&nbsp; </td>
                    <td bgColor="#000000">&nbsp;</td>
                </tr>
            </tbody>
        </table>
    </center>
</body>
</html>
