Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8474 - (hide annotations) (download)
Tue Feb 2 13:14:27 2016 UTC (8 years, 3 months ago) by niro
File size: 21354 byte(s)
-but ignore the egk_scm plugin, it should be auto-enabled
1 niro 1610 <?
2 niro 2199 // INCLUDE UND TABELLEN-DEFINITIONEN
3     include('include/basesql.php');
4 niro 2419 include('include/common-functions.php');
5 niro 1726
6 niro 2199 // INCLUDE CURRENT-PROBLEMS
7     include('include/current-problems.php');
8 niro 1726
9 niro 8473 $tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions_citrix', 'cfg_sessions_storefront', 'cfg_sessions_rdesktop', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'cfg_scm_egk', 'client_version');
10     $multi= array( 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0);
11 niro 2199 $data = array();
12 niro 1610
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 3275 // get gfxdriver
19     $gfxinfo = sqlfirst('SELECT * FROM cfg_graphic WHERE serial='.$id);
20    
21 niro 2199 if($kill==1)
22     {
23 niro 8007 if($method=='DEACTIVATE') mysql_query('UPDATE client_serials SET enabled="0" WHERE serial='.$id);
24     else mysql_query('UPDATE client_serials SET enabled="1" WHERE serial='.$id);
25 niro 1610
26 niro 2199 echo '<body onload="window.setTimeout(\'window.close()\', 1750)">';
27     echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>';
28 niro 1610
29 niro 8008 if($method=='DEACTIVATE') echo 'DEACTIVATED #'.$id;
30 niro 8007 else echo 'ACTIVATED #'.$id;
31 niro 1610
32 niro 2199 echo '</td></tr></table>';
33     return true;
34     }
35 niro 1610
36 niro 2199 // FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID)
37     $drop = array();
38 niro 7114 $drop['cfg_graphic_module'] = sqlarr('SELECT value FROM values_graphic_module where enabled=1', '', 'value');
39 niro 7112 if($gfxinfo[module] == 'intel')
40 niro 2199 {
41 niro 7112 $drop['cfg_graphic_hdmi'] = array('disable', 'enable');
42 niro 2703 }
43 niro 2199 else
44     {
45 niro 3275 $drop['cfg_graphic_hdmi'] = 'ignore';
46 niro 2199 }
47 niro 7114 $drop['resolution'] = sqlarr('SELECT value FROM values_graphic_resolution where enabled=1', '', 'value');
48     $drop['depth'] = sqlarr('SELECT value FROM values_graphic_depth where enabled=1', '', 'value');
49 niro 7116 //$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2');
50     //$drop['keyboard'] = array('PC105');
51 niro 7115 $drop['keymap'] = sqlarr('SELECT value FROM values_input_keymap where enabled=1', '', 'value');
52 niro 7114 $drop['cfg_network_module'] = sqlarr('SELECT value FROM values_network_module where enabled=1', '', 'value');
53 niro 2199 $drop['networking'] = array('dhcp', 'static');
54 niro 7114 $drop['port'] = sqlarr('SELECT value FROM values_printers_port where enabled=1', '', 'value');
55 niro 7119 //for ($i=0; $i<999; $i++) { $drop['cfg_printers_'.$i.'_ip'] = 'ignore'; }
56 niro 7112 $drop['share'] = 'ignore';
57 niro 7114 $drop['location'] = sqlarr('SELECT location FROM client_locations where enabled=1', '', 'location');
58 niro 2199 $drop['id'] = 'hidden';
59     $drop['flg_modified'] = '1';
60     $drop['serial'] = 'ignore';
61 niro 7112 $drop['monitorid'] = 'ignore';
62 niro 7114 $drop['refresh_rate'] = sqlarr('SELECT value FROM values_graphic_refresh_rate where enabled=1', '', 'value');
63 niro 2199 $drop['hostname'] = 'bold';
64     $drop['session'] = 'bold';
65 niro 7130 $drop['cfg_autostart_session'] = sqlarr('SELECT filename FROM cfg_sessions_citrix where serial='.$id, '', 'filename');
66 niro 7112 array_unshift($drop['cfg_autostart_session'], "");
67 niro 2199 $drop['mtime'] = 'showtime';
68     $drop['mac'] = 'show';
69     $drop['client_serials_serial'] = 'show';
70 niro 7739 $drop['password'] = 'password';
71 niro 7116 //$drop['shell'] = 'password';
72 niro 7117 $drop['client_auth_user'] = 'password';
73     $drop['root'] = 'password';
74 niro 2199 $drop['vnc'] = 'password';
75     $drop['samba'] = 'password';
76     $drop['station'] = 'password';
77     $drop['txt'] = 'txt';
78 niro 7114 $drop['screensaver'] = sqlarr('SELECT value FROM values_screensaver_screensaver where enabled=1', '', 'value');
79 niro 7120 //$drop['iface'] = array('eth0', 'wlan0');
80 niro 2199 $drop['client_version_os'] = 'show';
81     $drop['client_version_utils'] = 'show';
82 niro 7118 $drop['hwdetected'] = 'ignore';
83 niro 8474 $drop['scm_egk'] = 'ignore';
84 niro 1610
85 niro 7135 // ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_
86 niro 2199 $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto');
87 niro 2444 $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off');
88 niro 2199 $drop['wireless_key_length'] = array('', '64', '128', '256');
89     $drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14');
90     $drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G',
91     '2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G');
92     $drop['wireless_key'] = 'password';
93     $drop['wireless_key_ascii'] = 'password';
94 niro 1610
95 niro 7134 // get current citrix apps
96     $citrix_apps = sqlarr('SELECT session FROM values_citrix_session where enabled=1', '', 'session');
97     // add an empty value add the first position of the array as session-default
98     array_unshift($citrix_apps, "");
99     // hackish, fix me
100     for ($i=0; $i<999; $i++) { $drop['cfg_sessions_citrix_'.$i.'_session'] = $citrix_apps; }
101 niro 2634
102 niro 7134 // get current storefront apps
103     $storefront_apps = sqlarr('SELECT session FROM values_storefront_session where enabled=1', '', 'session');
104     // add an empty value add the first position of the array as session-default
105     array_unshift($storefront_apps, "");
106     // hackish, fix me
107     for ($i=0; $i<999; $i++) { $drop['cfg_sessions_storefront_'.$i.'_session'] = $storefront_apps; }
108 niro 7130
109 niro 7740 $drop['enabled'] = 'ignore';
110     $drop['filename'] = 'ignore';
111     $drop['autostart'] = array('0','1');
112    
113 niro 7135 // GGF. NEUEN DATENSATZ EINFÜGEN
114 niro 2199 if(isset($_POST['do_add']))
115     {
116     list($bla,$what) = explode(' ',$_POST['do_add']);
117     if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id));
118     else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id));
119     else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id));
120 niro 7741 else if($what=='SESSION-CITRIX') sqladd('cfg_sessions_citrix', array('domain'=>$citrix_domain_name, 'serverlist'=>$citrix_serverlist, 'serial'=>$id));
121 niro 7132 else if($what=='SESSION-STOREFRONT') sqladd('cfg_sessions_storefront', array('domain'=>$storefront_domain_name, 'store'=>$storefront_store, 'serial'=>$id));
122 niro 8472 else if($what=='SESSION-RDP') sqladd('cfg_sessions_rdesktop', array('domain'=>$rdesktop_domain_name, 'server'=>$rdesktop_server, 'serial'=>$id));
123 niro 2199 else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id));
124 niro 7127 else if($what=='AUTOSTART') sqladd('cfg_autostart', array('serial'=>$id));
125 niro 2199 }
126 niro 1610
127    
128 niro 2199 // GGF. SPEICHERN
129     if($_POST['do_upl'])
130     {
131     function postarr($prefix)
132 niro 1610 {
133 niro 2199 $prefix.='_';
134     $prelen = strlen($prefix);
135 niro 1610
136 niro 2199 $arr = array();
137     foreach($_POST as $k=>$v)
138 niro 7742 {
139 niro 2199 if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS'))
140     $arr[substr($k,$prelen)] = stripslashes($v);
141 niro 7742 }
142 niro 1610
143 niro 2199 return $arr;
144     }
145 niro 1610
146 niro 2199 foreach($tabs as $k=>$t)
147     {
148     if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id);
149     else
150 niro 1610 {
151 niro 2199 $i=0;
152     while(isset($_POST[$t.'_'.$i.'_id']))
153 niro 1610 {
154 niro 2199 if($_POST[$t.'_'.$i.'_delete'])
155     mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']);
156     else
157     mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']);
158     $i++;
159     }
160 niro 1610 }
161     }
162 niro 2599
163     // reload site
164     header("location: show.php?id=".$id);
165 niro 2199 }
166 niro 1610
167 niro 2199 // EINLESEN DER DATEN AUS SQL-TABELLEN
168     foreach($tabs as $k=>$t)
169     {
170     if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id);
171     else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id);
172     }
173 niro 1610
174 niro 2199 // ANZEIGEN - KLAPPFUNKTIONEN
175     $absnames = array();
176    
177     function openabs($heading, $helpfile='')
178     {
179     global $absnames;
180     $absnames[] = $heading;
181 niro 7139
182 niro 2199 // <AufZuLink> <Bild/> <Heading/> </AufZuLink><BR/> <Absatz>
183 niro 7139
184 niro 2199 if( $_SESSION['openclose'][$heading] )
185 niro 1610 {
186 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>';
187     if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
188 niro 7140 echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">';
189 niro 1610 }
190 niro 2199 else
191 niro 1610 {
192 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>';
193     if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
194     echo '<br><div id="sch_absatz_'.$heading.'" style="position:absolute; top:0px; visibility:hidden">';
195 niro 1610 }
196 niro 2199 }
197 niro 1610
198 niro 2199 function closeabs()
199     {
200     // </Absatz> <BR/>
201     echo '</div><br>';
202     }
203 niro 1610
204 niro 7139 // ANZEIGEN
205 niro 1610
206 niro 2199 function parsearr($name, $arr, $del=false, $wireless=false)
207     {
208     global $drop;
209     global $id;
210     global $alxos;
211 niro 1628
212 niro 2199 $parts = explode('_',$name); $helpfile='help.php?page='.$parts[1];
213     openabs($name, $helpfile);
214     echo '<table class="keytab">';
215 niro 1610
216 niro 2199 foreach($arr as $k=>$v)
217     {
218     if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;
219 niro 7140
220 niro 2199 $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];
221     $k = str_replace('wireless_', '', $k);
222     $k2 = $k;
223 niro 1628
224 niro 2199 # tell something about vesa
225     if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';
226    
227     if(is_array($d))
228     {
229     echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">';
230     foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di;
231     echo '</select></td></tr>';
232     }
233     else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
234     else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>';
235     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>';
236 niro 2705 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>';
237     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>';
238     else if($d=='show') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.$v.'</b></td></tr>';
239     else if($d=='showtime') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>';
240     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>';
241     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>';
242 niro 4897 else if($d=='txt') echo '<tr><td colspan=2><textarea style="width:240px; background-color:#d5e5ff" rows=6 name="'.$name.'_'.$k.'">'.$v.'</textarea></td></tr>';
243 niro 2705 else if($d!='ignore') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
244 niro 1610 }
245    
246 niro 2199 if($del) echo '<tr><td class="key">delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>';
247     echo '</table>';
248     closeabs();
249    
250     if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);
251     }
252 niro 7111
253 niro 2199 function parsearrs($name, $arr)
254     {
255     foreach($arr as $k=>$a)
256     parsearr($name.'_'.$k, $a, true);
257     }
258    
259     ?><head>
260     <title>ALX Config</title>
261     <style>
262     body,table { font-family:Tahoma; font-size:10pt }
263     a { color:#000000; text-decoration:none; }
264     .key { width:85px }
265     .keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma }
266     .but { font-size:10pt; font-family:Tahoma; height:23px }
267     </style>
268 niro 2602 <script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>
269 niro 2199 <script language="JavaScript" src="openclose_ajax.js"></script>
270     <script language="JavaScript">
271    
272 niro 2598 // opens an url and shows retval in a javascript-alert on current site
273     function urlopen(url,typ) {
274     var $url = url.split("?");
275     $.ajax({type:""+typ+"",url:$url[0],data:$url[1],cache:false,success:function(data){ alert(data); }});
276     }
277    
278 niro 2606 /* ignore this atm, not always working, sometime open does not work
279 niro 2199 function openclose(nummer, act)
280 niro 7139 {
281 niro 2199 var bild = document.images['sch_bild_'+nummer];
282     var absatz = document.all['sch_absatz_'+nummer].style;
283     var senden = false;
284    
285 niro 2600 $("#sch_absatz_"+nummer).toggle(0, function(){
286     if($(this).css("display")=="none"){$("#sch_bild_"+nummer).attr({title:'OPEN',src:'pics/plus.gif'});}else{$("#sch_bild_"+nummer).attr({title:'CLOSE',src:'pics/minus.gif'});}
287     });
288     if(act<=1){ $("#sch_bild_"+nummer).attr({title:'CLOSE',src:'pics/minus.gif'}); }else{ $("#sch_bild_"+nummer).attr({title:'OPEN',src:'pics/plus.gif'}); };
289     }
290 niro 2606 */
291     function openclose(nummer, act)
292 niro 7139 {
293 niro 2606 var bild = document.images['sch_bild_'+nummer];
294     var absatz = document.all['sch_absatz_'+nummer].style;
295     var senden = false;
296 niro 7139
297 niro 2606 if(bild.title == 'OPEN')
298     {
299     if(act<=1)
300     {
301     absatz.visibility = 'visible';
302     absatz.position = '';
303     bild.title = 'CLOSE';
304     bild.src = 'pics/minus.gif';
305     senden = true;
306     act = 0;
307     }
308     }
309     else
310     {
311     if(act>=1)
312     {
313     absatz.visibility = 'hidden';
314     absatz.position = 'absolute';
315     bild.title = 'OPEN';
316     bild.src = 'pics/plus.gif';
317     senden = true;
318     act = 2;
319     }
320     }
321     if(senden) sendopenclose(nummer,act);
322     }
323 niro 1610
324 niro 2199 function showhelp(name)
325     { window.open(name, 'HelpWin', 'width=620,height=500,scrollbars=yes'); }
326 niro 1610
327 niro 2199 </script>
328     </head>
329 niro 1610
330 niro 2199 <body><?
331 niro 1610
332 niro 2601 echo '<form action="show.php" method="post" onreset="return confirm(\'UNDO CHANGES?\')">';
333 niro 2199 echo '<input type=hidden name="do_upl" value="1">';
334     echo '<input type=hidden name="id" value="'.$id.'">';
335 niro 1610
336 niro 2199 // ANZEIGEN => NON-MULTI TABELLEN
337     echo '<table><tr><td valign=top width="300">';
338 niro 1610
339 niro 2199 echo '<b style="font-size:6pt">';
340     echo '<a href="JavaScript:opencloseall(0);" title="OPEN ALL"><img src="pics/plus.gif" border="0"> OPEN...</a> ';
341     echo '<a href="JavaScript:opencloseall(2);" title="CLOSE ALL"><img src="pics/minus.gif" border="0"> CLOSE...</a> ALL';
342     echo '</b><br><br>';
343 niro 1610
344 niro 2199 foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]);
345 niro 1610
346 niro 2199 // ANZEIGEN => MULTI TABELLEN
347     echo '</td><td valign=top width="300">';
348 niro 1610
349 niro 2199 foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]);
350 niro 1610
351 niro 2199 echo '<script language="JavaScript">';
352     echo 'function opencloseall(act) { ';
353 niro 1610
354 niro 2199 foreach($absnames as $absname)
355     echo 'openclose("'.$absname.'", act); ';
356 niro 1610
357 niro 2199 echo '}</script>';
358 niro 1610
359 niro 2199 // ANZEIGEN => NAVI
360     echo '</td><td valign=top>';
361 niro 1610
362 niro 2199 // STATUS BESTIMMEN (ON/OFF)
363     $conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id);
364     $state = 'Off';
365     if(count($conn)>0)
366     {
367 niro 7124 if($retval==0)
368     {
369     // first try mcore, then get ssh
370     $ping_retval = ping_host($conn['ip'],$mcore_port,$ping_timeout);
371     if($ping_retval==1) $ping_retval = ping_host($dat['ip'],$ssh_port,$ping_timeout);
372     if($ping_retval==0)
373     {
374     $state = 'On';
375     }
376     }
377 niro 2199 }
378 niro 1610
379 niro 2199 echo '<img src="pics/logo2.jpg"><br><br>';
380 niro 1610
381 niro 2199 echo '<input class="but" type=submit value="SAVE" style="width:150px"><br><br>';
382 niro 1612
383 niro 7132 echo '<input class="but" type=submit name="do_add" value="ADD COMMENT" style="width:150px"><br>';
384     echo '<input class="but" type=submit name="do_add" value="ADD PRINTER" style="width:150px"><br>';
385     echo '<input class="but" type=submit name="do_add" value="ADD SESSION-CITRIX" style="width:150px"><br>';
386     echo '<input class="but" type=submit name="do_add" value="ADD SESSION-STOREFRONT" style="width:150px"><br>';
387 niro 8472 echo '<input class="but" type=submit name="do_add" value="ADD SESSION-RDP" style="width:150px"><br>';
388 niro 7132 echo '<input class="but" type=submit name="do_add" value="ADD MODULE" style="width:150px"><br>';
389     echo '<input class="but" type=submit name="do_add" value="ADD MENUITEM" style="width:150px"><br>';
390     echo '<input class="but" type=submit name="do_add" value="ADD AUTOSTART" style="width:150px"><br>';
391 niro 2704 echo '<br>';
392 niro 2199
393 niro 8007 $clientstatus = sqlfirst('SELECT * FROM client_serials WHERE serial='.$id);
394     if($clientstatus['enabled']>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE';
395     echo '<input class="but" type=button value="'.$KILLCAP.'" style="width:150px" onclick="if(confirm(\''.$KILLCAP.' CLIENT #'.$id.' ?\')) { window.open(\'show.php?id='.$id.'&kill=1&method='.$KILLCAP.'\', \'DeactWin\', \'width=200,height=100\'); location.href=\'index.php\'; }"><br>';
396 niro 2199 echo '<input class="but" type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>';
397     echo '<input class="but" type=reset value="UNDO CHANGES" style="width:150px"><br><br>';
398    
399     $davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1';
400     $danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1';
401    
402     echo '<input class="but" type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">';
403     echo '<input class="but" type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">';
404     echo '<input class="but" type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">';
405     echo '<br><input class="but" type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>';
406    
407 niro 2598 echo '<br>';
408 niro 2199 echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>';
409     if($id<0) echo '<b>DEACTIVATED!</b><br><br>';
410     echo '<u>Serial:</u>&nbsp;&nbsp;#'.$id.'<br>';
411     echo '<u>Stand:</u>&nbsp;&nbsp;'.date('H:i:s').'<br>';
412     echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>';
413     if($state=='On')
414     {
415 niro 8004 echo '<u>IP:</u> '.$conn['ip'].'<br>';
416     if($conn['netboot'] == 1) echo '<u>Boot:</u> Netboot (PXE)<br>';
417     else echo '<u>Boot:</u> Local Disk<br>';
418     echo '<br>';
419 niro 7113 echo '<u>OS:</u> '.$alxos.'<br>';
420     echo '<u>Utils:</u> '.$alxutils.'<br>';
421 niro 2199 }
422 niro 1610
423 niro 2199 echo '</b></div>';
424 niro 1610
425 niro 2199 if($state=='On')
426     {
427     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>';
428 niro 7743 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=shutdown\', \'ShutdownWin\', \'width=200,height=100\')"><br>';
429 niro 2199 echo '<br>';
430     echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
431 niro 7744 // echo 'Hardware Detection:</b></div>';
432     // echo '<input class="but" type=button value="LAN" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=lan\',\'POST\');">';
433     // echo '<input class="but" type=button value="WLAN" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=wlan\',\'POST\');">';
434     // echo '<input class="but" type=button value="VGA" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=vga\',\'POST\');">';
435     // echo '<br>';
436     // echo '<input class="but" type=button value="PRN" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=printer\',\'POST\');">';
437     // echo '<input class="but" type=button value="HRDW" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=system\',\'POST\');">';
438     // echo '<input class="but" type=button value="FS" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=rootfs\',\'POST\');">';
439     // echo '<br><br>';
440     // echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
441 niro 2199 echo 'Remote Shadow:</b></div>';
442 niro 2710 echo '<input class="but" type=button value="VNC" style="width:75px" onclick="window.open(\'vncviewer.php?ip='.$conn['ip'].'\', \'VncViewer\', \'width=200,height=100\')">';
443     echo '<input class="but" type=button value="SSH" style="width:75px" onclick="window.open(\'mindterm.php?ip='.$conn['ip'].'\', \'MindTerm\', \'width=200,height=100\')">';
444 niro 7744 // echo '<br><br>';
445     // echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
446     // echo 'Client Update:</b></div>';
447     // 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>';
448     // 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>';
449     // 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>';
450 niro 2199 }
451     else
452     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>';
453    
454 niro 7744 // echo '<br><center><a href="share/ChangeLog.html" target="_blank">[ChangeLog]</a> <a href="share/FAQ.html" target="_blank">[FAQs]</a></center>';
455 niro 2199
456     echo '</td></tr></table>';
457     echo '</form>';
458 niro 1610 ?>

Properties

Name Value
svn:executable *