Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 32
Wiki Markup
{html}<style> 
.pagetree2 a{font-size:16px; } 
.hidable{display:none;} 
</style> 
<script>{html}
Wiki Markup
{html}function showhide(section){ 
var ele=document.getElementById(section); 
if(ele.style.display!="block") { 
ele.style.display="block"; 
document.getElementById(section+"show").innerHTML = "Hide this design"; 
} else { 
ele.style.display="none"; 
document.getElementById(section+"show").innerHTML = "Show this design"; 
}}</script> 
{html}

Scenario

Jane, a desk worker of 2 years at McCormick, is watching Twilight during her shift when Jillian, a resident, approaches her at desk to pick up a package. After unsuccessfully trying to find the package, Jane opens the Logbook on CollabDesk and writes an entry including a description of what has transpired.

...

Design Sketches

Patricia Saylor

Wiki Markup
{html}<a href="javascript:showhide('trishDesign');" id="trishDesignShow">Show designs</a>{html}
 
Wiki Markup
{html}<div id="trishDesign" class="hidable">{html}
 

LogFeed

Logbook Metaphor

Non-Computer Interface

...


Divya Bajekal

Design 1

Design 2

...