Differences From
Artifact [9e4625490c]:
214 214 puts "\t\t<title>KitCreator, Web Interface</title>"
215 215 puts "\t</head>"
216 216 puts "\t<body>"
217 217 puts "\t\t<h1>KitCreator Web Interface</h1>"
218 218 puts "\t\t<p><b>Status:</b> $status"
219 219 if {[info exists url]} {
220 220 puts "\t\t<p><b>URL:</b> <a href=\"$url\">$url</a>"
221 +
222 + if {[info exists sdk_url]} {
223 + puts "\t\t<p><b>SDK URL:</b> <a href=\"$sdk_url\">$sdk_url</a>"
224 + }
221 225 }
222 226 if {[info exists description]} {
223 227 puts "\t\t<p><b>Description:</b> $description"
224 228 }
225 229 if {[info exists logfile]} {
226 230 catch {
227 231 set fd [open $logfile]