[Igarden-commit] Garden/source/Reports/ReportFormats ShopList2.html, NONE, 1.1 ShopList1.html, 1.1.
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-19 12:46:58
|
Update of /cvsroot/igarden/Garden/source/Reports/ReportFormats In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1677 Modified Files: Tag: Release_branch_v1 ShopList1.html Added Files: ShopList2.html Log Message: Add new shopping list report with plant picture Index: ShopList1.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/ReportFormats/Attic/ShopList1.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** ShopList1.html 15 Nov 2006 13:08:03 -0000 1.1.2.1 --- ShopList1.html 19 Dec 2006 12:46:55 -0000 1.1.2.2 *************** *** 3,6 **** --- 3,8 ---- <meta name="Border" content="true"> <meta name="Picture" content="false"> + <meta name="Height" content="0.8"> + <meta name="Width" content="8.0"> </head> <body> --- NEW FILE: ShopList2.html --- <head> <title>Shopping List with Picture</title> <meta name="Border" content="true"> <meta name="Picture" content="true"> <meta name="Height" content="1.2"> <meta name="Width" content="8.0"> </head> <body> <font size="2"> <table width="520" height="92"><tr height="92"> <td width="300"> <bold>Name:</bold>#1S<br> <bold>Vendor: </bold>#2S<br> <bold>Where: </bold>#3S<br> </td> <td width="160"> <bold>Amount: </bold>#4S<br> </td> <td width="80"> <img src="#5S" height="80" width="80"><br> </td></tr> </table> </body> |