X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fedit.html;h=94c2f25151f5e58e1fff95eb70cef8258c754e65;hb=d337c09abbd99e6d19c8c293c2e0591b9aa6a44f;hp=7f9ebc6556caa2e3e299aaee1e2a424b6d300067;hpb=9d5838580d949f1af5a32e126f6e726450b995de;p=irspy-moved-to-github.git diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html index 7f9ebc6..94c2f25 100644 --- a/web/htdocs/edit.html +++ b/web/htdocs/edit.html @@ -1,3 +1,9 @@ -%# $Id: edit.html,v 1.1 2006-10-20 16:57:40 mike Exp $ -<& /chrome/layout.mc, %ARGS, title => "Edit target record", +%# $Id: edit.html,v 1.4 2006-11-29 14:57:31 mike Exp $ +<%args> +$id => undef +$copy => undef + +<& /chrome/layout.mc, %ARGS, + title => (!defined $id ? "New" : $copy ? "Copy" : "Edit") . + " target record", component => "/details/edit.mc" &>