X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fedit.html;h=8af5c84f19d6288048796572c4e024f4eccd60ce;hb=a54f6e8f9d1fe1d12beb7e2a0ad30d06047bcc10;hp=7f9ebc6556caa2e3e299aaee1e2a424b6d300067;hpb=9d5838580d949f1af5a32e126f6e726450b995de;p=irspy-moved-to-github.git diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html index 7f9ebc6..8af5c84 100644 --- a/web/htdocs/edit.html +++ b/web/htdocs/edit.html @@ -1,3 +1,7 @@ -%# $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.2 2006-11-14 14:55:28 mike Exp $ +<%args> +$id => undef + +<& /chrome/layout.mc, %ARGS, + title => (defined $id ? "Edit" : "New") . " target record", component => "/details/edit.mc" &>