~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/cgi/session/greeting.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!./tclsh
2
 
# $Id: greeting.tcl 948 2008-03-06 00:24:37Z mikes@u.washington.edu $
 
2
# $Id: greeting.tcl 1160 2008-08-22 01:12:33Z mikes@u.washington.edu $
3
3
# ========================================================================
4
4
# Copyright 2006 University of Washington
5
5
#
305
305
                    }
306
306
                  }
307
307
                }
308
 
 
309
 
                if {[info exists _wp(appdir_alt)] && [file isdirectory [file join .. $_wp(appdir_alt)]]} {
310
 
                    cgi_table_row {
311
 
                      cgi_table_data align=right {
312
 
                        cgi_checkbox altui=1
313
 
                      }
314
 
                      cgi_table_data "style=\"font-family: helvetica, sans-serif;\"" {
315
 
                        cgi_puts "Try 2.0 User Interface"
316
 
                      }
317
 
                    }
318
 
                  }
319
 
 
320
 
 
321
308
              }
322
309
            }
323
310
          }