ソースを参照

Links in own page via main menu

master
Flo Smilari 4年前
コミット
3e3484f7c9

+ 28
- 0
Pages/Fundvelo/CaritasServiceFundVeloLinksPage.razor ファイルの表示

@page "/fundvelo/links"
<div class="row px-3">
<div class="row no-gutters align-items-center w-100" style="padding-top: 2em">
<ul style="list-style-type:none;">
<li style="display: flex; padding-bottom: 1em">
<MatIcon Icon="@MatIconNames.Link" />&nbsp;&nbsp;
<a href="https://shop.caritas-luzern.ch/de/Velos-c75735006" target="_blank">Velos (caritas-luzern.ch)</a>
</li>
<li style="display: flex; padding-bottom: 1em">
<MatIcon Icon="@MatIconNames.Link" />&nbsp;&nbsp;
<a href="https://www.velostation.ch/de/velostationen/uebersichtskarte/luzern" target="_blank">Luzern – Forum Velostationen Schweiz</a>
</li>
<li style="display: flex; padding-bottom: 1em">
<MatIcon Icon="@MatIconNames.Link" />&nbsp;&nbsp;
<a href="https://www.nextbike.ch/de/" target="_blank">nextbike | Fahrradverleih in Luzern</a>
</li>
<li style="display: flex; padding-bottom: 1em">
<MatIcon Icon="@MatIconNames.Link" />&nbsp;&nbsp;
<a href="https://www.caritas-luzern.ch/was-wir-tun/caritas-betriebe/velomobilitaet-velodienste-velowerkstatt-veloverleih" target="_blank">Velomobilität Caritas Luzern: Velodienste, Velowerkstatt & Veloverleih (caritas-luzern.ch)</a>
</li>
</ul>
</div>
</div>
@code {
}

+ 2
- 2
Pages/Fundvelo/CaritasServiceFundVeloLostFoundPage.razor ファイルの表示

@inject ReportRepositoryService ReportRepositoryService @inject ReportRepositoryService ReportRepositoryService
<div class="row px-3 h-100"> <div class="row px-3 h-100">
<div class="row no-gutters align-items-center w-100">
@*<div class="row no-gutters align-items-center w-100">
<table class="w-100"> <table class="w-100">
<tr> <tr>
<td class="text-center"> <td class="text-center">
</td> </td>
</tr> </tr>
</table> </table>
</div>
</div>*@
<div class="row no-gutters align-items-center w-100"> <div class="row no-gutters align-items-center w-100">
<div class="mat-layout-grid w-100"> <div class="mat-layout-grid w-100">
<div class="mat-layout-grid-inner"> <div class="mat-layout-grid-inner">

+ 4
- 1
Shared/NavMenu.razor ファイルの表示

<MatNavItem Href="fundvelo/history_missing" AllowSelection="true" Class="@((index == 4)? "selected": "")" @onclick="@((e) => ButtonClicked(4))"> <MatNavItem Href="fundvelo/history_missing" AllowSelection="true" Class="@((index == 4)? "selected": "")" @onclick="@((e) => ButtonClicked(4))">
<MatIcon Icon="@MatIconNames.History" />&nbsp; @I18n["HistoryMissing"] <MatIcon Icon="@MatIconNames.History" />&nbsp; @I18n["HistoryMissing"]
</MatNavItem> </MatNavItem>
<MatNavItem Href="fundvelo/links" AllowSelection="true" Class="@((index == 5)? "selected": "")" @onclick="@((e) => ButtonClicked(5))">
<MatIcon Icon="@MatIconNames.Link" />&nbsp; @I18n["FundveloLinks"]
</MatNavItem>
</MatNavSubMenuList> </MatNavSubMenuList>
</MatNavSubMenu> </MatNavSubMenu>
</MatNavSubMenuList> </MatNavSubMenuList>
private void ButtonClicked(int _Index) { private void ButtonClicked(int _Index) {
index = _Index; index = _Index;
navSubMenuOpen = (index == 3 || index == 4);
navSubMenuOpen = (index == 3 || index == 4 || index == 5);
PageHistoryManager.AddPageToHistory(NavigationManager.Uri); PageHistoryManager.AddPageToHistory(NavigationManager.Uri);
StateHasChanged(); StateHasChanged();
ButtonClicked(); ButtonClicked();

+ 6
- 0
Shared/ResourceFiles/Resources.de.resx ファイルの表示

<data name="fundvelo/keydata/Missing" xml:space="preserve"> <data name="fundvelo/keydata/Missing" xml:space="preserve">
<value>Fundvelo &gt; Vermisst &gt; Daten</value> <value>Fundvelo &gt; Vermisst &gt; Daten</value>
</data> </data>
<data name="fundvelo/links" xml:space="preserve">
<value>Fundvelo &gt; Links Velodienste Luzern</value>
</data>
<data name="fundvelo/lost_found" xml:space="preserve"> <data name="fundvelo/lost_found" xml:space="preserve">
<value>Fundvelo</value> <value>Fundvelo</value>
</data> </data>
<data name="fundvelo/pending_overview" xml:space="preserve"> <data name="fundvelo/pending_overview" xml:space="preserve">
<value>Fundvelo &gt; Übersicht Pendente</value> <value>Fundvelo &gt; Übersicht Pendente</value>
</data> </data>
<data name="FundveloLinks" xml:space="preserve">
<value>Velodienste in Luzern</value>
</data>
<data name="History.DELETE" xml:space="preserve"> <data name="History.DELETE" xml:space="preserve">
<value>Wollen Sie die Historie wirklich löschen?</value> <value>Wollen Sie die Historie wirklich löschen?</value>
</data> </data>

+ 6
- 0
Shared/ResourceFiles/Resources.fr.resx ファイルの表示

<data name="fundvelo/keydata/Missing" xml:space="preserve"> <data name="fundvelo/keydata/Missing" xml:space="preserve">
<value>Velo &gt;Perdue &gt; Data</value> <value>Velo &gt;Perdue &gt; Data</value>
</data> </data>
<data name="fundvelo/links" xml:space="preserve">
<value>Velo &gt;Liens &gt; Services de vélo à Lucerne</value>
</data>
<data name="fundvelo/lost_found" xml:space="preserve"> <data name="fundvelo/lost_found" xml:space="preserve">
<value>Velo</value> <value>Velo</value>
</data> </data>
<data name="fundvelo/pending_overview" xml:space="preserve"> <data name="fundvelo/pending_overview" xml:space="preserve">
<value>Velo &gt; Raportes en attente</value> <value>Velo &gt; Raportes en attente</value>
</data> </data>
<data name="FundveloLinks" xml:space="preserve">
<value>Services de vélo à Lucerne</value>
</data>
<data name="History.DELETE" xml:space="preserve"> <data name="History.DELETE" xml:space="preserve">
<value>Voulez-vous vraiment supprimer l'historique?</value> <value>Voulez-vous vraiment supprimer l'historique?</value>
</data> </data>

+ 6
- 0
Shared/ResourceFiles/Resources.it.resx ファイルの表示

<data name="fundvelo/keydata/Missing" xml:space="preserve"> <data name="fundvelo/keydata/Missing" xml:space="preserve">
<value>Bicicletta &gt; Perduta &gt; Dati</value> <value>Bicicletta &gt; Perduta &gt; Dati</value>
</data> </data>
<data name="fundvelo/links" xml:space="preserve">
<value>Bicicletta &gt; Links &gt; Servizi per biciclette a Lucerna</value>
</data>
<data name="fundvelo/lost_found" xml:space="preserve"> <data name="fundvelo/lost_found" xml:space="preserve">
<value>Bicicletta</value> <value>Bicicletta</value>
</data> </data>
<data name="fundvelo/pending_overview" xml:space="preserve"> <data name="fundvelo/pending_overview" xml:space="preserve">
<value>Bicicletta &gt; Raporti in attesa</value> <value>Bicicletta &gt; Raporti in attesa</value>
</data> </data>
<data name="FundveloLinks" xml:space="preserve">
<value>Servizi biciclette a Lucerna</value>
</data>
<data name="History.DELETE" xml:space="preserve"> <data name="History.DELETE" xml:space="preserve">
<value>É sicuro di volere cancellare la cronologia?</value> <value>É sicuro di volere cancellare la cronologia?</value>
</data> </data>

+ 6
- 0
Shared/ResourceFiles/Resources.resx ファイルの表示

<data name="fundvelo/keydata/Missing" xml:space="preserve"> <data name="fundvelo/keydata/Missing" xml:space="preserve">
<value>Bicycle &gt; Missing &gt;Data</value> <value>Bicycle &gt; Missing &gt;Data</value>
</data> </data>
<data name="fundvelo/links" xml:space="preserve">
<value>Bicycle &gt; Links of bicycle services Lucern</value>
</data>
<data name="fundvelo/lost_found" xml:space="preserve"> <data name="fundvelo/lost_found" xml:space="preserve">
<value>Bicycle</value> <value>Bicycle</value>
</data> </data>
<data name="fundvelo/pending_overview" xml:space="preserve"> <data name="fundvelo/pending_overview" xml:space="preserve">
<value>Bicycle &gt; Overview Pendigs</value> <value>Bicycle &gt; Overview Pendigs</value>
</data> </data>
<data name="FundveloLinks" xml:space="preserve">
<value>Bicycle services in Lucern</value>
</data>
<data name="History.DELETE" xml:space="preserve"> <data name="History.DELETE" xml:space="preserve">
<value>Do you really want to delete the history?</value> <value>Do you really want to delete the history?</value>
</data> </data>

読み込み中…
キャンセル
保存