summaryrefslogtreecommitdiffstats
path: root/install/static/index.xhtml
blob: 008e52e230951d0b957f6449fd02b03a8b878322 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>IPA: Identity Policy Audit</title>
    <link href="ipa.css"  rel="stylesheet" type="text/css" />

    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="jquery.cookie.js"></script>
    <script type="text/javascript" src="ipa.js" />
    <script type="text/javascript" src="pageparams.js" />

    <script type="text/javascript" src="navigation.js" />
    <script type="text/javascript" src="sampledata/develop.js" />
    <script type="text/javascript" src="search.js" />
    <script type="text/javascript" src="details.js" />
    <script type="text/javascript" src="user.js" />
    <script type="text/javascript" src="group.js" />
    <script type="text/javascript" src="host.js" />
    <script type="text/javascript" src="hostgroup.js" />
    <script type="text/javascript" src="netgroup.js" />

    <script type="text/javascript">
      $(document).ready(function(){     
      buildNavigation();    
      });
      
    </script>   
  </head>
  <body>

    <div class="Header" id="view1.header1">
      <div class="logo">
	<a href="#"><img src="ipalogo.png" /></a>
      </div>
      <div class="children">
	<div class="LoggedInAs" id="view1.header1.loggedinas1">
	  Logged in as <strong>hardcoded@FREEIP.ORG</strong>
	</div>
      </div>
    </div>
    
    <div id="navigation"> 
      <div id="main-nav" />  
      <div id="sub-nav">Edit: </div>
    </div>
    <div id="search"  style="visibility:hidden">
      <div class="searchControls">
	<span class="filter">
	  <input id="queryFilter" type="text"/>
	  <input id="query" type="submit" value="find" />
	  <input id="new" type="submit" value="new" />
	</span>
      </div> 
	<table id="searchResultsTable"  class="SearchResults" >
	  <thead></thead>
	  <tbody></tbody>
	</table>      
	<div id="searchFooter">Footer</div>
    </div>
    <div id="content" border="1"  style="visibility:hidden" />


  </body>
</html>