Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 10, 2015
1 parent 6cfa4f3 commit b9d4eb3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use Nette,

?>
<span title="Router">
<svg viewBox="0 0 2048 2048"><path fill="#4C5564" d="m1175 1143v-4l-24-383q-1-15-11-26t-23-11h-186q-13 0-23 11t-11 26l-24 383v4q-1 14 8 23t21 9h244q12 0 21-9t8-23zm759 560q0 87-46 87h-704q13 0 22-11t8-26l-20-307q-1-15-11-26t-23-11h-272q-13 0-23 11t-11 26l-20 307q-1 15 8 26t22 11h-704q-46 0-46-87 0-64 26-139l417-1252q8-22 26-39 18-16 38-16h339q-13 0-23 11t-11 26l-15 230q-1 16 8 27 9 10 22 10h166q13 0 22-10t8-27l-15-230q-1-15-11-26t-23-11h339q20 0 38 16t26 39l417 1252q26 74 26 139z"/>
<svg viewBox="0 0 2048 2048">
<path fill="#d86b01" d="m1559.7 1024c0 17-6 32-19 45l-670 694.48c-13 13-28 19-45 19s-32-6-45-19-19-28-19-45v-306.48h-438.52c-17 0-32-6-45-19s-19-28-19-45v-642c0-17 6-32 19-45s28-19 45-19h438.52v-309.41c0-17 6-32 19-45s28-19 45-19 32 6 45 19l670 691.41c13 13 19 28 19 45z"/>
<path d="m1914.7 1505c0 79-31 147-87 204-56 56-124 85-203 85h-320c-9 0-16-3-22-9-14-23-21-90 3-110 5-4 12-6 21-6h320c44 0 82-16 113-47s47-69 47-113v-962c0-44-16-82-47-113s-69-47-113-47h-312c-11 0-21-3-30-9-15-25-21-90 3-110 5-4 12-6 21-6h320c79 0 147 28 204 85 56 56 82 124 82 204-9 272 9 649 0 954z" fill-opacity=".5" fill="#d86b01"/>
</svg><span class="tracy-label"><?php if (empty($request)): ?>no route<?php else: echo htmlSpecialChars($request->getPresenterName() . ':' . (isset($request->parameters[Presenter::ACTION_KEY]) ? $request->parameters[Presenter::ACTION_KEY] : Presenter::DEFAULT_ACTION) . (isset($request->parameters[Presenter::SIGNAL_KEY]) ? " {$request->parameters[Presenter::SIGNAL_KEY]}!" : ''), ENT_NOQUOTES, 'UTF-8'); endif ?></span>
</span>

0 comments on commit b9d4eb3

Please sign in to comment.