Difference between revisions of "Mouse Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
  
   ps2          [label="Is a PS/2 mouse?", fontsize="11"]
+
   ps2          [label="Is it a PS/2 mouse?", fontsize="11"]
   optical      [label="Is an optical mouse?", fontsize="11"]
+
   optical      [label="Is it an optical mouse?", fontsize="11"]
   wireless      [label="Is an wireless mouse?", fontsize="11"]
+
   wireless      [label="Is it an wireless mouse?", fontsize="11"]
   usb          [label="Is a USB mouse?", fontsize="11"]
+
   usb          [label="Is it a USB mouse?", fontsize="11"]
   twobutton    [label="Does is have\nTWO BUTTONS?", fontsize="11"]
+
   twobutton    [label="Does it have\nTWO BUTTONS?", fontsize="11"]
  
 
   recycle      [label="RECYCLE that mouse!", fontsize="11", shape="box", style="bold"]
 
   recycle      [label="RECYCLE that mouse!", fontsize="11", shape="box", style="bold"]
Line 22: Line 22:
 
   wireless    -> store [label="YES"]
 
   wireless    -> store [label="YES"]
 
   ps2          -> twobutton [label="YES"]
 
   ps2          -> twobutton [label="YES"]
 +
  ps2          -> recycle [label="NO"]
 
   twobutton    -> recycle [label="NO"]
 
   twobutton    -> recycle [label="NO"]
 
   twobutton    -> build [label="YES"]
 
   twobutton    -> build [label="YES"]

Revision as of 11:49, 13 April 2006

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.