diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
commit | 87c8bf2724f8e1cf49ecf866113635a9abc9f2bd (patch) | |
tree | 931f6a9a0b7096594a60f0ff6caac78f43af049b /templates/Traditional_Chinese_Big5-packing_list.html | |
parent | 8395fa501827306002e3a01c7053f495bff844c2 (diff) |
fixing issues where items of the form <td width=100%> got converted to <td width=100 ?> when converting <% %> markup to <?lsmb ?>
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@147 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Traditional_Chinese_Big5-packing_list.html')
-rwxr-xr-x | templates/Traditional_Chinese_Big5-packing_list.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/Traditional_Chinese_Big5-packing_list.html b/templates/Traditional_Chinese_Big5-packing_list.html index 45221a75..e774a2e5 100755 --- a/templates/Traditional_Chinese_Big5-packing_list.html +++ b/templates/Traditional_Chinese_Big5-packing_list.html @@ -1,12 +1,12 @@ <body bgcolor=ffffff>
-<table width=100 ?>
+<table width="100%">
<tr>
<td width=10> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr>
<td>
<h4>
@@ -41,7 +41,7 @@ <table width=100% cellspacing=0 cellpadding=0>
<tr bgcolor=000000>
<th width=50% align=left><font color=ffffff>付運往:</th>
- <th width=50 ?> </th>
+ <th width="50%"> </th>
</tr>
<tr valign=top>
@@ -124,7 +124,7 @@ <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr bgcolor=000000>
<th align=left><font color=ffffff>位置</th>
<th align=left><font color=ffffff>編號</th>
@@ -163,7 +163,7 @@ <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr valign=top>
<td>備註</td>
<td><?lsmb notes ?></td>
@@ -176,14 +176,14 @@ <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr valign=top>
- <td width=70 ?><font size=-3>
+ <td width="70%"><font size=-3>
退回的物品須支付10%的回收費用。若要退回物品,必須先取得<?lsmb company ?>的授權。退回
物品的運費和保險費自負。若在途中出現有損毀情況,<?lsmb company ?>將不會負任何責任。
</font>
</td>
- <td width=30 ?>
+ <td width="30%">
X <hr noshade>
</td>
</tr>
|