summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/menus
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2013-06-07 12:47:20 +0000
committerramon <ramongomez@us.es>2013-06-07 12:47:20 +0000
commit6d5e5bca05d461244d127efa317f812e1dac299c (patch)
treed301f046f36532e697063eff909d952d7cab42c8 /admin/WebConsole/menus
parent92cf666284b71405123a463aa9dec894ac9132f7 (diff)
Mejorar la accesibilidad del menĂº de ejemplo (gracias a Mario Fernandez).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3862 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/menus')
-rw-r--r--admin/WebConsole/menus/menuejemplo.html30
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&uacute; de opciones</h1>
+
<dl class="windows">
- <dt><a href="command:bootOs 1 1" title="Iniciar sesi&oacute;n de Windows" accesskey="1">Arrancar Windows.</a></dt>
+ <dt><a href="command:bootOs 1 1" title="Iniciar sesi&oacute;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&oacute;n tardar&aacute; 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&oacute;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&oacute;n.</dd>
+ </dl -->
<dl class="linux">
- <dt><a href="command:bootOs 1 2" title="Iniciar sesi&oacute;n de GNU/Linux" accesskey="2">Arrancar GNU/Linux.</a></dt>
+ <dt><a href="command:bootOs 1 2" title="Iniciar sesi&oacute;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&oacute;n tardar&aacute; unos minutos.</dd>
</dl>
<dl class="apagar">
- <dt><a href="command:poweroff" title="Apagar la m&aacute;quina" accesskey="5">Apagar.</a></dt>
+ <dt><a href="command:poweroff" title="Apagar la m&aacute;quina, accesskey: 0" accesskey="0">[0] Apagar. </a></dt>
<dd>Apagar el ordenador.</dd>
- <dt><a href="command:reboot" title="Reiniciar la m&aacute;quina" accesskey="6">Reiniciar.</a></dt>
+
+ <dt><a href="command:reboot" title="Reiniciar la m&aacute;quina, accesskey: 6" accesskey="6">[6] Reiniciar. </a></dt>
<dd>Reiniciar el ordenador.</dd>
</dl>
+
</body>
</html>
+