.id
4810
.gutitle
df_pdf_fishes
.title
df_pdf_fishes
.file
.extension
.name
.user_id
7
.notes
.body
<ensure variable="get.start" value="1000">
<ensure variable="get.count" value="10">



<if NOT ( isNumeric(get.start) AND isNumeric(get.count) )>

<p>
GET.start and GET.count must have numeric values..
</p>

<BREAK>

</if>

<var get.start = round(abs(get.start))>
<var get.count = round(abs(get.count))>

<if get.count GT 1000>
<p>
Cannot count more than 1,000.
</p>
<BREAK>
</if>



<pdf>

<var _counter_table = 1>
<var _counter_tr = 1>

<var _goog_chart_count = 0>
<loop from="#get.start#" to="#get.start+get.count-1#" index="x">

<if _counter_table EQ 1>
<table style="width:100%; height:100%;" cellpadding="0" cellspacing="0">
</if>
<if _counter_tr EQ 1>
<tr>
</if>

<td style="width:50%;" valign="middle">
<div align="center">
<var _qr_href = "http://dishfish.com/s/#x#">
<var _pw = 100>
<a href="#_qr_href#"><img src="http://#_goog_chart_count#.chart.apis.google.com/chart?chs=#_pw#x#_pw#&cht=qr&chl=#urlEncodedFormat(_qr_href)#&chld=|0" border="0" width="#_pw#" height="#_pw#"></a>
</div>
<small><div align="center" style="padding-top:2px;">
#x#
</div></small>
</div>

<if _counter_tr EQ 2>
</tr><var _counter_tr = 1>
<else>
<var _counter_tr = _counter_tr + 1>
</if>
<if _counter_table EQ 10>
</table><var _counter_table = 1>
<else>
<var _counter_table = _counter_table + 1>
</if>

<var _goog_chart_count = _goog_chart_count + 1>
<if _goog_chart_count GT 9>
<var _goog_chart_count = 0>
</if>

</loop>

<if _counter_tr GT 1>
</tr>
</if>

<if _counter_table GT 1>
</table>
</if>

</pdf>
 
.sum_double
0.00
.producttype
.productincludes
.physical_unsignedint
0
.isprotected_unsignedint
0
.overridesiteheader_unsignedint
0