(file) Return to config.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/config.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_Internal/enum?class=PG_ConfigSetting', '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="configtable">
40               <table id="configTable" cellpadding="5" border="2">
41                 <tbody>
42                   <tr>
43 karl  1.2.2.2       <th style="font-weight: bold;" title="the name of the property">Parameter Name</th>
44                     <th style="font-weight: bold;" title="the currently set value">Current</th>
45                     <th style="font-weight: bold;" title="setting can be changed without restart [true/false]">Dynamic</th>
46                     <th style="font-weight: bold;" title="value to be set after restart">Planned</th>
47                     <th style="font-weight: bold;" title="the default value">Default</th>
48                     <th style="font-weight: bold;">Actions</th>
49                   </tr>
50                 </tbody>
51               </table>
52               <br>
53               <br>
54               </div>
55               
56               <!--Definition of div overlay to adjust config settings-->
57               <div id="overlay">
58               <div id="inner_overlay">
59               <form style="width: 100%; height: 100%;" name="change_setting" id="settings_form">
60                 <p id="settings_title">property name</p>
61                 <p id="settings_caption">Please enter the new value:</p>
62                 <p id="input_area" width="100%"></p>
63                 <p><input name="checkbox_current" value="current" title="changes are applied instantly" type="checkbox">set current <br>
64 karl  1.2.2.2   <input name="checkbox_planned" value="planned" title="changes are applied at next server start" type="checkbox">set planned </p>
65                 <input name="apply" value="apply" onclick="processFormData(document.change_setting.checkbox_current, document.change_setting.checkbox_planned, document.change_setting.input_value)" type="button">
66                 <input name="close" value="close" onclick="hide_overlay(this, 'overlay')" type="button">
67                 <div id="settings_errorbar"></div>
68               </form>
69               </div>
70               </div>
71               
72               <!--Definition of div overlay to reset config settings-->
73               <div id="overlay_reset">
74               <div id="inner_overlayReset">
75               <form style="width: 100%; height: 100%;" name="reset_setting" id="reset_form">
76                 <p id="reset_title">property name</p> 
77                 <p><input name="checkbox_current_reset" value="current" title="changes are applied instantly" type="checkbox">reset current <br>
78                 <input name="checkbox_planned_reset" value="planned" title="changes are applied at next server start" type="checkbox">reset planned </p>
79                 <input name="submit_reset" value="reset" onclick="processReset(document.reset_setting.checkbox_current_reset, document.reset_setting.checkbox_planned_reset)" type="button">
80                 <input name="close_reset" value="close" onclick="hide_overlay(this, 'overlay_reset')" type="button">
81                 <div id="reset_errorbar"></div>
82               </form>
83               </div>
84               </div>
85 karl  1.2.2.2 </div>
86               
87               <div id="footer">The OpenGroup OpenPegasus <br>
88               </div>
89               
90               </body></html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2