Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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('design1');" id="design1show">Show this design</a>{html}
 
Wiki Markup
{html}<div id="design1" class="hidable">{html}

LogFeed

Logbook Metaphor

Non-Computer Interface

Wiki Markup
{html}</div>{html}
 

Divya Bajekal

Design 1

Design 2

...