Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / src / app / upgrade / upgrade.component.html @ 72203b19

Historique | Voir | Annoter | Télécharger (1,46 ko)

1 f3d5fa3b Eric Seigne
<ActionBar>
2
    <!--
3
    Use the NavigationButton as a side-drawer button in Android
4
    because ActionItems are shown on the right side of the ActionBar
5
    -->
6
    <NavigationButton ios:visibility="collapsed" icon="res://menu" (tap)="onDrawerButtonTap()"></NavigationButton>
7
    <!--
8
    Use the ActionItem for IOS with position set to left. Using the
9
    NavigationButton as a side-drawer button in iOS is not possible,
10
    because its function is to always navigate back in the application.
11
    -->
12
    <ActionItem icon="res://menu" android:visibility="collapsed" (tap)="onDrawerButtonTap()" ios.position="left">
13
    </ActionItem>
14
    <Label text="Mise à jour"></Label>
15
</ActionBar>
16
17
<ScrollView>
18
    <GridLayout class="page__content" columns="*">
19
        <StackLayout row="0" orientation="vertical" padding="10">
20
            <TextView row="1" editable="false" text="Une nouvelle version de l'application ClicAlbum est disponible, veuillez cliquer sur le bouton ci-dessous pour vous rendre sur le magasin d'application ou allez sur le site web clicalbum.abuledu.net pour télécharger le fichier (utilisateurs avancés)." class="label"></TextView>
21
            <Button row="3" id="btnUpgrade" text="Mettre à jour" (tap)='onUpgradeTap($event)' padding="10" class="-primary"></Button>
22
            <Button row="4" id="btnWeb" text="Aller sur ClicAlbum.abuledu.net" (tap)='onWebsiteTap($event)' padding="10" class="-primary"></Button>
23
        </StackLayout>
24
    </GridLayout>
25
</ScrollView>
Redmine Appliance - Powered by TurnKey Linux