|
1 | 1 | @using System.Globalization |
2 | 2 | <BarItem Style="font-size:14px!important;margin-top:-9px"> |
3 | | - <CultureSelector /> |
4 | | - </BarItem> |
5 | | - <BarItem Style="font-size:14px!important;margin-top:-10px"> |
6 | | - <BarIcon IconName="meterIcon" /> |
7 | | - @version |
8 | | - </BarItem> |
9 | | - <BarItem> |
| 3 | + <CultureSelector /> |
| 4 | +</BarItem> |
| 5 | +<BarItem Style="font-size:14px!important;margin-top:-10px"> |
| 6 | + <BarIcon IconName="meterIcon" /> |
| 7 | + @version |
| 8 | +</BarItem> |
| 9 | +<BarItem> |
10 | 10 | <BarLink To="https://WWW.dh-dev.com" Target="Target.Blank" Style="font-size:14px!important; padding-top:0;margin-top:-10px"> |
11 | | - <BarIcon IconName="dhdevIcon" /> |
12 | | - DHDev |
13 | | - </BarLink> |
14 | | - </BarItem> |
| 11 | + <BarIcon IconName="dhdevIcon" /> |
| 12 | + </BarLink> |
| 13 | +</BarItem> |
| 14 | +<BarItem> |
| 15 | + <BarLink To="https://www.isf.org.il/" Target="Target.Blank" Style="font-size:14px!important; padding-top:0;margin-top:-10px"> |
| 16 | + <BarIcon IconName="ISFIcon" /> |
| 17 | + </BarLink> |
| 18 | +</BarItem> |
| 19 | +<BarItem> |
| 20 | + <BarLink To="https://www.openu.ac.il/" Target="Target.Blank" Style="font-size:14px!important; padding-top:0;margin-top:-10px"> |
| 21 | + <BarIcon IconName="OUIcon" /> |
| 22 | + </BarLink> |
| 23 | +</BarItem> |
15 | 24 |
|
16 | 25 | @code { |
17 | 26 | [Inject] NavigationManager Navigation { get; set; } |
18 | 27 | [Inject] IJSRuntime JS { get; set; } |
19 | 28 | [Inject] INotificationService NotificationService { get; set; } |
20 | 29 | [CascadingParameter] Dictionary<string, object> globals { get; set; } |
21 | | - RenderFragment dhdevIcon =@<img src="/Images/logo_white_background_cut.jpg" style="width:44px; height: 32px" />; |
22 | | - RenderFragment meterIcon =@<img src="/Images/noun_meter system_2596699.png" style="width:44px; height: 32px" />; |
| 30 | + RenderFragment dhdevIcon =@<img src="/Images/logo_white_background_cut.jpg" id="DHDevIcon" />; |
| 31 | + RenderFragment meterIcon =@<img src="/Images/noun_meter system_2596699.png" id="LangSelectorIcon" />; |
| 32 | + RenderFragment OUIcon =@<img src="/Images/logo_op_en.png" id="OpenUIcon" />; |
| 33 | + RenderFragment ISFIcon =@<img src="/Images/keren_logo_HEB.png" id="ISFIcon" />; |
23 | 34 | Version version = typeof(Program).Assembly.GetName().Version; |
24 | 35 |
|
25 | 36 |
|
|
0 commit comments