Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

webui.itemlist.tagviewed = v

Wiki Markup\# HTML code to show that a record is ticked (and can be unticked)
webui.itemlist.viewed = <a href="\[root\]/handle/\[handle\]?bookmarkremoved=v\[framed\]"\[targetbibl_record\]><img src="\[root\]/image/viewed.gif" border="0" align="left"/></a>unmigrated-wiki-markup\

# HTML code to show that a record is unticked (and can be ticked)
webui.itemlist.notviewed = <a href="\[root\]/handle/\[handle\]?bookmarkadded=v\[framed\]"\[targetbibl_record\]><img src="\[root\]/image/notviewed.gif" border="0" align="left"/></a>

Icons:

  • You need one icon for "viewed" records (image/viewed.gif). Something looking like a tick mark in a colored circle.
  • You need another one for unticked (but tickable). Something like an empty colored circle
  • Examples are attached for testing but I ask you to use your own.

...