(file) Return to provider.html CVS log (file) (dir) Up to [Pegasus] / pegasus / www

 1 karl  1.2.2.2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2               <html><head>
 3                 
 4                 <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
 5                 <title>OpenPegasus Web Config Interface</title>
 6               
 7                 
 8                 <script type="text/javascript" src="js/common.js"></script>  
 9                 <script type="text/javascript" src="js/provider.js"></script>
10                 <script type="text/javascript" src="js/json2.js"></script>
11                 
12                 <link rel="stylesheet" href="css/style.css" type="text/css">
13               
14               </head><body id="body" onload="genericRequestGet('root%2FPG_InterOp/enum?class=PG_ProviderModule', 'writeContent', false);">
15               <div id="header">
16               <table id="header_table" border="1" cellpadding="2" cellspacing="2">
17                 <tbody>
18                   <tr>
19                     <td style="border-style: none; vertical-align: top; width: 309px;"><img style="width: 100px; height: 100px; margin-bottom: auto;" alt="PegasusIcon" src="images/pegicon2.gif" align="left" hspace="5" vspace="0"></td>
20                     <td style="border-style: none; vertical-align: top; width: 701px;">OpenPegasus
21               webadmin interface</td>
22 karl  1.2.2.2     </tr>
23                 </tbody>
24               </table>
25               </div>
26               
27               <div id="menu1">
28               <ul id="navlist">
29                 <li id="active"><a href="index.html" id="current">Information Center</a></li>
30                 <li><a href="config.html" >Configuration</a></li>
31                 <li><a href="provider.html">Provider Management</a></li>
32                 <li><a href="indication.html">Indication Management</a></li>
33               </ul>
34               </div>
35               
36               <br>
37               
38               <div id="content">
39               <div id="providertable">
40               <table id="providerTable" cellpadding="5" border="2">
41                 <tbody>
42                   <tr>
43 karl  1.2.2.2       <th style="font-weight: bold;" title="the name of the provider module">ProviderModuleName</th>
44                     <th style="font-weight: bold;" title="the library name">ProviderName</th>
45                     <th style="font-weight: bold;" title="the provider vendor">Vendor</th>
46                     <th style="font-weight: bold;" title="provider version">Version</th>
47                     <th style="font-weight: bold;" title="provider interface">InterfaceType</th>
48                     <th style="font-weight: bold;" title="provider status">OperationalStatus</th>
49                   </tr>
50                 </tbody>
51               </table>
52               <br>
53               <br>
54               </div>
55               
56               <div id="footer">The OpenGroup OpenPegasus <br>
57               </div>
58               
59               </body></html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2