From c49a3bbdc1b107aad2d15a24af156b0465fef880 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Mon, 29 Sep 2014 03:31:14 +0000 Subject: WebUI: clean up and fixed HTML compliance. [Firehawke] --- web/commands.html | 138 --------------- web/confirmexit.html | 23 --- web/confirmhardreset.html | 25 --- web/confirmsoftreset.html | 23 --- web/index.html | 436 ++++++++++++++++++++++++---------------------- 5 files changed, 232 insertions(+), 413 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 (limited to 'web') diff --git a/web/commands.html b/web/commands.html deleted file mode 100644 index 1923d80bd1c..00000000000 --- 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 9ce1ae4570e..00000000000 --- 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 de7422cfced..00000000000 --- 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 7b45c1e5d73..00000000000 --- 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 6e73e035978..d12f4c38526 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() { -