1. Import
This commit is contained in:
77
html/courier/pda_jobspecial.tpl.htm
Normal file
77
html/courier/pda_jobspecial.tpl.htm
Normal file
@@ -0,0 +1,77 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>VERWALTUNG</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/phoenix.css">
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
-->
|
||||
</script>
|
||||
<noscript>
|
||||
<center>
|
||||
<b><br>JavaScript ist nicht verfügbar. Bitte aktivieren Sie JavaScript<br><br>
|
||||
in Ihrem Browser, damit diese Seite ordnungsgemäß funktioniert!</b><br><br>
|
||||
</center>
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action="../customer/jb_list.php" method="post" target="frame_content">
|
||||
<input type="hidden" name="customerId" value="<!-- BEGIN customerId -->{_customerId_}<!-- END customerId -->">
|
||||
<input type="hidden" name="cscIdRoot" value="<!-- BEGIN cscIdRoot -->{_cscIdRoot_}<!-- END cscIdRoot -->">
|
||||
<input type="hidden" name="cscIdActual" value="<!-- BEGIN cscIdActual -->{_cscIdActual_}<!-- END cscIdActual -->">
|
||||
<input type="hidden" name="empIdMaster" value="<!-- BEGIN empIdMaster -->{_empIdMaster_}<!-- END empIdMaster -->">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<!-- JOB-DATA -->
|
||||
<table cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
||||
<tr><td>AUFTRAG:</td></tr>
|
||||
<!-- BEGIN jobentry -->
|
||||
{_jobentry_}
|
||||
<!-- END jobentry -->
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td valign="top">
|
||||
<!-- COURIER-DATA -->
|
||||
<table cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
||||
<!-- BEGIN courierentry -->
|
||||
{_courierentry_}
|
||||
<!-- END courierentry -->
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td valign="top">
|
||||
<!-- JOB-COSTS -->
|
||||
<table cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
||||
<!-- BEGIN jobcosts -->
|
||||
{_jobcosts_}
|
||||
<!-- END jobcosts -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- TOUR-DATA -->
|
||||
TOUR:<br>
|
||||
<table cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
||||
<tr>
|
||||
<!-- BEGIN tourentry -->
|
||||
{_tourentry_}
|
||||
<!-- END tourentry -->
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user