<!-- BEGIN site/lookup.tt -->
[% PROCESS site/popup.tt height=800, width=1200, top=50 %]
[% BLOCK row %]
[ <a href="[% app_url %]/referral-source/select/?lookup=[% t %]" [% onclick_event %]>
[% t %]
</a> ]
[% END %]
<p>
Search:
[% UNLESS type;
onclick_event = 'onclick="return popup(this.href);"';
FOREACH entry IN data_files.sort;
INCLUDE row t = entry;
END;
%]
[% ELSE %]
[ <a href="[% app_url %]/referral-source/select/?lookup=[% type %]"
[% onclick_event %]>[% type %]</a> ]
[% END %]
</p>
<!-- END site/lookup.tt -->