|
11 | 11 | <!-- Includes the window control side shell script -->
|
12 | 12 | <?include bash /usr/share/bigbashview/framework/shell/windowControlSide.sh 2> /dev/null ?>
|
13 | 13 |
|
| 14 | + <title>Install the system</title> |
| 15 | + |
14 | 16 | <style>
|
15 | 17 | /* Background semi transparent */
|
16 | 18 | #page::before {
|
|
77 | 79 | <div class="medium-elevate no-padding large-margin">
|
78 | 80 | <article class="system-background-color no-padding no-margin">
|
79 | 81 | <!-- Any component with drag-area class is used to drag and move window -->
|
80 |
| - <nav class="padding center-align no-space drag-area"> |
81 |
| - <p stonejs>The system is in</p> |
82 |
| - <p class="bold"> |
| 82 | + <div class="center-align large-padding" tabindex="0"> |
| 83 | + <span stonejs>The system is in</span> |
| 84 | + <span class="bold"> |
83 | 85 | <?include bash [ -d /sys/firmware/efi ] && echo ' UEFI' || echo ' BIOS (Legacy)'?>
|
84 |
| - </p> |
85 |
| - <p stonejs>, Linux</p> |
86 |
| - <p class="bold"> |
| 86 | + </span> |
| 87 | + <span stonejs>, Linux</span> |
| 88 | + <span class="bold"> |
87 | 89 | <?include bash uname -r | cut -f1 -d-?>
|
88 |
| - </p> |
89 |
| - <p stonejs>and graphical mode</p> |
90 |
| - <p class="bold"> |
| 90 | + </span> |
| 91 | + <span stonejs>and graphical mode</span> |
| 92 | + <span class="bold"> |
91 | 93 | <?include bash echo ${XDG_SESSION_TYPE^}.?>
|
92 |
| - </p> |
93 | 94 | </nav>
|
| 95 | + </div> |
94 | 96 |
|
95 | 97 | <!-- Using x-show from alpinejs to only show EFI Entry Manager if system running in EFI mode -->
|
96 | 98 | <div x-show="<?include bash [ -d /sys/firmware/efi ] && echo 'true' || echo 'false'?>" class="center-align no-padding">
|
97 | 99 | <nav class="center-align">
|
98 |
| - <p stonejs>Manage EFI entries on the motherboard (NVRAM):</p> |
| 100 | + <p stonejs tabindex="0">Manage EFI entries on the motherboard (NVRAM):</p> |
99 | 101 | <button :class="buttonClass" @click="_run('sudo QEFIEntryManager')" stonejs>EFI Entry Manager</button>
|
100 | 102 | </nav>
|
101 | 103 | </div>
|
102 | 104 |
|
103 | 105 | <div class="center-align large-padding">
|
104 |
| - <a onclick="_run('xdg-open https://forum.biglinux.com.br')" stonejs>This is a collaborative system, if you need help consult our forum: https://forum.biglinux.com.br.</a> |
| 106 | + <a onclick="_run('xdg-open https://forum.biglinux.com.br')" tabindex="0" stonejs>This is a collaborative system, if you need help consult our forum: https://forum.biglinux.com.br.</a> |
105 | 107 | </div>
|
106 | 108 | </article>
|
107 | 109 | </div>
|
|
126 | 128 | <div component="card-model-1" x-data='{
|
127 | 129 | textIcon: "history",
|
128 | 130 | title: _("Snapshot and backups"),
|
129 |
| - description: _("Restore restore points of the installed system."), |
| 131 | + description: _("Restore points of the installed system."), |
130 | 132 | buttonText: _("Start"),
|
131 | 133 | buttonAction: () => _run("timeshift-launcher")}'>
|
132 | 134 | </div>
|
|
153 | 155 | </p>
|
154 | 156 | </nav>
|
155 | 157 | <button class="tertiary margin" @click="activePage = 'firstPage'">
|
156 |
| - <i>arrow_back</i> |
| 158 | + <i aria-hidden="true">arrow_back</i> |
157 | 159 | <span stonejs>Back</span>
|
158 | 160 | </button>
|
159 | 161 | </article>
|
|
0 commit comments