From e34f898d35a2fbb7e24e27c7e45bd74be955022e Mon Sep 17 00:00:00 2001 From: Abhinav Asthana Date: Wed, 22 Jun 2011 08:11:33 +0530 Subject: [PATCH 001/566] Simple layout changes, added History section div on the right --- simple-rest-client/_locales/en/messages.json | 12 +- simple-rest-client/_locales/fr/messages.json | 2 +- simple-rest-client/index.html | 116 +++++++------ simple-rest-client/style.css | 168 +++++++++++-------- 4 files changed, 169 insertions(+), 129 deletions(-) diff --git a/simple-rest-client/_locales/en/messages.json b/simple-rest-client/_locales/en/messages.json index 8b5017f6..d07dc41a 100644 --- a/simple-rest-client/_locales/en/messages.json +++ b/simple-rest-client/_locales/en/messages.json @@ -1,17 +1,17 @@ { - "name": {"message": "Simple REST Client"}, + "name": {"message": "Improved REST Client"}, "description": {"message": "Construct custom HTTP requests to directly test your web services."}, "request": {"message": "Request"}, "debuglink": {"message": "Debug link"}, - "url": {"message": "URL:"}, - "method": {"message": "Method:"}, - "headers": {"message": "Headers:"}, - "data": {"message": "Data:"}, + "url": {"message": "URL"}, + "method": {"message": "Method"}, + "headers": {"message": "Headers"}, + "data": {"message": "Data"}, "send": {"message": "Send"}, "clear": {"message": "Clear"}, "response": {"message": "Response"}, "processing": {"message": "Processing"}, - "status": {"message": "Status:"}, + "status": {"message": "Status"}, "bad_request": {"message": "Bad request"}, "source": {"message": "Source code licensed under the Apache License"}, "icon": {"message": "icon by Jason Rayner"} diff --git a/simple-rest-client/_locales/fr/messages.json b/simple-rest-client/_locales/fr/messages.json index db8dfdee..e98c76bd 100644 --- a/simple-rest-client/_locales/fr/messages.json +++ b/simple-rest-client/_locales/fr/messages.json @@ -1,5 +1,5 @@ { - "name": {"message": "Client REST simple"}, + "name": {"message": "Client REST improved"}, "description": {"message": "Constuisez vos requêtes HTTP pour tester directement vos services web."}, "request": {"message": "Requête"}, "debuglink": {"message": "Lien de débogage"}, diff --git a/simple-rest-client/index.html b/simple-rest-client/index.html index e308fa73..4027efd2 100644 --- a/simple-rest-client/index.html +++ b/simple-rest-client/index.html @@ -2,7 +2,7 @@ - Simple REST Client + Improved REST Client @@ -21,61 +21,67 @@

name

-
-
- request -

- - -

-

- - - - - - - -

-

- - -

-

- - -

-

- -

-
-
-
-
-
- response -
processing
-
-

- -   -

-

- - -

- -
- -
-
 
+
+
+
+ request +

+ + +

+

+ + + + + + + +

+

+ + +

+

+ + +

+

+ +

+
+
+
+ +
+
+ response +
processing
+
+

+ +   +

+

+ + +

+ +
+ +
+
 
+
+
-
-
-
+ +
+ +
+

History