示例#1
0
: <strong style="color:#800"><?php 
        echo number_format((double) $row["totalkm"], 2, '.', '');
        ?>
&nbsp;<?php 
        if ($clientUnit == "mi") {
            echo dic("Route.Miles");
        } else {
            echo "km";
        }
        ?>
</strong></td>
						<td style="padding-left: 10px;"><?php 
        echo dic_("Reports.TotalTime");
        ?>
: <strong style="color:#800"><?php 
        echo Sec2Str1($row["totaltime"]);
        ?>
</strong></td>
					</tr>
					<?php 
        if ($row["tostay"] != "0") {
            ?>
						  <tr>
							<td align="left" style="padding-left: 10px;" colspan="3" valign="middle" class="style2"><?php 
            echo dic_("Tracking.RetentionTimeLocation");
            ?>
: <strong id="vnz_<?php 
            echo $row["tourid"];
            ?>
" style="color:#800"><?php 
            echo $row["tostay"];
示例#2
0
echo dic("Reports.Total");
?>
:</strong></td>
							<td width="300px" height="22px" class="style2" style="border:1px solid #666666; text-align: center;"><?php 
echo number_format((double) pg_fetch_result($dsNalog, 0, "totalkm"), 2, '.', '');
?>
&nbsp;<?php 
if (pg_fetch_result($dsNalog, 0, "metric") == "mi") {
    echo dic("Route.Miles");
} else {
    echo "km";
}
?>
</td>	
							<td width="300px" height="22px" class="style2" style="border:1px solid #666666; text-align: center;"><?php 
echo Sec2Str1(pg_fetch_result($dsNalog, 0, "totaltime"));
?>
</td>	
							<td width="300px" height="22px" class="style2" style="border:1px solid #666666">&nbsp;</td>	
						</tr>	
				  </table><br />&nbsp;</td>
		      </tr>
			  <tr>
			    <td height="30px" align="center" valign="middle" class="style2">
				</td>
				<td height="30px" align="center" valign="middle" class="style2">
				  ________________________________<br /><?php 
echo dic_("Routes.Signature");
?>
 
				</td>