Method code for $page_bin_index._make_show_object_href()

[Turn on line numbering]
arg msg, obj, what, change, value;
var show, x;

// used by ._show_object()
what = dict_add(what, change, value);
show = map x in (what) to (x[1] + "=" + (x[2] ? "yes" : "no")).join("&");
if (show)
    return "[<a href=\"/bin/display?target=" + obj.objname() + "&" + show + "\">" + msg + "</a>]";
return "[<a href=\"/bin/display?target=" + obj.objname() + "\">" + msg + "</a>]";

// Brad Roberts
// Bruce Mitchener, Jr.
// Created 16-May-1997 as a part of ColdCore, see: @help Credit

Tlon