Magellan Linux

Annotation of /alx-src/branches/alx-web-060/show.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2199 - (hide annotations) (download)
Tue Jun 7 18:29:36 2011 UTC (12 years, 11 months ago) by niro
File size: 19235 byte(s)
-fixed whitepaces
-use sshdo() for all client actions
1 niro 1610 <?
2 niro 2199 // INCLUDE UND TABELLEN-DEFINITIONEN
3     include('include/basesql.php');
4 niro 1726
5 niro 2199 // INCLUDE CURRENT-PROBLEMS
6     include('include/current-problems.php');
7 niro 1726
8 niro 2199 $tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version');
9     $multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0);
10     $data = array();
11 niro 1610
12    
13 niro 2199 // get alx version info for
14     $alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id);
15     $alxos = $alxinfo[os];
16     $alxutils = $alxinfo[utils];
17 niro 1610
18 niro 2199 if($kill==1)
19     {
20     foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id);
21 niro 1610
22 niro 2199 echo '<body onload="window.setTimeout(\'window.close()\', 1750)">';
23     echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>';
24 niro 1610
25 niro 2199 if($id<0) echo 'ACTIVATED #'.abs($id);
26     else echo 'DEACTIVATED #'.$id;
27 niro 1610
28 niro 2199 echo '</td></tr></table>';
29     return true;
30     }
31 niro 1610
32 niro 2199 // FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID)
33     $drop = array();
34     if($alxos >= '0.5.3')
35     {
36     $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mach64', 'mga', 'openchrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng');
37     }
38     else
39     {
40     $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'via');
41     }
42     $drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x960', '1280x1024', '1360x768', '1366x768', '1400x1050', '1440x900', '1600x1200', '1680x1050', '1280x720', '1920x1080');
43     $drop['depth'] = array('24', '16', '8');
44     $drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2');
45     $drop['keyboard'] = array('PC105');
46     $drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211', 'b44', 'bnx2', 'dl2k', 'e1000', 'forcedeth', 'r8169', 'sk98lin', 'tg3', 'via-velocity');
47     $drop['networking'] = array('dhcp', 'static');
48     $drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp');
49     $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');
50     $drop['id'] = 'hidden';
51     $drop['flg_modified'] = '1';
52     $drop['serial'] = 'ignore';
53     if($alxos>='0.5.3')
54     {
55     $drop['monitorid'] = 'ignore';
56     $drop['refresh_rate'] = array('','60','75','85','100');
57     }
58     else
59     {
60     $drop['monitorid'] = 'monitorid';
61     $drop['refresh_rate'] = 'ignore';
62     }
63     $drop['hostname'] = 'bold';
64     $drop['session'] = 'bold';
65     $drop['cfg_autostart_session'] = 'filename';
66     $drop['mtime'] = 'showtime';
67     $drop['mac'] = 'show';
68     $drop['client_serials_serial'] = 'show';
69     $drop['password'] = 'password';
70     $drop['shell'] = 'password';
71     $drop['vnc'] = 'password';
72     $drop['samba'] = 'password';
73     $drop['station'] = 'password';
74     $drop['txt'] = 'txt';
75     $drop['screensaver'] = array('','blank', 'random', 'ant', 'ant3d', 'apollonian', 'ball', 'bat', 'blot', 'bomb', 'bouboule',
76     'bounce', 'braid', 'bubble', 'bug', 'clock', 'coral', 'crystal', 'daisy', 'dclock', 'decay', 'deco',
77     'demon', 'dilemma', 'discrete', 'dragon', 'drift', 'euler2d', 'eyes', 'fadeplot', 'fiberlamp', 'flag',
78     'flame', 'flow', 'forest', 'galaxy', 'goop', 'grav', 'helix', 'hop', 'hyper', 'ico', 'ifs', 'image',
79     'juggle', 'julia', 'kaleid', 'kumppa', 'laser', 'life', 'life1d', 'life3d', 'lightning', 'lisa', 'lissie',
80     'loop', 'lyapunov', 'mandelbrot', 'marquee', 'matrix', 'maze', 'mountain', 'munch', 'nose', 'pacman',
81     'penrose', 'petal', 'petri', 'polyominoes', 'puzzle', 'pyro', 'qix', 'roll', 'rotor', 'scooter', 'shape',
82     'sierpinski', 'slip', 'solitare', 'space', 'sphere', 'spiral', 'spline', 'star', 'starfish', 'strange',
83     'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle',
84     'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack');
85     $drop['iface'] = array('eth0', 'wlan0');
86     $drop['client_version_os'] = 'show';
87     $drop['client_version_utils'] = 'show';
88 niro 1610
89 niro 2199 // ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_
90     $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto');
91     $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'off');
92     $drop['wireless_key_length'] = array('', '64', '128', '256');
93     $drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14');
94     $drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G',
95     '2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G');
96     $drop['wireless_key'] = 'password';
97     $drop['wireless_key_ascii'] = 'password';
98 niro 1610
99 niro 2199 // GGF. NEUEN DATENSATZ EINFÜGEN
100     if(isset($_POST['do_add']))
101     {
102     list($bla,$what) = explode(' ',$_POST['do_add']);
103     if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id));
104     else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id));
105     else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id));
106     else if($what=='SESSION') sqladd('cfg_sessions', array('domain'=>'DOM_AKA_NT', 'browseradrs'=>'128.20.50.50;128.20.50.66;128.20.50.71;128.20.50.46;128.20.100.31;128.20.100.32', 'serial'=>$id));
107     else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id));
108     }
109 niro 1610
110    
111 niro 2199 // GGF. SPEICHERN
112     if($_POST['do_upl'])
113     {
114     function postarr($prefix)
115 niro 1610 {
116 niro 2199 $prefix.='_';
117     $prelen = strlen($prefix);
118 niro 1610
119 niro 2199 $arr = array();
120     foreach($_POST as $k=>$v)
121     if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS'))
122     $arr[substr($k,$prelen)] = stripslashes($v);
123 niro 1610
124 niro 2199 return $arr;
125     }
126 niro 1610
127 niro 2199 foreach($tabs as $k=>$t)
128     {
129     if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id);
130     else
131 niro 1610 {
132 niro 2199 $i=0;
133     while(isset($_POST[$t.'_'.$i.'_id']))
134 niro 1610 {
135 niro 2199 if($_POST[$t.'_'.$i.'_delete'])
136     mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']);
137     else
138     mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']);
139     $i++;
140     }
141 niro 1610 }
142     }
143 niro 2199 }
144 niro 1610
145    
146 niro 2199 // EINLESEN DER DATEN AUS SQL-TABELLEN
147     foreach($tabs as $k=>$t)
148     {
149     if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id);
150     else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id);
151     }
152 niro 1610
153 niro 2199 // ANZEIGEN - KLAPPFUNKTIONEN
154     $absnames = array();
155    
156     function openabs($heading, $helpfile='')
157     {
158     global $absnames;
159     $absnames[] = $heading;
160 niro 1610
161 niro 2199 // <AufZuLink> <Bild/> <Heading/> </AufZuLink><BR/> <Absatz>
162    
163     if( $_SESSION['openclose'][$heading] )
164 niro 1610 {
165 niro 2199 echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>';
166     if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
167     echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">';
168 niro 1610 }
169 niro 2199 else
170 niro 1610 {
171 niro 2199 echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/plus.gif" title="OPEN" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>';
172     if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
173     echo '<br><div id="sch_absatz_'.$heading.'" style="position:absolute; top:0px; visibility:hidden">';
174 niro 1610 }
175 niro 2199 }
176 niro 1610
177 niro 2199 function closeabs()
178     {
179     // </Absatz> <BR/>
180 niro 1610
181 niro 2199 echo '</div><br>';
182     }
183 niro 1610
184    
185 niro 2199 // ANZEIGEN
186 niro 1610
187 niro 2199 function parsearr($name, $arr, $del=false, $wireless=false)
188     {
189     global $drop;
190     global $id;
191     global $alxos;
192 niro 1628
193 niro 2199 $parts = explode('_',$name); $helpfile='help.php?page='.$parts[1];
194     openabs($name, $helpfile);
195     echo '<table class="keytab">';
196 niro 1610
197 niro 2199 foreach($arr as $k=>$v)
198     {
199     if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;
200    
201     $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];
202     $k = str_replace('wireless_', '', $k);
203     $k2 = $k;
204 niro 1628
205 niro 2199 //replace some drivers on 0.5.3 or higher
206     if($alxos >= '0.5.3')
207     {
208     if($v == 'i810')
209 niro 1610 {
210 niro 2199 echo '<br><font color="#FF0000">Replaced "i810" with "intel" - Please press SAVE!</font><br>';
211     $v='intel';
212 niro 1610 }
213 niro 2199 if($v == 'r128')
214     {
215     echo '<br><font color="#FF0000">Replaced "r128" with "vesa" - Please press SAVE!</font><br>';
216     $v='vesa';
217     }
218    
219     if($v == 'via')
220     {
221     echo '<br><font color="#FF0000">Replaced "via" with "openchrome" - Please press SAVE!</font><br>';
222     $v='openchrome';
223     }
224 niro 1610 }
225    
226 niro 2199 # tell something about vesa
227     if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';
228    
229    
230     if(is_array($d))
231     {
232     echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">';
233     foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di;
234     echo '</select></td></tr>';
235     }
236     else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
237     else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>';
238     else if($d=='monitorid') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=button style="width:24px" onclick="window.open(\'monitor.php?id='.$id.'\', \'MonitorWin\', \'width=350,height=200\')" value="..."></td>';
239     else if($d=='bold') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
240     else if($d=='filename') echo '<tr><td class="key">filename</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
241     else if($d=='show') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.$v.'</b></td></tr>';
242     else if($d=='showtime') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>';
243     else if($d=='password' && $v=='') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value=""></td></tr>';
244     else if($d=='password') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value="KEEPPASS"></td></tr>';
245     else if($d=='txt') echo '<tr><td colspan=2><textarea style="width:240px; background-color:#d5e5ff" rows=4 name="'.$name.'_'.$k.'">'.$v.'</textarea></td></tr>';
246     else if($d!='ignore') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
247 niro 1610 }
248    
249 niro 2199 if($del) echo '<tr><td class="key">delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>';
250     echo '</table>';
251     closeabs();
252    
253     if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);
254     }
255     function parsearrs($name, $arr)
256     {
257     foreach($arr as $k=>$a)
258     parsearr($name.'_'.$k, $a, true);
259     }
260    
261     ?><head>
262     <title>ALX Config</title>
263     <style>
264     body,table { font-family:Tahoma; font-size:10pt }
265     a { color:#000000; text-decoration:none; }
266     .key { width:85px }
267     .keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma }
268     .but { font-size:10pt; font-family:Tahoma; height:23px }
269     </style>
270     <script language="JavaScript" src="openclose_ajax.js"></script>
271     <script language="JavaScript">
272    
273     function openclose(nummer, act)
274     {
275     var bild = document.images['sch_bild_'+nummer];
276     var absatz = document.all['sch_absatz_'+nummer].style;
277     var senden = false;
278    
279     if(bild.title == 'OPEN')
280     {
281     if(act<=1)
282 niro 1610 {
283 niro 2199 absatz.visibility = 'visible';
284     absatz.position = '';
285     bild.title = 'CLOSE';
286     bild.src = 'pics/minus.gif';
287     senden = true;
288     act = 0;
289 niro 1610 }
290 niro 2199 }
291     else
292     {
293     if(act>=1)
294 niro 1610 {
295 niro 2199 absatz.visibility = 'hidden';
296     absatz.position = 'absolute';
297     bild.title = 'OPEN';
298     bild.src = 'pics/plus.gif';
299     senden = true;
300     act = 2;
301 niro 1610 }
302 niro 2199 }
303 niro 1610
304 niro 2199 if(senden) sendopenclose(nummer,act);
305     }
306 niro 1610
307 niro 2199 function showhelp(name)
308     { window.open(name, 'HelpWin', 'width=620,height=500,scrollbars=yes'); }
309 niro 1610
310 niro 2199 </script>
311     </head>
312 niro 1610
313 niro 2199 <body><?
314 niro 1610
315 niro 2199 //echo '<body style="background-image:URL(logo.jpg);background-repeat:no-repeat; background-position:0px 0px; margin-top:25px">';
316     echo '<form action="show.php" method=post onreset="return confirm(\'UNDO CHANGES?\')">';
317     echo '<input type=hidden name="do_upl" value="1">';
318     echo '<input type=hidden name="id" value="'.$id.'">';
319 niro 1610
320 niro 2199 // ANZEIGEN => NON-MULTI TABELLEN
321     echo '<table><tr><td valign=top width="300">';
322 niro 1610
323 niro 2199 echo '<b style="font-size:6pt">';
324     echo '<a href="JavaScript:opencloseall(0);" title="OPEN ALL"><img src="pics/plus.gif" border="0"> OPEN...</a> ';
325     echo '<a href="JavaScript:opencloseall(2);" title="CLOSE ALL"><img src="pics/minus.gif" border="0"> CLOSE...</a> ALL';
326     echo '</b><br><br>';
327 niro 1610
328 niro 2199 foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]);
329 niro 1610
330 niro 2199 // ANZEIGEN => MULTI TABELLEN
331     echo '</td><td valign=top width="300">';
332 niro 1610
333 niro 2199 foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]);
334 niro 1610
335 niro 2199 echo '<script language="JavaScript">';
336     echo 'function opencloseall(act) { ';
337 niro 1610
338 niro 2199 foreach($absnames as $absname)
339     echo 'openclose("'.$absname.'", act); ';
340 niro 1610
341 niro 2199 echo '}</script>';
342 niro 1610
343 niro 2199 // ANZEIGEN => NAVI
344     echo '</td><td valign=top>';
345 niro 1610
346 niro 2199 // STATUS BESTIMMEN (ON/OFF)
347     $conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id);
348     $state = 'Off';
349     if(count($conn)>0)
350     {
351     // passthru($pingcmd." ".$conn['ip']." &> /dev/null && exit 0 || exit 1",$retval);
352     if($retval==0) $state = 'On';
353     }
354 niro 1610
355    
356 niro 2199 echo '<img src="pics/logo2.jpg"><br><br>';
357 niro 1610
358 niro 2199 echo '<input class="but" type=submit value="SAVE" style="width:150px"><br><br>';
359 niro 1612
360 niro 2199 echo '<input class="but" type=submit name="do_add" value="SAVE+ADD COMMENT" style="width:150px"><br>';
361     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD PRINTER" style="width:150px"><br>';
362     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD SESSION" style="width:150px"><br>';
363     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MODULE" style="width:150px"><br>';
364     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MENUITEM" style="width:150px"><br><br>';
365    
366    
367     if($id>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE';
368     echo '<input class="but" type=button value="'.$KILLCAP.'" style="width:150px" onclick="if(confirm(\''.$KILLCAP.' CLIENT #'.abs($id).' ?\')) { window.open(\'show.php?id='.$id.'&kill=1\', \'DeactWin\', \'width=200,height=100\'); location.href=\'index.php\'; }"><br>';
369     echo '<input class="but" type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>';
370     echo '<input class="but" type=reset value="UNDO CHANGES" style="width:150px"><br><br>';
371    
372     $davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1';
373     $danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1';
374    
375     echo '<input class="but" type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">';
376     echo '<input class="but" type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">';
377     echo '<input class="but" type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">';
378     echo '<br><input class="but" type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>';
379    
380     echo '<br><br>';
381     echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>';
382     if($id<0) echo '<b>DEACTIVATED!</b><br><br>';
383     echo '<u>Serial:</u>&nbsp;&nbsp;#'.$id.'<br>';
384     echo '<u>Stand:</u>&nbsp;&nbsp;'.date('H:i:s').'<br>';
385     echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>';
386     if($state=='On')
387     {
388     echo '<u>IP:</u> '.$conn['ip'].'<br><br>';
389     $osver = sshdo('os_ver=$(</etc/mageversion);cfg_ver=$(/sbin/magequery -n alxconfig-ng | cut -d" " -f5);pname=${cfg_ver%-*-*};cfg_ver=${cfg_ver/${pname}-};echo "${os_ver}:${cfg_ver}"', .$conn['ip']);
390     $osver = explode(':',$osver[1]);
391     if($osver[0] == '') $osver[0]='unkown';
392     if($osver[1] == '') $osver[1]='unkown';
393    
394     # update os string in database
395     if($alxos == '' && $osver[0] >= '0.5.3')
396     {
397     mysql_query('insert into client_version(serial,os,utils) values("'.$id.'","'.$osver[0].'","'.$osver[1].'")
398     on duplicate key update os="'.$osver[0].'", utils="'.$osver[1].'"');
399     # reload the site
400     echo '<script type="text/javascript">setTimeout(\'window.location.reload()\',0);</script>';
401 niro 1610 }
402    
403 niro 2199 echo '<u>OS:</u> '.$osver[0].'<br>';
404     echo '<u>Utils:</u> '.$osver[1].'<br>';
405 niro 1610
406 niro 2199 if($osver[0] <> 'unkown')
407 niro 1610 {
408 niro 2199 //write them to database
409 niro 1610 }
410 niro 2199 }
411 niro 1610
412 niro 2199 echo '</b></div>';
413     //echo '<br><br>';
414 niro 1610
415 niro 2199 if($state=='On')
416     {
417     echo '<input class="but" type=button value="REBOOT" style="width:150px" onclick="if(confirm(\'REBOOT CLIENT #'.$id.' ?\')) window.open(\'reboot.php?client='.$id.'&ip='.$conn['ip'].'&op=reboot\', \'ShutdownWin\', \'width=200,height=100\')"><br>';
418     echo '<input class="but" type=button value="SHUTDOWN" style="width:150px" onclick="if(confirm(\'SHUTDOWN CLIENT #'.$id.' ?\')) window.open(\'reboot.php?client='.$id.'&ip='.$conn['ip'].'&op=halt\', \'ShutdownWin\', \'width=200,height=100\')"><br>';
419     echo '<br>';
420     echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
421     echo 'Remote Shadow:</b></div>';
422     echo '<input class="but" type=button value="VNC" style="width:150px" onclick="window.open(\'vncviewer.php?ip='.$conn['ip'].'\', \'VncViewer\', \'width=200,height=100\')"><br>';
423     echo '<input class="but" type=button value="SSH" style="width:150px" onclick="window.open(\'mindterm.php?ip='.$conn['ip'].'\', \'MindTerm\', \'width=200,height=100\')"><br>';
424     echo '<br>';
425     echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
426     echo 'Client Update:</b></div>';
427     echo '<input class="but" type=button value="UPDATE MAGE DB" style="width:150px" onclick="if(confirm(\'UPDATE DB ON CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=update\', \'ShutdownWin\', \'width=800,height=600\')"><br>';
428     echo '<input class="but" type=button value="CALC DEPS" style="width:150px" onclick="if(confirm(\'CALC DEPS FOR CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=calc\', \'ShutdownWin\', \'width=800,height=600\')"><br>';
429     echo '<input class="but" type=button value="UPGRADE CLIENT" style="width:150px" onclick="if(confirm(\'UPGRADE ALL PACKAGES ON CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=upgrade\', \'ShutdownWin\', \'width=800,height=600\');setTimeout(\'window.location.reload()\',0);"><br>';
430     }
431     else
432     echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>';
433    
434     echo '<br><center><a href="share/ChangeLog.html" target="_blank">[ChangeLog]</a> <a href="share/FAQ.html" target="_blank">[FAQs]</a></center>';
435    
436     echo '</td></tr></table>';
437     echo '</form>';
438 niro 1610 ?>

Properties

Name Value
svn:executable *