432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
|
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
|
-
+
|
@ if {[info exists submit]} {
@ if {[info exists cmappnd]} {
@ if {[string length $cmappnd]>0} {
@ set ctxt "\n\n<hr /><i>[htmlize $login]"
@ if {$username ne $login} {
@ set ctxt "$ctxt claiming to be [htmlize $username]"
@ }
@ set ctxt "$ctxt added on [date]:</i><br />\n$cmappnd"
@ set ctxt "$ctxt added on [date] UTC:</i><br />\n$cmappnd"
@ append_field comment $ctxt
@ }
@ }
@ submit_ticket
@ }
@ </th1>
@ <table cellpadding="5">
|