From 18629bfa646e4b0596a3c1ae9c6a3e3ba58347b9 Mon Sep 17 00:00:00 2001 From: Qube Date: Wed, 18 Jul 2018 21:40:26 +0700 Subject: Add pre-animation, flash, shake, flip, and text color + Fix shout order according to AO2 specification --- webAO/client.html | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 0d32c73..8c54a77 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -5,6 +5,7 @@ + @@ -14,15 +15,17 @@ -- cgit From 93c2650aac8a12797701d8ca6002db560d7b4529 Mon Sep 17 00:00:00 2001 From: Qube Date: Wed, 18 Jul 2018 23:12:29 +0700 Subject: Add client side encoding-decoding option (Unicode Escape and UTF-16 Array) --- webAO/client.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 8c54a77..4c34982 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -61,6 +61,21 @@ + + - - @@ -158,18 +214,6 @@ - - - -
-- cgit From c1730c3e16d088c03f27adab3ebfb4e6f7a37d1a Mon Sep 17 00:00:00 2001 From: Qube Date: Sat, 21 Jul 2018 01:00:48 +0700 Subject: Add penalty bars function and confirm dialog for "call mod" button. --- webAO/client.html | 45 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 11 deletions(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index d2c7b54..88a9f9b 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -5,9 +5,11 @@ + - + + @@ -39,12 +41,12 @@
- - Defense health - - - Prosecution health - + +
+
+ +
+
@@ -75,12 +77,29 @@
Action Commands - - - - report
Call Mod
+ + + + + No action available for this role.
+
+ report
Call Mod
+
+

They might be very busy. Are you sure?

+
+
-- cgit From 67443e853de53562fc8d85a9655324e246ef22ba Mon Sep 17 00:00:00 2001 From: Qube Date: Sat, 21 Jul 2018 11:25:30 +0700 Subject: Add jquery ui mobile support + bbcode description in guide. --- webAO/client.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 88a9f9b..9ec1970 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -12,6 +12,7 @@ + @@ -211,7 +212,22 @@ - + + + BBcode * Only work on webAO +
    +
  1. \n : new line
  2. +
  3. [b][/b] : bolded text
  4. +
  5. [i][/i] : italicized text
  6. +
  7. [u][/u] : underlined text
  8. +
  9. [s][/s] : strikethrough text
  10. +
  11. [sub][/sub] : subscript text
  12. +
  13. [sup][/sup] : superscript text
  14. +
  15. [m=#0f0][/m] : highlighted text
  16. +
  17. [c=cyan][/c] : colorized text
  18. +
+
+
-- cgit From bdf8f9f3391ee80ec7a3d99d62f845ac7dfa0f7e Mon Sep 17 00:00:00 2001 From: Qube Date: Sat, 21 Jul 2018 14:39:06 +0700 Subject: Add option to edit server chat name (a.k.a Fake name) and adjust settings menu. --- webAO/client.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 9ec1970..5a8bd0e 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -168,6 +168,8 @@ + +

- +
Music
+
SFX
+
Blip
+
+ Change + Change +

+

- +

- * If you not sure what does this means, please don't change the settings. -
+ * If you not sure what does this means, please don't change these following settings. +

-
+

-
+

-

-
Music
-
SFX
-
Blip
-
- Change - Change
@@ -252,7 +254,7 @@ -- cgit From 2f18d565cb06de3826aee13fd07356adf29d9cbc Mon Sep 17 00:00:00 2001 From: gameboyprinter Date: Mon, 20 Aug 2018 18:46:00 -0500 Subject: refactor part 1 --- webAO/client.html | 424 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 252 insertions(+), 172 deletions(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 5a8bd0e..2343264 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -1,54 +1,56 @@ - - Attorney Online session - - - - + + + + Attorney Online session + + + + - - + + - - + + - +
-

They might be very busy. Are you sure?

+

+ They might be very busy. Are you sure?

- -
-
-

Loading

- -
-
- -
-
- + +
+
+

Loading

+ +
+
+ +
+
+ + \ No newline at end of file -- cgit From 077fcf719b1a9383b4170f33a77c95024d6f7188 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Mon, 3 Sep 2018 22:48:46 -0500 Subject: Continue code cleanup --- webAO/client.html | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 2343264..3db7762 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -55,9 +55,9 @@
- Hold it! - OBJECTION! - Take That! + Hold it! + OBJECTION! + Take That!

@@ -75,21 +75,21 @@

- Flip + Flip - Flash - Shake + Flash + Shake
Action Commands

- + report
Call Mod
@@ -130,23 +130,23 @@
↓ Main Menu ↓
- + work
Evidence
- + room
Location
- + settings
Settings
- + description
Guide
- + person
About
@@ -176,16 +176,16 @@

- Add Evidence - Edit Evidence - Cancel Evidence - Remove Evidence + Add Evidence + Edit Evidence + Cancel Evidence + Remove Evidence

- Present + Present
@@ -341,9 +341,11 @@ -
+

- They might be very busy. Are you sure?

+ + Are you sure you want to call a moderator? +

@@ -354,7 +356,7 @@
- +
- +
@@ -74,14 +71,12 @@

- Flip - Flash Shake
- Action Commands + Actions
- -
+
+
+ +