annotate cards.html @ 0:477258d09353 boosterpack

[svn r1] initial import
author robert
date Sun, 30 Aug 2009 02:19:26 -0400
parents
children c702488ef795
rev   line source
robert@0 1
robert@0 2 <html>
robert@0 3 <head>
robert@0 4
robert@0 5 <title>
robert@0 6 Edit Pokèmon Cards
robert@0 7 </title>
robert@0 8
robert@0 9
robert@0 10 </head>
robert@0 11
robert@0 12
robert@0 13
robert@0 14 <body>
robert@0 15
robert@0 16 <div id="card_list" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 17 </div>
robert@0 18
robert@0 19
robert@0 20 <div id="current_card" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 21 </div>
robert@0 22
robert@0 23 <div id="tags" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 24 </div>
robert@0 25
robert@0 26 </body>
robert@0 27 </html>