r5140: *** empty log message ***
[hyperobject.git] / views.lisp
index 7de59fe736a27e7062667768dd4d05ed00661b1a..836a43cac97bd011fee9942fb96557f28ee927e5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: views.lisp,v 1.53 2003/06/12 14:46:19 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
 ;;;; *************************************************************************
   (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 "</span> " s) 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)
-  (write-string "<p><b>" strm)
+  (write-string "<div class=\"ho-username\">" 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 (link-ampersand view) s)
           (write-simple (car var) s)
           (write-char #\= s)
-          (write-simple (cdr var) s))
-        (write-char #\" s))
+          (write-simple (cdr var) s)))
        (link-printer
-        (funcall link-printer link-page fieldfunc fieldvalue refvars s))))))
+        (funcall link-printer link-page fieldfunc fieldvalue refvars s))))
+    (write-char #\" s)))
   
 (defun make-link-end (obj view fieldname)
   (declare (ignore obj fieldname))