summaryrefslogtreecommitdiff
path: root/templates/demo/timecard.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:41:49 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:41:49 +0000
commit1eb75f0d6e9074d96445c810267aebe415b1b2d7 (patch)
treebc272b00a8c996cb1ac9a2b1584ec02c2b35306c /templates/demo/timecard.html
parent09f5d597213bde1837554d1b8c853aed24abccbf (diff)
Changes templates from <% %> to <?lsmb ?>
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@141 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/demo/timecard.html')
-rw-r--r--templates/demo/timecard.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/templates/demo/timecard.html b/templates/demo/timecard.html
index 73516e22..d9baa897 100644
--- a/templates/demo/timecard.html
+++ b/templates/demo/timecard.html
@@ -1,8 +1,8 @@
<body bgcolor=ffffff>
-<table width=100%>
+<table width=100 ?>
- <%include letterhead.html%>
+ <?lsmb include letterhead.html ?>
<tr>
<td width=10>&nbsp;</td>
@@ -22,11 +22,11 @@
<table>
<tr>
<th align=left>Employee</th>
- <td><%employee%></td>
+ <td><?lsmb employee ?></td>
</tr>
<tr>
<th align=left>ID</th>
- <td><%employee_id%></td>
+ <td><?lsmb employee_id ?></td>
</tr>
</table>
</td>
@@ -35,23 +35,23 @@
<table>
<tr>
<th align=left nowrap>Card ID</th>
- <td><%id%></td>
+ <td><?lsmb id ?></td>
</tr>
<tr>
<th align=left nowrap>Date</th>
- <td><%transdate%></td>
+ <td><?lsmb transdate ?></td>
</tr>
<tr>
<th align=left nowrap>In</th>
- <td><%checkedin%></td>
+ <td><?lsmb checkedin ?></td>
</tr>
<tr>
<th align=left>Out</th>
- <td><%checkedout%></td>
+ <td><?lsmb checkedout ?></td>
</tr>
<tr>
<th align=left nowrap>Hours</th>
- <td><%qty%></td>
+ <td><?lsmb qty ?></td>
</tr>
</table>
</td>
@@ -66,25 +66,25 @@
<td>&nbsp;</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr valign=bottom>
<td>
<table>
<tr valign=top>
<th align=left>Job/Project #</th>
- <td><%projectnumber%></td>
+ <td><?lsmb projectnumber ?></td>
</tr>
<tr>
<th align=left>Description</th>
- <td><%projectdescription%></td>
+ <td><?lsmb projectdescription ?></td>
</tr>
<tr valign=top>
<th align=left>Labor/Service Code</th>
- <td><%partnumber%></td>
+ <td><?lsmb partnumber ?></td>
</tr>
<tr>
<th align=left>Description</th>
- <td><%description%></td>
+ <td><?lsmb description ?></td>
</tr>
</table>
</td>
@@ -92,11 +92,11 @@
<table>
<tr>
<th align=right>Rate</th>
- <td><%sellprice%></td>
+ <td><?lsmb sellprice ?></td>
</tr>
<tr>
<th align=right>Total</th>
- <td><%total%></td>
+ <td><?lsmb total ?></td>
</tr>
</table>
</td>
@@ -105,17 +105,17 @@
</td>
</tr>
- <%if notes%>
+ <?lsmb if notes ?>
<tr height=5></tr>
<tr>
<td>&nbsp;</td>
<td>
- <%notes%>
+ <?lsmb notes ?>
</td>
</tr>
- <%end notes%>
+ <?lsmb end notes ?>
</table>