예제 #1
0
 * STATUS AUTH3=101 CURRENT SIGNATURE
 * @author ptrnov [piter@lukison]
 * @since 1.2
 */
$ttd1 = $roHeader->SIG1_SVGBASE64 != '' ? '<img style="width:80; height:40px" src=' . $roHeader->SIG1_SVGBASE64 . '></img>' : SignCreated($roHeader);
echo $ttd1;
?>
						</th>
						<th class="col-md-1" style="text-align: center; vertical-align:middle">
							<?php 
/*
 * STATUS AUTH3=103 CURRENT SIGNATURE
 * @author ptrnov [piter@lukison]
 * @since 1.2
 */
$ttd2 = $roHeader->SIG2_SVGBASE64 != '' ? '<img style="width:80; height:40px" src=' . $roHeader->SIG2_SVGBASE64 . '></img>' : SignChecked($roHeader);
echo $ttd2;
?>
						</th>
						<th  class="col-md-1" style="text-align: center; vertical-align:middle">
							<?php 
/*
 * STATUS AUTH3=103 CURRENT SIGNATURE
 * @author ptrnov [piter@lukison]
 * @since 1.2
 */
$ttd3 = $roHeader->SIG3_SVGBASE64 != '' ? '<img style="width:80; height:40px" src=' . $roHeader->SIG3_SVGBASE64 . '></img>' : SignApproved($roHeader);
echo $ttd3;
?>
						</th>
					</tr>
예제 #2
0
?>
</b>
							</div>
						</th>
					</tr>
					<!-- Signature !-->
					 <tr>
						<th class="col-md-1" style="text-align: center; vertical-align:middle; height:40px">
							<?php 
$ttd1 = $model->SIG1_SVGBASE64 != '' ? '<img style="width:80; height:40px" src=' . $model->SIG1_SVGBASE64 . '></img>' : SignCreated($model);
echo $ttd1;
?>
						</th>
						<th class="col-md-1" style="text-align: center; vertical-align:middle">
							<?php 
$ttd2 = $model->SIG2_SVGBASE64 != '' ? '<img style="width:80; height:40px" src=' . $model->SIG2_SVGBASE64 . '></img>' : SignChecked($model);
echo $ttd2;
?>
						</th>
						<th  class="col-md-1" style="text-align: center; vertical-align:middle">
							<?php 
$ttd3 = $model->SIG3_SVGBASE64 != '' ? '<img style="width:80; height:40px" src=' . $model->SIG3_SVGBASE64 . '></img>' : SignApproved($model);
echo $ttd3;
?>
						</th>
					</tr>
					<!--Nama !-->
					 <tr>
						<th class="col-md-1" style="text-align: center; vertical-align:middle;height:20; background-color:rgba(126, 189, 188, 0.3);text-align: center;">
							<div>
								<?php 
예제 #3
0
						 <tr>
							<th class="col-md-1" style="text-align: center; vertical-align:middle; height:40px">
								<?php 
if ($soHeaderData->USER_SIGN1 != '') {
    $sign1 = '<img style="width:80; height:40px" src=' . $soHeaderData->sign1 . '></img>';
}
?>
								<?php 
echo $sign1;
?>
							</th>
							<th class="col-md-1" style="text-align: center; vertical-align:middle">
								<?php 
if (getPermission()) {
    if (getPermission()->BTN_SIGN2) {
        $sign2 = $soHeaderData->USER_SIGN2 ? '<img style="width:80; height:40px" src=' . $soHeaderData->sign2 . '></img>' : SignChecked($soHeaderData);
        // $sign2 = '<img style="width:80; height:40px" src='.$soHeaderData->sign2.'></img>';
    } else {
        $sign2 = $soHeaderData->USER_SIGN2 ? '<img style="width:80; height:40px" src=' . $soHeaderData->sign2 . '></img>' : '';
    }
}
// $sign2 = $soHeaderData->sign2!=?'<img style="width:80; height:40px" src='.$profile->emp->SIGSVGBASE64.'></img>' :
?>
								<?php 
echo $sign2;
?>
							</th>
							<th  class="col-md-1" style="text-align: center; vertical-align:middle">
								<?php 
if (getPermission()) {
    if (getPermission()->BTN_SIGN3) {
예제 #4
0
							</div> 				
						</th>	
						
					</tr>
					<!-- Signature !-->
					 <tr>
						<th style="text-align: center; vertical-align:middle;width:180; height:60px">
							<?php 
$ttd1 = $poHeader->SIG1_SVGBASE64 != '' ? '<img src="' . $poHeader->SIG1_SVGBASE64 . '" height="120" width="150"></img>' : SignCreated($poHeader);
echo $ttd1;
?>
 	
						</th>								
						<th style="text-align: center; vertical-align:middle;width:180">
							<?php 
$ttd2 = $poHeader->SIG2_SVGBASE64 != '' ? '<img src="' . $poHeader->SIG2_SVGBASE64 . '" height="120" width="150"></img>' : SignChecked($poHeader);
echo $ttd2;
?>
 
						</th>
						<th style="text-align: center; vertical-align:middle;width:180">
							<?php 
$ttd3 = $poHeader->SIG3_SVGBASE64 != '' ? '<img src="' . $poHeader->SIG3_SVGBASE64 . '" height="120" width="150"></img>' : SignApproved($poHeader);
echo $ttd3;
?>
 
						</th>
					</tr>
					<!--Nama !-->
					 <tr>
						<th style="text-align: center; vertical-align:middle;height:20; background-color:rgba(0, 95, 218, 0.3);text-align: center;">
예제 #5
0
							<th class="col-md-1" style="text-align: center; vertical-align:middle; height:40px">
								<?php 
if ($soHeaderData->USER_SIGN1 != '') {
    $sign1 = '<img style="width:80; height:40px" src=' . $soHeaderData->sign1 . '></img>';
}
?>
								<?php 
echo $sign1;
?>
							</th>
							<th class="col-md-1" style="text-align: center; vertical-align:middle">
								<?php 
if ($soHeaderData->USER_SIGN2 != '') {
    $sign2 = '<img style="width:80; height:40px" src=' . $soHeaderData->sign2 . '></img>';
} else {
    $sign2 = SignChecked($soHeaderData);
}
// $sign2 = $soHeaderData->sign2!=?'<img style="width:80; height:40px" src='.$profile->emp->SIGSVGBASE64.'></img>' :
?>
								<?php 
echo $sign2;
?>
							</th>
							<th  class="col-md-1" style="text-align: center; vertical-align:middle">
								<?php 
if ($soHeaderData->USER_SIGN2 != '') {
    if ($soHeaderData->USER_SIGN3 != '') {
        $sign3 = '<img style="width:80; height:40px" src=' . $soHeaderData->sign3 . '></img>';
    } else {
        $sign3 = SignApproved($soHeaderData);
    }