forked from bigbluebutton/bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2576 af16638f-c34d-0410-8cfa-b39d5352b314
- Loading branch information
Showing
29 changed files
with
11,343 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#utf-8 | ||
#Mon Sep 21 15:31:53 EDT 2009 | ||
app.version=0.1 | ||
app.servlet.version=2.4 | ||
app.grails.version=1.1.1 | ||
plugins.hibernate=1.1.1 | ||
app.name=bigbluebutton | ||
plugins.jsecurity=0.4.1 | ||
#utf-8 | ||
#Tue Sep 22 10:20:34 EDT 2009 | ||
app.version=0.1 | ||
app.servlet.version=2.4 | ||
app.grails.version=1.1.1 | ||
plugins.hibernate=1.1.1 | ||
app.name=bigbluebutton | ||
plugins.jsecurity=0.4.1 |
267 changes: 267 additions & 0 deletions
267
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/css/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,267 @@ | ||
html * { | ||
margin: 0; | ||
/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */ | ||
} | ||
|
||
/* GENERAL */ | ||
|
||
.spinner { | ||
padding: 5px; | ||
position: absolute; | ||
right: 0; | ||
} | ||
|
||
body { | ||
background: #fff; | ||
color: #333; | ||
font: 11px verdana, arial, helvetica, sans-serif; | ||
} | ||
|
||
a:link, a:visited, a:hover { | ||
color: #666; | ||
font-weight: bold; | ||
text-decoration: none; | ||
} | ||
|
||
h1 { | ||
color: #006dba; | ||
font-weight: normal; | ||
font-size: 16px; | ||
margin: .8em 0 .3em 0; | ||
} | ||
|
||
ul { | ||
padding-left: 15px; | ||
} | ||
|
||
input, select, textarea { | ||
background-color: #fcfcfc; | ||
border: 1px solid #ccc; | ||
font: 11px verdana, arial, helvetica, sans-serif; | ||
margin: 2px 0; | ||
padding: 2px 4px; | ||
} | ||
select { | ||
padding: 2px 2px 2px 0; | ||
} | ||
textarea { | ||
width: 250px; | ||
height: 150px; | ||
vertical-align: top; | ||
} | ||
|
||
input:focus, select:focus, textarea:focus { | ||
border: 1px solid #b2d1ff; | ||
} | ||
|
||
.body { | ||
float: left; | ||
margin: 0 15px 10px 15px; | ||
} | ||
|
||
/* NAVIGATION MENU */ | ||
|
||
.nav { | ||
background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; | ||
border: 1px solid #ccc; | ||
border-style: solid none solid none; | ||
margin-top: 5px; | ||
padding: 7px 12px; | ||
} | ||
|
||
.menuButton { | ||
font-size: 10px; | ||
padding: 0 5px; | ||
} | ||
.menuButton a { | ||
color: #333; | ||
padding: 4px 6px; | ||
} | ||
.menuButton a.home { | ||
background: url(../images/skin/house.png) center left no-repeat; | ||
color: #333; | ||
padding-left: 25px; | ||
} | ||
.menuButton a.list { | ||
background: url(../images/skin/database_table.png) center left no-repeat; | ||
color: #333; | ||
padding-left: 25px; | ||
} | ||
.menuButton a.create { | ||
background: url(../images/skin/database_add.png) center left no-repeat; | ||
color: #333; | ||
padding-left: 25px; | ||
} | ||
|
||
/* MESSAGES AND ERRORS */ | ||
|
||
.message { | ||
background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat; | ||
border: 1px solid #b2d1ff; | ||
color: #006dba; | ||
margin: 10px 0 5px 0; | ||
padding: 5px 5px 5px 30px | ||
} | ||
|
||
div.errors { | ||
background: #fff3f3; | ||
border: 1px solid red; | ||
color: #cc0000; | ||
margin: 10px 0 5px 0; | ||
padding: 5px 0 5px 0; | ||
} | ||
div.errors ul { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
div.errors li { | ||
background: url(../images/skin/exclamation.png) 8px 0% no-repeat; | ||
line-height: 16px; | ||
padding-left: 30px; | ||
} | ||
|
||
td.errors select { | ||
border: 1px solid red; | ||
} | ||
td.errors input { | ||
border: 1px solid red; | ||
} | ||
|
||
/* TABLES */ | ||
|
||
table { | ||
border: 1px solid #ccc; | ||
width: 100% | ||
} | ||
tr { | ||
border: 0; | ||
} | ||
td, th { | ||
font: 11px verdana, arial, helvetica, sans-serif; | ||
line-height: 12px; | ||
padding: 5px 6px; | ||
text-align: left; | ||
vertical-align: top; | ||
} | ||
th { | ||
background: #fff url(../images/skin/shadow.jpg); | ||
color: #666; | ||
font-size: 11px; | ||
font-weight: bold; | ||
line-height: 17px; | ||
padding: 2px 6px; | ||
} | ||
th a:link, th a:visited, th a:hover { | ||
color: #333; | ||
display: block; | ||
font-size: 10px; | ||
text-decoration: none; | ||
width: 100%; | ||
} | ||
th.asc a, th.desc a { | ||
background-position: right; | ||
background-repeat: no-repeat; | ||
} | ||
th.asc a { | ||
background-image: url(../images/skin/sorted_asc.gif); | ||
} | ||
th.desc a { | ||
background-image: url(../images/skin/sorted_desc.gif); | ||
} | ||
|
||
.odd { | ||
background: #f7f7f7; | ||
} | ||
.even { | ||
background: #fff; | ||
} | ||
|
||
/* LIST */ | ||
|
||
.list table { | ||
border-collapse: collapse; | ||
} | ||
.list th, .list td { | ||
border-left: 1px solid #ddd; | ||
} | ||
.list th:hover, .list tr:hover { | ||
background: #b2d1ff; | ||
} | ||
|
||
/* PAGINATION */ | ||
|
||
.paginateButtons { | ||
background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; | ||
border: 1px solid #ccc; | ||
border-top: 0; | ||
color: #666; | ||
font-size: 10px; | ||
overflow: hidden; | ||
padding: 10px 3px; | ||
} | ||
.paginateButtons a { | ||
background: #fff; | ||
border: 1px solid #ccc; | ||
border-color: #ccc #aaa #aaa #ccc; | ||
color: #666; | ||
margin: 0 3px; | ||
padding: 2px 6px; | ||
} | ||
.paginateButtons span { | ||
padding: 2px 3px; | ||
} | ||
|
||
/* DIALOG */ | ||
|
||
.dialog table { | ||
padding: 5px 0; | ||
} | ||
|
||
.prop { | ||
padding: 5px; | ||
} | ||
.prop .name { | ||
text-align: left; | ||
width: 15%; | ||
white-space: nowrap; | ||
} | ||
.prop .value { | ||
text-align: left; | ||
width: 85%; | ||
} | ||
|
||
/* ACTION BUTTONS */ | ||
|
||
.buttons { | ||
background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; | ||
border: 1px solid #ccc; | ||
color: #666; | ||
font-size: 10px; | ||
margin-top: 5px; | ||
overflow: hidden; | ||
padding: 0; | ||
} | ||
|
||
.buttons input { | ||
background: #fff; | ||
border: 0; | ||
color: #333; | ||
cursor: pointer; | ||
font-size: 10px; | ||
font-weight: bold; | ||
margin-left: 3px; | ||
overflow: visible; | ||
padding: 2px 6px; | ||
} | ||
.buttons input.delete { | ||
background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat; | ||
padding-left: 28px; | ||
} | ||
.buttons input.edit { | ||
background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat; | ||
padding-left: 28px; | ||
} | ||
.buttons input.save { | ||
background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat; | ||
padding-left: 28px; | ||
} |
Binary file not shown.
Binary file added
BIN
+7.88 KB
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/grails_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+658 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/database_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+659 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/database_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+767 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/database_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+755 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/database_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+726 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/database_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+701 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/exclamation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+806 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/house.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+778 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/information.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+300 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/shadow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+835 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/sorted_asc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+834 Bytes
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/images/skin/sorted_desc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/index.gsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<html> | ||
<head> | ||
<title>Welcome to Grails</title> | ||
<meta name="layout" content="main" /> | ||
</head> | ||
<body> | ||
<h1 style="margin-left:20px;">Welcome to Grails</h1> | ||
<p style="margin-left:20px;width:80%">Congratulations, you have successfully started your first Grails application! At the moment | ||
this is the default page, feel free to modify it to either redirect to a controller or display whatever | ||
content you may choose. Below is a list of controllers that are currently deployed in this application, | ||
click on each to execute its default action:</p> | ||
<div class="dialog" style="margin-left:20px;width:60%;"> | ||
<ul> | ||
<g:each var="c" in="${grailsApplication.controllerClasses}"> | ||
<li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li> | ||
</g:each> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/js/application.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
var Ajax; | ||
if (Ajax && (Ajax != null)) { | ||
Ajax.Responders.register({ | ||
onCreate: function() { | ||
if($('spinner') && Ajax.activeRequestCount>0) | ||
Effect.Appear('spinner',{duration:0.5,queue:'end'}); | ||
}, | ||
onComplete: function() { | ||
if($('spinner') && Ajax.activeRequestCount==0) | ||
Effect.Fade('spinner',{duration:0.5,queue:'end'}); | ||
} | ||
}); | ||
} |
7 changes: 7 additions & 0 deletions
7
bigbluebutton-web/web-app/plugins/jsecurity-0.4.1/js/prototype/animation.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.