From c49a3bbdc1b107aad2d15a24af156b0465fef880 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Mon, 29 Sep 2014 03:31:14 +0000 Subject: [PATCH] WebUI: clean up and fixed HTML compliance. [Firehawke] --- .gitattributes | 4 - web/commands.html | 138 ------------ web/confirmexit.html | 23 -- web/confirmhardreset.html | 25 --- web/confirmsoftreset.html | 23 -- web/index.html | 436 ++++++++++++++++++++------------------ 6 files changed, 232 insertions(+), 417 deletions(-) delete mode 100644 web/commands.html delete mode 100644 web/confirmexit.html delete mode 100644 web/confirmhardreset.html delete mode 100644 web/confirmsoftreset.html diff --git a/.gitattributes b/.gitattributes index ca6932c6db..cd2c92be16 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9962,10 +9962,6 @@ src/ume/ume.c svneol=native#text/plain src/ume/ume.lst svneol=native#text/plain src/ume/ume.mak svneol=native#text/plain src/version.c svneol=native#text/plain -web/commands.html svneol=native#text/html -web/confirmexit.html svneol=native#text/html -web/confirmhardreset.html svneol=native#text/html -web/confirmsoftreset.html svneol=native#text/html web/css/images/ajax-loader.gif -text svneol=unset#image/gif web/css/images/icons-18-black.png -text svneol=unset#image/png web/css/images/icons-18-white.png -text svneol=unset#image/png diff --git a/web/commands.html b/web/commands.html deleted file mode 100644 index 1923d80bd1..0000000000 --- a/web/commands.html +++ /dev/null @@ -1,138 +0,0 @@ -Toggle Pause -Soft reset -Hard reset -Save State -Load State -Exit - -
-

Select position to save to

- - -
- Cancel - Autosave Slot -
-
- 0 - 1 - 2 - 3 -
-
- 4 - 5 - 6 - 7 -
-
- 8 - 9 - A - B -
-
- C - D - E - F -
-
- G - H - I - J -
-
- K - L - M - N -
-
- O - P - Q - R -
-
- S - T - U - V -
-
- W - X - Y - Z -
- -




-
- -
-

Select position to load from

- - -
- Cancel - Autoload Slot -
-
- 0 - 1 - 2 - 3 -
-
- 4 - 5 - 6 - 7 -
-
- 8 - 9 - A - B -
-
- C - D - E - F -
-
- G - H - I - J -
-
- K - L - M - N -
-
- O - P - Q - R -
-
- S - T - U - V -
-
- W - X - Y - Z -
- -




-
diff --git a/web/confirmexit.html b/web/confirmexit.html deleted file mode 100644 index 9ce1ae4570..0000000000 --- a/web/confirmexit.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - MAME - - - - -
-
-

Confirm: Exit emulator?

-
- Yes - Cancel -
- - \ No newline at end of file diff --git a/web/confirmhardreset.html b/web/confirmhardreset.html deleted file mode 100644 index de7422cfce..0000000000 --- a/web/confirmhardreset.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - MAME - - - - - - - -
-
-

Confirm: Hard Reset?

-
- Yes - Cancel -
- \ No newline at end of file diff --git a/web/confirmsoftreset.html b/web/confirmsoftreset.html deleted file mode 100644 index 7b45c1e5d7..0000000000 --- a/web/confirmsoftreset.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - MAME - - - - -
-
-

Confirm: Soft Reset?

-
- Yes - Cancel -
- - \ No newline at end of file diff --git a/web/index.html b/web/index.html index 6e73e03597..d12f4c3852 100644 --- a/web/index.html +++ b/web/index.html @@ -217,7 +217,7 @@ $(document).ready(function() { { } }); - event.preventDefault(); + event.preventDefault(); // This prevents it trying to load a /keypost page after doing the Ajax post. }); }); @@ -247,10 +247,10 @@ $(document).ready(function() { -