diff options
author | alonso <alonso@us.es> | 2010-10-23 09:34:04 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-10-23 09:34:04 +0000 |
commit | 3ec149cb19165453434984c88e8ba03f648e578e (patch) | |
tree | 9d315751684c2c27ed66ad645aeea52ce9027859 /admin/WebConsole/menus | |
parent | 550b680d176cbccfecfe35fad440dd570d90ba5b (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1314 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/menus')
-rw-r--r-- | admin/WebConsole/menus/images/linux.png | bin | 0 -> 14390 bytes | |||
-rw-r--r-- | admin/WebConsole/menus/images/opengnsys.png | bin | 0 -> 19827 bytes | |||
-rw-r--r-- | admin/WebConsole/menus/images/xp.png | bin | 0 -> 20248 bytes | |||
-rw-r--r-- | admin/WebConsole/menus/menuaula1.html | 37 |
4 files changed, 37 insertions, 0 deletions
diff --git a/admin/WebConsole/menus/images/linux.png b/admin/WebConsole/menus/images/linux.png Binary files differnew file mode 100644 index 00000000..d4ad6c6c --- /dev/null +++ b/admin/WebConsole/menus/images/linux.png diff --git a/admin/WebConsole/menus/images/opengnsys.png b/admin/WebConsole/menus/images/opengnsys.png Binary files differnew file mode 100644 index 00000000..cea3b03e --- /dev/null +++ b/admin/WebConsole/menus/images/opengnsys.png diff --git a/admin/WebConsole/menus/images/xp.png b/admin/WebConsole/menus/images/xp.png Binary files differnew file mode 100644 index 00000000..b4fcf480 --- /dev/null +++ b/admin/WebConsole/menus/images/xp.png diff --git a/admin/WebConsole/menus/menuaula1.html b/admin/WebConsole/menus/menuaula1.html new file mode 100644 index 00000000..b24b101f --- /dev/null +++ b/admin/WebConsole/menus/menuaula1.html @@ -0,0 +1,37 @@ +<html> + <head> + <style type="text/css"> + * { font-size: 10px; } + h2 { font-size: 2em;} + br {font-size: 0.2em; } + a:link, a:visited { text-decoration: none; font-weight: normal; color:#505e6b; font-weight: bold; } </style> + </head> + + <body> + <table width=100%> + <tr><td colspan=3 height=50px > + <h2><img style="margin:0px 100px 0px 0px" align=middle src=images/opengnsys.png>Menú de opciones</h2></p></td></tr> + + <tr><td width=10% rowspan="2" align=right valign=top><img width="40px" heigth="40px" src=images/xp.png> + <td width=30%><a href="command:bootOs 1 1">1.- Arrancar Windows XP</a> + <td width=60%>Arranque normal sin modificaciones. + <tr> + <td width=30%><a href="command: restoreImage REPO /aula1/xp 1 1">2.- Reinstalar Windows XP</a></td> + <td width=60%><br>El proceso de instalación puede tardar unos minutos. + <br><font color=red>Durante la instalación se bloquean teclado y ratón.</font></td> + + <tr><td colspan=3 text=white bgcolor=#ffffff align=center height=10px> + + + <tr><td width=10% rowspan="2" align=right valign=top><img width="40px" heigth="40px" src=images/linux.png> + <td width=30%><a href="command:bootOs 1 2">3.- Arrancar Ubuntu 9.04</a> + <td width=60%>Arranque normal sin modificaciones. + <tr> + <td width=30%><a href="command: restoreImage REPO /aula1/ubuntu9 1 2"><br>4.- Reinstalar Ubuntu 9.04</a> + <td width=60%><br>El proceso de instalación puede tardar unos minutos. + <br><font color=red>Durante la instalación se bloquean teclado y ratón.</font> + + + </table> + <body> +</html> |