[5269592] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es"> |
---|
| 3 | |
---|
| 4 | <head> |
---|
| 5 | <meta http-equiv="content-type" content="text/html;charset=utf-8" /> |
---|
| 6 | <title>Menú de inicio de los equipos OpenGnSys</title> |
---|
| 7 | |
---|
| 8 | <style type="text/css"> |
---|
| 9 | body { background: #fff; font-size: 0.7em; } |
---|
| 10 | h1, h2 { font-size: 1.5em; } |
---|
| 11 | br {font-size: 0.2em; } |
---|
| 12 | a:link, a:visited { text-decoration: none; color:#900; font-weight: bold; } |
---|
| 13 | a:hover, a:active { color:#d90; } |
---|
| 14 | |
---|
| 15 | h1 { |
---|
| 16 | font-size: 1.5em; |
---|
| 17 | width: 100%; |
---|
| 18 | vertical-align: bottom; |
---|
| 19 | color: #555; |
---|
| 20 | background: transparent url('images/opengnsys.png') no-repeat top left; |
---|
| 21 | padding: 2em 0 1.5em 12em; |
---|
| 22 | margin-bottom: 1em; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | dl { |
---|
| 26 | background: transparent url('images/xp_peque.png') no-repeat top left; |
---|
| 27 | padding: 0 0 1em 5em; |
---|
| 28 | margin: 5px 50px; |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | dl.windows { |
---|
| 32 | background-image: url('images/xp_peque.png'); |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | dl.linux { |
---|
| 36 | background-image: url('images/linux_peque.png'); |
---|
| 37 | } |
---|
| 38 | |
---|
| 39 | dl.apagar { |
---|
| 40 | background-image: url('images/poweroff.png'); |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | dt { float: left;} |
---|
| 44 | dd { margin: 1em 20em; } |
---|
| 45 | </style> |
---|
| 46 | |
---|
| 47 | </head> |
---|
| 48 | |
---|
| 49 | <body> |
---|
| 50 | |
---|
| 51 | |
---|
| 52 | <h1>Menú de opciones</h1> |
---|
| 53 | <dl class="windows"> |
---|
| 54 | <dt><a href="command:bootOs 1 1" title="Iniciar sesión de Windows" accesskey="1">Arrancar Windows.</a></dt> |
---|
| 55 | <dd>Arranque normal de Windows sin modificaciones.</dd> |
---|
| 56 | <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> |
---|
| 57 | <dd>El proceso de instalación tardará unos minutos.</dd> |
---|
| 58 | </dl> |
---|
| 59 | |
---|
[f4322ae] | 60 | <dl class="windows"> |
---|
| 61 | <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> |
---|
| 62 | <dd>Restaurar Imagen Windows con sincronización.</dd> |
---|
| 63 | </dl> |
---|
| 64 | |
---|
[5269592] | 65 | <dl class="linux"> |
---|
| 66 | <dt><a href="command:bootOs 1 2" title="Iniciar sesión de GNU/Linux" accesskey="2">Arrancar GNU/Linux.</a></dt> |
---|
| 67 | <dd>Arranque normal de <acronym title="GNU's not Unix">GNU</acronym>/Linux sin modificaciones.</dd> |
---|
| 68 | <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> |
---|
| 69 | <dd>El proceso de instalación tardará unos minutos.</dd> |
---|
| 70 | </dl> |
---|
[f4322ae] | 71 | |
---|
[5269592] | 72 | <dl class="apagar"> |
---|
| 73 | <dt><a href="command:poweroff" title="Apagar la máquina" accesskey="5">Apagar.</a></dt> |
---|
| 74 | <dd>Apagar el ordenador.</dd> |
---|
| 75 | <dt><a href="command:reboot" title="Reiniciar la máquina" accesskey="6">Reiniciar.</a></dt> |
---|
| 76 | <dd>Reiniciar el ordenador.</dd> |
---|
| 77 | </dl> |
---|
| 78 | </body> |
---|
| 79 | </html> |
---|