changeset 29 | 72f79dab938e |
parent 28 | 8d8bce56918f |
child 30 | d02d02efc55a |
28:8d8bce56918f | 29:72f79dab938e |
---|---|
39 { |
39 { |
40 $auf = "auf"; |
40 $auf = "auf"; |
41 $ab = "ab"; |
41 $ab = "ab"; |
42 } |
42 } |
43 |
43 |
44 if ($bez == "Haus") $tip = "Haus: A, B, C, D, E, F, FAB, HAR, K, L, M, N, P, Q, R, S, T, U"; else $tip = "Filter"; |
44 if ($bez == "Haus") $tip = "Haus: A, B, BES, C, D, E, F, FAB, HAR, K, L, M, N, P, Q, R, S, T, U"; else $tip = "Filter"; |
45 if ($fcol>0 && $fanr>0) // Filtern nach Spalte moeglich |
45 if ($fcol>0 && $fanr>0) // Filtern nach Spalte moeglich |
46 { |
46 { |
47 if ($fcol == $fanr) $filt = "filter_activ"; else $filt = "filter"; |
47 if ($fcol == $fanr) $filt = "filter_activ"; else $filt = "filter"; |
48 $filt = " <a href='".$_SERVER['PHP_SELF']."?f=$fcol&s=$sort&d=$dir&st=$start&z=$anzds&i=$id&g=$g'><img src='/fhiiqm/img/$filt.gif' border='0' width='14' hight='11' alt='$tip' title='$tip'></a>"; |
48 $filt = " <a href='".$_SERVER['PHP_SELF']."?f=$fcol&s=$sort&d=$dir&st=$start&z=$anzds&i=$id&g=$g'><img src='/fhiiqm/img/$filt.gif' border='0' width='14' hight='11' alt='$tip' title='$tip'></a>"; |
49 } |
49 } |