Template:Event: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>
<div class="seqdiag" style="height: 600px">
<div style="float: left; width: 60%">
'''Event''': Start: [[Start date::{{{Start date}}}]];
End: [[End date::{{{End date}}}]]


[[Location::{{{Location}}}]]
seqdiag {
{{ #set: GPS={{ #geocode: {{{Location}}} }}}}
  clientTracerouteRunner;
[[Events|Browse all events]]
  clientBrowser;
</div>
  transitionServer;
<div style="float: right; width: 37%">
  extantServer;
{{ #display_map: New York City
 
| service=openlayers
  clientTR -> transitionServer [label =  "submits traceroute output"];
| layers=google
  transitionServer -> transitionServer [label = "parses output"];
}}
  transitionServer -> extantServer [label = "submits parsed output"];
  extantServer -> transitionServer [label = "sends traceroute id"];
  transitionServer -> client [label = "sends traceroute id"];
  clientBrowser --> transitionServer [label = "requests map view via traceroute id"];
  clientBrowser --> extantServer [label = "requests detail view"];
 
}




</div>
</div>
<br style="clear:both" />
[[Category:Events]]
</includeonly>