diff options
author | ivan <ivan> | 2002-06-23 05:43:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-23 05:43:08 +0000 |
commit | 6e863af6c6c3ebda89f1da6ca9c3c52fb9b1a54a (patch) | |
tree | 111f732fde971d1a0c21a03a18ddaa0a35e47e79 /httemplate | |
parent | 5086b5ee6ace8f535a1adb9a97cce4da87450cb1 (diff) |
add link to edit and format nicely
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/svc_www.cgi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi index 70a7a1be4..86f693201 100644 --- a/httemplate/view/svc_www.cgi +++ b/httemplate/view/svc_www.cgi @@ -39,8 +39,13 @@ print header('Website View', menubar( ), "Main menu" => $p, )). - "Service #$svcnum". - qq!<BR>Website name: <B><A HREF="http://$www">$www</A></B>!. + qq!<A HREF="${p}edit/svc_www.cgi?$svcnum">Edit this information</A><BR>!. + ntable("#cccccc"). '<TR><TD>'. ntable("#cccccc",2). + qq!<TR><TD ALIGN="right">Service number</TD>!. + qq!<TD BGCOLOR="#ffffff">$svcnum</TD></TR>!. + qq!<TR><TD ALIGN="right">Website name</TD>!. + qq!<TD BGCOLOR="#ffffff"><A HREF="http://$www">$www<A></TD></TR>!. + '</TABLE></TD></TR></TABLE>'. '<BR>'. joblisting({'svcnum'=>$svcnum}, 1). '</BODY></HTML>' ; |