r5140: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 17 Jun 2003 04:56:02 +0000 (04:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 17 Jun 2003 04:56:02 +0000 (04:56 +0000)
views.lisp

index 607e0d2a440614bf8def35f9270189e9bb9c81f1..836a43cac97bd011fee9942fb96557f28ee927e5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: views.lisp,v 1.54 2003/06/12 16:37:44 kevin Exp $
+;;;; $Id: views.lisp,v 1.55 2003/06/17 04:56:02 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 ;;;;
 ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
   (vector-push-extend '(write-char #\> s) print-func))
 
 (defun ppfc-html-link-labels (label name type formatter cdata nlink print-func)
   (vector-push-extend '(write-char #\> s) print-func))
 
 (defun ppfc-html-link-labels (label name type formatter cdata nlink print-func)
-  (vector-push-extend '(write-string "<label>" s) print-func)
+  (vector-push-extend '(write-string "<span class=\"label\">" s) print-func)
   (vector-push-extend `(write-string ,label s) print-func)
   (vector-push-extend `(write-string ,label s) print-func)
-  (vector-push-extend '(write-string "</label> " s) print-func)
+  (vector-push-extend '(write-string "</span> " s) print-func)
   (ppfc-html-link name type formatter cdata nlink print-func))
 
 (defun push-print-fun-code (category slot nlink print-func)
   (ppfc-html-link name type formatter cdata nlink print-func))
 
 (defun push-print-fun-code (category slot nlink print-func)
   (setf (obj-data-end-str view) +newline-string+))
 
 (defun html-list-start-func (obj nitems strm)
   (setf (obj-data-end-str view) +newline-string+))
 
 (defun html-list-start-func (obj nitems strm)
-  (write-string "<p><b>" strm)
+  (write-string "<div class=\"ho-username\">" strm)
   (write-user-name-maybe-plural obj nitems strm)
   (write-user-name-maybe-plural obj nitems strm)
-  (write-string ":</b></p><div class=\"" strm)
+  (write-string "</div><div class=\"" strm)
   (write-string (class-name-of obj) strm)
   (write-string "\"><ul>" strm)
   (write-char #\newline strm))
   (write-string (class-name-of obj) strm)
   (write-string "\"><ul>" strm)
   (write-char #\newline strm))