<br><div class="gmail_quote">On Thu, Oct 18, 2012 at 6:55 AM, Matej Mailing <span dir="ltr"><<a href="mailto:mailing@tam.si" target="_blank">mailing@tam.si</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I see that there is a number='n' where n replaces the result numbers<br>
in the query.php. How can we use this correctly returned information<br>
to display in a template?<br>
<br></blockquote><div><br>If you reference a html template from your map file:<br><br>    METADATA<br>        'select_record'    'select_survey.html'<br>        'select_header'    'select_header_survey.html'<br>
    END<br><br>In you html template, you might be able to do something like:<br><br>    <tr><td><br><br>        <b>Results:</b> <span id="numShapes">[nlr]</span><br>    </td><td<br>
<br>HTH, Eli<br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br>
Matej<br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
</blockquote></div><br>