Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Having an issue with the way I use Links

Quote Reply
Having an issue with the way I use Links
Hello,
I've just run into an issue with the way that I use Links and I hope it can be solved.

The issue is that I use the system to allow people to keep track of their playing cards, each links record might contain up to 55 cards. All goes well until somebody attempts to remove one of those cards from their list. When they delete out the fields that used to hold any particular card, then when viewing the detailed page for that record, the record stops where they deleted the one card from the record.

I have a feeling it's in the way that I wrote the table to display the cards in the detailed.html template, so Im hoping somebody here can take a look at it and see if I've written it all wrong. Theres a ton of if's and endifs and fields of data so I hope it doesn't blind anybody else like it's about to blind me after spending hundreds of hours on the system trying to manipulate it to do what I want.



Code:

<table width="100%" border="0" style="font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: left;">
<tr bgcolor="#ffffff"><td width="5%">Qty.</td><td width="2%"></td><td width="31%">Card Name</td><td width="15%"><a href="http://www.mydomain.com/forums/gforum.cgi?do=message;user_username=<%Username%>;message_subject=Buy-Sell Listing" Title="My Price is the price that the owner of this listing has entered in a price list for the card in question. Contact them for further information">MyPrice</a></td><td>Price listed as<br>$Non-Foil<B>|</B>$Foil</td><td width="9%"><A HREF="" Title="Highest Price Reported">High Price<br>NONFOIL</a></td><td width="9%"><a href="" Title="Lowest Price Reported">Low Price<br>NonFoil</a></td><td width="9%">Stdev.<br>NonFoil</td><td width="10%"><a href="" Title="Total Raw Number of reported items this period">Raw #<br>NF|F</a></td><td>Type</td><td><a href="http://www.mydomain.com/forums/gforum.cgi?post=21#21" Title="Condition of card, 5 Highest, 0 worst">Cond</a></td></tr>
<%if cardqty1%><class="pricerow"><tr bgcolor="#e2e1eb"><td><%cardqty1%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname1%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 1"><%cardname1%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname1%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card1price%><td>$<%card1price%></td><%endif%><%if not card1price%><td>$0.00</td><%endif%><td><%if cardname1%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname1)%>|$<%get_price_foil_low($cardname1)%></td><td><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname1)%></td><td><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname1)%></td><td>Stdev:&nbsp;$<%get_std_value_prices($cardname1)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname1)%><%endif%></td><td><%if card1foil%><%endif%><%if card1foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard1%><img src="/images/<%conditioncard1%>.gif" border="0" title="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty2%><class="description"><tr><td><%cardqty2%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname2%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 2"><%cardname2%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname2%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card2price%><td width="10%">$<%card2price%></td><%endif%><%if not card2price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname2%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname2)%>|$<%get_price_foil_low($cardname2)%></td><td><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname2)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname2)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname2)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname2)%><%endif%></td><td><%if card2foil%><%endif%><%if card2foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard1%><img src="/images/<%conditioncard1%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty3%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty3%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname3%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 3"><%cardname3%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname3%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card3price%><td width="10%">$<%card3price%></td><%endif%><%if not card3price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname3%><%if cardname3%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname3)%>|$<%get_price_foil_low($cardname3)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname3)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname3)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname3)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname3)%><%endif%></td><td><%if card3foil%><%endif%><%if card1foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard3%><img src="/images/<%conditioncard3%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty4%><class="description"><tr><td><%cardqty4%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname4%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 4"><%cardname4%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname4%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card4price%><td width="10%">$<%card4price%></td><%endif%><%if not card4price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname4%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname4)%>|$<%get_price_foil_low($cardname4)%><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname4)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname4)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname4)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname4)%><%endif%></td><td><%if card4foil%><%endif%><%if card4foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard4%><img src="/images/<%conditioncard4%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty5%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty5%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname5%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 5"><%cardname5%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname5%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card5price%><td width="10%">$<%card5price%></td><%endif%><%if not card5price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname5%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname5)%>|$<%get_price_foil_low($cardname5)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname5)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname5)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname5)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname5)%><%endif%></td><td><%if card5foil%><%endif%><%if card5foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard5%><img src="/images/<%conditioncard5%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty6%><class="description"><tr><td><%cardqty6%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname6%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 6"><%cardname6%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname6%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card6price%><td width="10%">$<%card6price%></td><%endif%><%if not card6price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname6%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname6)%>|$<%get_price_foil_low($cardname6)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname6)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname6)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname6)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname6)%><%endif%></td><td><%if card6foil%><%endif%><%if card6foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard6%><img src="/images/<%conditioncard6%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty7%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty7%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname7%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 7"><%cardname7%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname7%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card7price%><td width="10%">$<%card7price%></td><%endif%><%if not card7price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname7%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname7)%>|$<%get_price_foil_low($cardname7)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname7)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname7)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname7)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname7)%><%endif%></td><td><%if card7foil%><%endif%><%if card7foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard7%><img src="/images/<%conditioncard7%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty8%><class="description"><tr><td><%cardqty8%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname8%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 8"><%cardname8%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname8%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card8price%><td width="10%">$<%card8price%></td><%endif%><%if not card8price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname8%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname8)%>|$<%get_price_foil_low($cardname8)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname8)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname8)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname8)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname8)%><%endif%></td><td><%if card8foil%><%endif%><%if card8foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard8%><img src="/images/<%conditioncard8%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></td><%endif%>
<%if cardqty9%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty9%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname9%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 9"><%cardname9%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname9%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card9price%><td width="10%">$<%card9price%></td><%endif%><%if not card9price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname9%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname9)%>|$<%get_price_foil_low($cardname9)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname9)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname9)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname9)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname9)%><%endif%></td><td><%if card9foil%><%endif%><%if card9foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard9%><img src="/images/<%conditioncard9%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty10%><class="description"><tr><td><%cardqty10%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname10%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb" Title="Card 10"><%cardname10%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname10%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card10price%><td width="10%">$<%card10price%></td><%endif%><%if not card10price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname10%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname10)%>|$<%get_price_foil_low($cardname10)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname10)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname10)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname10)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname10)%><%endif%></td><TD><%if card10foil%><%endif%><%if card1foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard10%><img src="/images/<%conditioncard10%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty11%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty11%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname11%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname11%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname11%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card11price%><td width="10%">$<%card11price%></td><%endif%><%if not card11price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname11%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname11)%>|$<%get_price_foil_low($cardname11)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname11)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname11)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname11)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname11)%><%endif%></td><TD><%if card11foil%><%endif%><%if card11foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard11%><img src="/images/<%conditioncard11%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty12%><class="description"><tr><td><%cardqty12%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname12%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname12%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname12%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card12price%><td width="10%">$<%card12price%></td><%endif%><%if not card12price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname12%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname12)%>|$<%get_price_foil_low($cardname12)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname12)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname12)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname12)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname12)%><%endif%></td><TD><%if card12foil%><%endif%><%if card12foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard12%><img src="/images/<%conditioncard12%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty13%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty13%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname13%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname13%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname13%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card13price%><td width="10%">$<%card13price%></td><%endif%><%if not card13price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname13%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname13)%>|$<%get_price_foil_low($cardname13)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname13)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname13)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname13)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname13)%><%endif%></td><TD><%if card13foil%><%endif%><%if card13foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard13%><img src="/images/<%conditioncard13%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty14%><class="description"><tr><td><%cardqty14%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname14%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname14%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname14%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card14price%><td width="10%">$<%card14price%></td><%endif%><%if not card14price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname14%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname14)%>|$<%get_price_foil_low($cardname14)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname14)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname14)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname14)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname14)%><%endif%></td><TD><%if card14foil%><%endif%><%if card14foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard14%><img src="/images/<%conditioncard14%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty15%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty15%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname15%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname15%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname15%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card15price%><td width="10%">$<%card15price%></td><%endif%><%if not card15price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname15%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname15)%>|$<%get_price_foil_low($cardname15)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname15)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname15)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname15)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname15)%><%endif%></td><TD><%if card15foil%><%endif%><%if card15foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard15%><img src="/images/<%conditioncard15%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty16%><class="description"><tr><td><%cardqty16%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname16%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname16%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname16%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card16price%><td width="10%">$<%card16price%></td><%endif%><%if not card16price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname16%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname16)%>|$<%get_price_foil_low($cardname16)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname16)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname16)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname16)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname16)%><%endif%></td><TD><%if card16foil%><%endif%><%if card16foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard16%><img src="/images/<%conditioncard16%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty17%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty17%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname17%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname17%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname17%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card17price%><td width="10%">$<%card17price%></td><%endif%><%if not card17price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname17%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname17)%>|$<%get_price_foil_low($cardname17)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname17)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname17)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname17)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname17)%><%endif%></td><TD><%if card17foil%><%endif%><%if card17foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard17%><img src="/images/<%conditioncard17%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty18%><class="description"><tr><td><%cardqty18%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname18%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname18%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname18%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card18price%><td width="10%">$<%card18price%></td><%endif%><%if not card18price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname18%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname18)%>|$<%get_price_foil_low($cardname18)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname18)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname18)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname18)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname18)%><%endif%></td><TD><%if card18foil%><%endif%><%if card18foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard18%><img src="/images/<%conditioncard18%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty19%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty19%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname19%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname19%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname19%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card19price%><td width="10%">$<%card19price%></td><%endif%><%if not card19price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname19%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname19)%>|$<%get_price_foil_low($cardname19)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname19)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname19)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname19)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname19)%><%endif%></td><TD><%if card19foil%><%endif%><%if card19foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard19%><img src="/images/<%conditioncard19%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty20%><class="description"><tr><td><%cardqty20%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname20%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname20%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname20%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card20price%><td width="10%">$<%card20price%></td><%endif%><%if not card20price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname20%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname20)%>|$<%get_price_foil_low($cardname20)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname20)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname20)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname20)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname20)%><%endif%></td><TD><%if card20foil%><%endif%><%if card20foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard20%><img src="/images/<%conditioncard20%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty21%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty21%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname21%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname21%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname21%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card21price%><td width="10%">$<%card21price%></td><%endif%><%if not card21price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname21%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname21)%>|$<%get_price_foil_low($cardname21)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname21)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname21)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname21)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname21)%><%endif%></td><TD><%if card21foil%><%endif%><%if card21foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard21%><img src="/images/<%conditioncard21%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty22%><class="description"><tr><td><%cardqty22%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname22%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname22%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname22%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card22price%><td width="10%">$<%card22price%></td><%endif%><%if not card22price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname22%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname22)%>|$<%get_price_foil_low($cardname22)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname22)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname22)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname22)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname22)%><%endif%></td><TD><%if card22foil%><%endif%><%if card22foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard22%><img src="/images/<%conditioncard22%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty23%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty23%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname23%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname23%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname23%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card23price%><td width="10%">$<%card23price%></td><%endif%><%if not card23price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname23%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname23)%>|$<%get_price_foil_low($cardname23)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname23)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname23)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname23)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname23)%><%endif%></td><TD><%if card23foil%><%endif%><%if card23foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard23%><img src="/images/<%conditioncard23%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty24%><class="description"><tr><td><%cardqty24%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname24%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname24%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname24%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card24price%><td width="10%">$<%card24price%></td><%endif%><%if not card24price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname24%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname24)%>|$<%get_price_foil_low($cardname24)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname24)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname24)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname24)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname24)%><%endif%></td><TD><%if card24foil%><%endif%><%if card24foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard24%><img src="/images/<%conditioncard24%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty25%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty25%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname25%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname25%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname25%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card25price%><td width="10%">$<%card25price%></td><%endif%><%if not card25price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname25%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname25)%>|$<%get_price_foil_low($cardname25)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname25)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname25)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname25)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname25)%><%endif%></td><TD><%if card25foil%><%endif%><%if card25foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard25%><img src="/images/<%conditioncard25%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty26%><class="description"><tr><td><%cardqty26%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname26%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname26%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname26%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card26price%><td width="10%">$<%card26price%></td><%endif%><%if not card26price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname26%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname26)%>|$<%get_price_foil_low($cardname26)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname26)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname26)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname26)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname26)%><%endif%></td><TD><%if card26foil%><%endif%><%if card26foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard26%><img src="/images/<%conditioncard26%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty27%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty27%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname27%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname27%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname27%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card27price%><td width="10%">$<%card27price%></td><%endif%><%if not card27price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname27%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname27)%>|$<%get_price_foil_low($cardname27)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname27)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname27)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname27)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname27)%><%endif%></td><TD><%if card27foil%><%endif%><%if card27foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard27%><img src="/images/<%conditioncard27%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty28%><class="description"><tr><td><%cardqty28%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname28%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname28%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname28%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card28price%><td width="10%">$<%card28price%></td><%endif%><%if not card28price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname28%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname28)%>|$<%get_price_foil_low($cardname28)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname28)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname28)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname28)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname28)%><%endif%></td><TD><%if card28foil%><%endif%><%if card28foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard28%><img src="/images/<%conditioncard28%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty29%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty29%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname29%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname29%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname29%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card29price%><td width="10%">$<%card29price%></td><%endif%><%if not card29price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname29%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname29)%>|$<%get_price_foil_low($cardname29)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname29)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname29)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname29)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname29)%><%endif%></td><TD><%if card29foil%><%endif%><%if card29foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard29%><img src="/images/<%conditioncard29%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty30%><class="description"><tr><td><%cardqty30%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname30%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname30%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname30%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card30price%><td width="10%">$<%card30price%></td><%endif%><%if not card30price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname30%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname30)%>|$<%get_price_foil_low($cardname30)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname30)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname30)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname30)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname30)%><%endif%></td><TD><%if card30foil%><%endif%><%if card30foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard30%><img src="/images/<%conditioncard30%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty31%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty31%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname31%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname31%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname31%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card31price%><td width="10%">$<%card31price%></td><%endif%><%if not card31price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname31%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname31)%>|$<%get_price_foil_low($cardname31)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname31)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname31)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname31)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname31)%><%endif%></td><TD><%if card31foil%><%endif%><%if card31foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard31%><img src="/images/<%conditioncard31%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty32%><class="description"><tr><td><%cardqty32%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname32%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname32%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname32%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card32price%><td width="10%">$<%card32price%></td><%endif%><%if not card32price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname32%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname32)%>|$<%get_price_foil_low($cardname32)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname32)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname32)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname32)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname32)%><%endif%></td><TD><%if card32foil%><%endif%><%if card32foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard32%><img src="/images/<%conditioncard32%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty33%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty33%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname33%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname33%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname33%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card33price%><td width="10%">$<%card33price%></td><%endif%><%if not card33price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname33%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname33)%>|$<%get_price_foil_low($cardname33)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname33)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname33)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname33)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname33)%><%endif%></td><TD><%if card33foil%><%endif%><%if card33foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard33%><img src="/images/<%conditioncard33%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty34%><class="description"><tr><td><%cardqty34%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname34%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname34%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname34%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card34price%><td width="10%">$<%card34price%></td><%endif%><%if not card34price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname34%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname34)%>|$<%get_price_foil_low($cardname34)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname34)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname34)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname34)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname34)%><%endif%></td><TD><%if card34foil%><%endif%><%if card34foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard34%><img src="/images/<%conditioncard34%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty35%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty35%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname35%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname35%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname35%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card35price%><td width="10%">$<%card35price%></td><%endif%><%if not card35price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname35%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname35)%>|$<%get_price_foil_low($cardname35)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname35)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname35)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname35)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname35)%><%endif%></td><TD><%if card35foil%><%endif%><%if card35foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard35%><img src="/images/<%conditioncard35%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty36%><class="description"><tr><td><%cardqty36%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname36%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname36%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname36%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card36price%><td width="10%">$<%card36price%></td><%endif%><%if not card36price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname36%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname36)%>|$<%get_price_foil_low($cardname36)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname36)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname36)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname36)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname36)%><%endif%></td><TD><%if card36foil%><%endif%><%if card36foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard36%><img src="/images/<%conditioncard36%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty37%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty37%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname37%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname37%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname37%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card37price%><td width="10%">$<%card37price%></td><%endif%><%if not card37price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname37%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname37)%>|$<%get_price_foil_low($cardname37)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname37)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname37)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname37)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname37)%><%endif%></td><TD><%if card37foil%><%endif%><%if card37foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard37%><img src="/images/<%conditioncard37%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty38%><class="description"><tr><td><%cardqty38%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname38%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname38%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname38%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card38price%><td width="10%">$<%card38price%></td><%endif%><%if not card38price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname38%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname38)%>|$<%get_price_foil_low($cardname38)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname38)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname38)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname38)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname38)%><%endif%></td><TD><%if card38foil%><%endif%><%if card38foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard38%><img src="/images/<%conditioncard38%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty39%><class="description"><tr bgcolor="#e2e1eb"><td><%cardqty39%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname39%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname39%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname39%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card39price%><td width="10%">$<%card39price%></td><%endif%><%if not card39price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname39%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname39)%>|$<%get_price_foil_low($cardname39)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname39)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname39)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname39)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname39)%><%endif%></td><TD><%if card39foil%><%endif%><%if card39foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard39%><img src="/images/<%conditioncard39%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<%if cardqty40%><class="description"><tr><td><%cardqty40%></td><td><img src="http://www.mydomain.com/photo.php?file=<%cardname40%>.full.jpg" width="15" height="25"></td><td><a class="thumbnail" href="#thumb"><%cardname40%><span><img src="http://www.mydomain.com/photo.php?file=<%cardname40%>.full.jpg" /><br /><center><b>My Magic Deck</b><center></span></a></td><%if card40price%><td width="10%">$<%card40price%></td><%endif%><%if not card40price%><td width="10%">$0.00</td><%endif%><td width="10%"><%if cardname40%><font color=orange>Avg</font>:&nbsp;$<%get_value_prices($cardname40)%>|$<%get_price_foil_low($cardname40)%></td><td width="10%"><font color=red>High</font>:&nbsp;$<%get_high_value_prices($cardname40)%></td><td width="10%"><font color=green>Low</font>:&nbsp;$<%get_low_value_prices($cardname40)%></td><td width="10%">Stdev:&nbsp;$<%get_std_value_prices($cardname40)%></td><td width="10%">Raw#:&nbsp;<%get_rawn_value_prices($cardname40)%><%endif%></td><TD><%if card40foil%><%endif%><%if card40foil eq Foil%>[F]<%else%>[NF]<%endif%></td><td><%if conditioncard40%><img src="/images/<%conditioncard40%>.gif" border="0" TITLE="(LEVEL 5: MINT) (LEVEL 4: NEAR MINT) (LEVEL 3: EXCELLENT) (LEVEL 2: GOOD) (LEVEL 1: POOR) (LEVEL 0: HEAVILY PLAYED, VERY POOR)"><%else%>UL<%endif%></td></tr><%endif%>
<tr><TD><%set total_cardqty = do_count_numbers($cardqty1, $cardqty2, $cardqty3, $cardqty4, $cardqty5, $cardqty6, $cardqty7, $cardqty8, $cardqty9, $cardqty10, $cardqty11, $cardqty12, $cardqty13, $cardqty14, $cardqty15, $cardqty16, $cardqty17, $cardqty18, $cardqty19, $cardqty20, $cardqty21, $cardqty22, $cardqty23, $cardqty24, $cardqty25, $cardqty26, $cardqty27, $cardqty28, $cardqty29, $cardqty30, $cardqty31, $cardqty32, $cardqty33, $cardqty34, $cardqty35, $cardqty36, $cardqty37, $cardqty38, $cardqty39, $cardqty40, $cardqty41, $cardqty42, $cardqty43, $cardqty44, $cardqty45, $cardqty46, $cardqty47, $cardqty48, $cardqty49, $cardqty50, $cardqty51, $cardqty52, $cardqty53, $cardqty54, $cardqty55)%>
</TD><TD>&nbsp;</TD><TD align="right">Totals:</TD><TD>MP: $</TD><TD>Avg: $<%total_cardqty%></TD><TD>High: $</TD><td>Low: $</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>

Last edited by:

Westin: May 5, 2009, 8:54 PM
Quote Reply
Re: [Westin] Having an issue with the way I use Links In reply to
NEVER MIND, Problem found and fixed. It is the line in the above code that starts with <%if cardqty3%><class="desc