No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="seqdiag" style="height: 600px">
<div style="float: left; width: 60%">
 
'''Event''': Start: [[Start date::{{{Start date}}}]];
seqdiag {
End: [[End date::{{{End date}}}]]
  clientTracerouteRunner;
  clientBrowser;
  transitionServer;
  extantServer;
 
  clientTR -> transitionServer [label =  "submits traceroute output"];
  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"];
 
}
 


[[Location::{{{Location}}}]]
{{ #set: GPS={{ #geocode: {{{Location}}} }}}}
Download in {{#ask: [[{{PAGENAME}}]]
| ?Start date = start
| ?End date = end
| ?Location
| format=icalendar
}} | [[Events|Browse all events]]
</div>
<div style="float: right; width: 37%">
{{#semantic_google_map:{{ #geocode: {{{Location}}}}}|14|G_NORMAL_MAP|GSmallMapControl|pmap|300|200}}
</div>
</div>
<br class="cleared" />
</includeonly>

Latest revision as of 23:13, 28 June 2012

seqdiag {

 clientTracerouteRunner;
 clientBrowser;
 transitionServer;
 extantServer;
 clientTR -> transitionServer [label =  "submits traceroute output"];
 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"];

}