apprtc: rationalize whitespace

- Remove ^M DOS line endings
- Remove trailing whitespace
- Remove leading 2-space indents from files that have carried this indent since   their contents was removed from within enclosing contexts that required it.
- Add a newline to avoid 82-column line.

R=vikasmarwaha@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2112004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4619 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org
2013-08-26 18:01:28 +00:00
parent 5a035b4279
commit 4498d013f6
4 changed files with 730 additions and 729 deletions

View File

@@ -1,29 +1,29 @@
application: apprtc application: apprtc
version: 6 version: 6
runtime: python27 runtime: python27
threadsafe: true threadsafe: true
api_version: 1 api_version: 1
handlers: handlers:
- url: /html - url: /html
static_dir: html static_dir: html
- url: /images - url: /images
static_dir: images static_dir: images
- url: /js - url: /js
static_dir: js static_dir: js
- url: /css - url: /css
static_dir: css static_dir: css
- url: /.* - url: /.*
script: apprtc.app script: apprtc.app
secure: always secure: always
inbound_services: inbound_services:
- channel_presence - channel_presence
libraries: libraries:
- name: jinja2 - name: jinja2
version: latest version: latest

View File

@@ -1,54 +1,55 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<script src="/_ah/channel/jsapi"></script> <script src="/_ah/channel/jsapi"></script>
<style type="text/css"> <style type="text/css">
a:link { color: #ffffff; } a:link { color: #ffffff; }
a:visited {color: #ffffff; } a:visited {color: #ffffff; }
html, body { html, body {
background-color: #000000; background-color: #000000;
height: 100%; height: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif; font-family:Verdana, Arial, Helvetica, sans-serif;
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#container { #container {
position: relative; position: relative;
min-height: 100%; min-height: 100%;
width: 100%; width: 100%;
margin: 0px auto; margin: 0px auto;
} }
#footer { #footer {
spacing: 4px; spacing: 4px;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 28px; height: 28px;
background-color: #3F3F3F; background-color: #3F3F3F;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
font-size:13px; font-weight: bold; font-size:13px; font-weight: bold;
line-height: 28px; line-height: 28px;
text-align: center; text-align: center;
} }
#logo { #logo {
display: block; display: block;
top:4; top:4;
right:4; right:4;
position:absolute; position:absolute;
float:right; float:right;
#opacity: 0.8; #opacity: 0.8;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="container"> <div id="container">
<div id="footer"> <div id="footer">
Sorry, this room is full. <a href="{{room_link}}">Click here</a> to try again. Sorry, this room is full.
</div> <a href="{{room_link}}">Click here</a> to try again.
</div> </div>
<img id="logo" alt="WebRTC" src="images/webrtc_black_20p.png"> </div>
</body> <img id="logo" alt="WebRTC" src="images/webrtc_black_20p.png">
</html> </body>
</html>

View File

@@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta content="text/html; charset=ISO-8859-1" <meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type"> http-equiv="content-type">
<title>WebRtc Demo App Help</title> <title>WebRtc Demo App Help</title>
</head> </head>
<body> <body>
TODO TODO
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff