519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
|
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
|
-
+
|
@ </tr>
@ <th1>enable_output 1</th1>
@ <tr><td class="tktDspLabel">Version Found In:</td>
@ <td colspan="3" valign="top" class="tktDspValue">
@ <th1>
@ set versionlink ""
@ set urlfoundin [httpize $foundin]
@ set tagpattern ^\[0-9A-Za-z_\\.\\x2d\]+\$
@ set tagpattern ^\[-0-9A-Za-z_\\.\]+\$
@ if [regexp $tagpattern $foundin] {
@ query {SELECT count(*) AS match FROM tag
@ WHERE tagname=concat('sym-',$foundin)} {
@ if {$match} {set versionlink "/timeline?t=$urlfoundin"}
@ }
@ }
@ set hashpattern ^\[0-9a-f\]+\$
|