diff options
Diffstat (limited to 'admin/WebConsole/menus')
-rw-r--r-- | admin/WebConsole/menus/menuejemplo.html | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/admin/WebConsole/menus/menuejemplo.html b/admin/WebConsole/menus/menuejemplo.html index 9c7a78ec..57a52a22 100644 --- a/admin/WebConsole/menus/menuejemplo.html +++ b/admin/WebConsole/menus/menuejemplo.html @@ -25,7 +25,7 @@ dl { background: transparent url('images/xp_peque.png') no-repeat top left; padding: 0 0 1em 5em; - margin: 5px 50px; + margin: 2em 10em; } dl.windows { @@ -41,39 +41,43 @@ } dt { float: left;} - dd { margin: 1em 20em; } + dd { margin: 1em 10em 1em 20em; } </style> </head> <body> - <h1>Menú de opciones</h1> + <dl class="windows"> - <dt><a href="command:bootOs 1 1" title="Iniciar sesión de Windows" accesskey="1">Arrancar Windows.</a></dt> + <dt><a href="command:bootOs 1 1" title="Iniciar sesión de Windows, accesskey: 1" accesskey="1">[1] Arrancar Windows.</a></dt> <dd>Arranque normal de Windows sin modificaciones.</dd> - <dt><a href="commandwithconfirmation:restoreImage REPO windows 1 1" title="Formatear el disco e instalar el sistema operativo Windows" accesskey="3">Instalar Windows.</a></dt> + <dt><a href="commandwithconfirmation:restoreImage REPO windows 1 1" title="Formatear el disco e instalar el sistema operativo Windows, accesskey: 2" accesskey="2">[2] Instalar Windows. </a></dt> <dd>El proceso de instalación tardará unos minutos.</dd> </dl> - <dl class="windows"> - <dt><a href="commandwithconfirmation:/opt/opengnsys/interfaceAdm/RestaurarImagenBasica 1 1 WINXPRD2 10.1.15.3 0000 0" title="Sincronizar imagen de Windows" accesskey="1">Sincronizar Imagen Window.</a></dt> - <dd>Restaurar Imagen Windows con sincronización.</dd> - </dl> + <!-- dl class="windows"> + <dt><a href="commandwithconfirmation:/opt/opengnsys/interfaceAdm/RestaurarImagenBasica 1 1 WINXPRD2 10.1.15.3 0000 0" title="Sincronizar imagen de Windows, accesskey: 2" accesskey="2">Sincronizar Imagen Window.</a></dt> + <dd>Restaurar Imagen Windows con sincronización.</dd> + </dl --> <dl class="linux"> - <dt><a href="command:bootOs 1 2" title="Iniciar sesión de GNU/Linux" accesskey="2">Arrancar GNU/Linux.</a></dt> + <dt><a href="command:bootOs 1 2" title="Iniciar sesión de Ubuntu 12, accesskey: 3" accesskey="3">[3] Arrancar GNU/Linux. </a></dt> <dd>Arranque normal de <acronym title="GNU's not Unix">GNU</acronym>/Linux sin modificaciones.</dd> - <dt><a href="commandwithconfirmation:restoreImage REPO linux 1 2" title="Formatear el disco e instalar el sistema operativo GNU/Linux" accesskey="4">Instalar GNU/Linux.</a></dt> + + <dt><a href="commandwithconfirmation:restoreImage REPO linux 1 2" title="Formatear el disco e instalar el sistema operativo GNU/Linux, accesskey: 4" accesskey="4">[4] Instalar GNU/Linux. </a></dt> <dd>El proceso de instalación tardará unos minutos.</dd> </dl> <dl class="apagar"> - <dt><a href="command:poweroff" title="Apagar la máquina" accesskey="5">Apagar.</a></dt> + <dt><a href="command:poweroff" title="Apagar la máquina, accesskey: 0" accesskey="0">[0] Apagar. </a></dt> <dd>Apagar el ordenador.</dd> - <dt><a href="command:reboot" title="Reiniciar la máquina" accesskey="6">Reiniciar.</a></dt> + + <dt><a href="command:reboot" title="Reiniciar la máquina, accesskey: 6" accesskey="6">[6] Reiniciar. </a></dt> <dd>Reiniciar el ordenador.</dd> </dl> + </body> </html> + |