Difference between revisions of "User:Elizabeth/scratch.2"

From FreekiWiki
Jump to navigation Jump to search
m
(failed attempt number 1)
Line 1: Line 1:
 
;Two
 
;Two
  
;Supplies List
+
I will come back to this later
 +
 
 +
<graphviz>
 +
  digraph {
 +
 
 +
    start          [label="Handling W-9s", shape="box", fontsize="11", style="bold"]
 +
    mail            [label="Request comes in the mail", fontsize="11", style="italic"]   
 +
    frontdesk            [label="The person at the front desk", fontsize="11"]
 +
    W9          [label="Presigned W-9s in folder under the till", fontsize="11"]
 +
    fillitout        [label="Fill in the date and organization", fontsize="11"]
 +
 
 +
   
 +
 
 +
 
 +
 +
    mail -> frontdesk [label="To"]
 +
    frontdesk -> fillitout [label="Next"]
 +
    W9 -> frontdesk [label="YES"]
 +
    fillitout -> frontdesk [label="Next"]
 +
    mail -> noncoffee [label="Back to the mail box with you!"]
 +
 
 +
</graphviz>

Revision as of 17:40, 4 May 2007

Two

I will come back to this later

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