Skip to content

Commit a33c095

Browse files
committed
initial upload
1 parent 7bd64ca commit a33c095

File tree

587 files changed

+57988
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

587 files changed

+57988
-0
lines changed

Diff for: assets/1441cf93/css/statistics.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#users {float: left; width: 300px;margin: 5px 20px;}
2+
#roles {float: left; width: 300px;margin: 5px;}
3+
#profiles {float: left; width: 300px;margin: 5px 20px;}
4+
#messages {float: left; width: 300px;margin: 5px 20px;}

Diff for: assets/1441cf93/css/yum.css

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
div.form .tooltip { display: none; background-color:#EFFDFF; border:1px solid #79B4DC; padding: 10px; width: 300px; }
2+
3+
#usermenu {float:right; width:25%; margin: 0px 5px 0px 5px;}
4+
#usermenu span {text-align: center;background-color: #EEEEEE; color: black; padding:3px; margin:5px; width: 300px;}
5+
#usermenu a {color: gray; padding:3px; text-decoration: none;}
6+
#usermenu a:hover {color: black; text-decoration:underline;}
7+
8+
#usermenu .active {font-weight: bold; margin: 9px; text-decoration: underline; }
9+
10+
.menucontent {background-color: #EEEEEE;}
11+
.menucontent ul {margin: 5px 0px 0px 9px; padding: 3px; list-style-type:none;cursor:pointer;}
12+
.menucontent li {margin: 5px 0px 0px 9px; list-style-type:none;}
13+
14+
.avatar {float:left; margin-right: 5px;}
15+
#usercontent {padding: 20px; width:70%; margin: 5px;}
16+
label { display: inline }
17+
.checkbox { float: left; margin-right: 5px; }
18+
.listbox { display: inline; }
19+
.roles {float: right; }
20+
.membership { float: left;margin: 5px; }
21+
.info {background-color: lightgray; padding: 10px; margin:10px; border: 1px dotted black;}
22+
.new_messages td { border-bottom: 1px solid;}
23+
.tooltip { display: none; padding: 5px; margin: 5px; background-color: #ffa;border: 1px solid #cc9; border-radius: 5px;}
24+
.view_user {float:left; margin:5px;}
25+
.profile_field_selection { float: right; margin: 5px;}
26+
.table_profile_fields { width: 50%; }
27+
.profilefieldlabel { float: left; margin-right: 5px; width: 100px;}
28+
.friend { margin: 5px; }

Diff for: assets/1441cf93/images/green_button.png

670 Bytes
Loading

Diff for: assets/1441cf93/images/no_avatar_available.jpg

1.66 KB
Loading

Diff for: assets/1441cf93/images/no_avatar_available_thumb.jpg

1.61 KB
Loading

Diff for: assets/1441cf93/js/tooltip.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: assets/1441cf93/js/tooltip_users.js

Whitespace-only changes.

Diff for: assets/17e84a7c/yum.css

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
div.form .tooltip { display: none; background-color:#EFFDFF; border:1px solid #79B4DC; padding: 10px; width: 300px; }
2+
3+
#usermenu {float:right; width:25%; margin: 0px 5px 0px 5px;}
4+
#usermenu span {text-align: center;background-color: #EEEEEE; color: black; padding:3px; margin:5px; width: 300px;}
5+
#usermenu a {color: gray; padding:3px; text-decoration: none;}
6+
#usermenu a:hover {color: black; text-decoration:underline;}
7+
8+
#usermenu .active {font-weight: bold; margin: 9px; text-decoration: underline; }
9+
10+
.menucontent {background-color: #EEEEEE;}
11+
.menucontent ul {margin: 5px 0px 0px 9px; padding: 3px; list-style-type:none;cursor:pointer;}
12+
.menucontent li {margin: 5px 0px 0px 9px; list-style-type:none;}
13+
14+
.avatar {float:left; margin-right: 5px;}
15+
#usercontent {padding: 20px; width:70%; margin: 5px;}
16+
label { display: inline }
17+
.checkbox { float: left; margin-right: 5px; }
18+
.listbox { display: inline; }
19+
.roles {float: right; }
20+
.membership { float: left;margin: 5px; }
21+
.info {background-color: lightgray; padding: 10px; margin:10px; border: 1px dotted black;}
22+
.new_messages td { border-bottom: 1px solid;}
23+
.tooltip { display: none; padding: 5px; margin: 5px; background-color: #ffa;border: 1px solid #cc9; border-radius: 5px;}
24+
.view_user {float:left; margin:5px;}
25+
.profile_field_selection { float: right; margin: 5px;}
26+
.table_profile_fields { width: 50%; }
27+
.profilefieldlabel { float: left; margin-right: 5px; width: 100px;}
28+
.friend { margin: 5px; }

Diff for: assets/21a12630/autocomplete/indicator.gif

1.52 KB
Loading

Diff for: assets/21a12630/autocomplete/jquery.autocomplete.css

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.ac_results {
2+
padding: 0px;
3+
border: 1px solid black;
4+
background-color: white;
5+
overflow: hidden;
6+
z-index: 99999;
7+
}
8+
9+
.ac_results ul {
10+
width: 100%;
11+
list-style-position: outside;
12+
list-style: none;
13+
padding: 0;
14+
margin: 0;
15+
}
16+
17+
.ac_results li {
18+
margin: 0px;
19+
padding: 2px 5px;
20+
cursor: default;
21+
display: block;
22+
/*
23+
if width will be 100% horizontal scrollbar will apear
24+
when scroll mode will be used
25+
*/
26+
/*width: 100%;*/
27+
font: menu;
28+
font-size: 12px;
29+
/*
30+
it is very important, if line-height not setted or setted
31+
in relative units scroll will be broken in firefox
32+
*/
33+
line-height: 16px;
34+
overflow: hidden;
35+
}
36+
37+
.ac_loading {
38+
background: white url('indicator.gif') right center no-repeat;
39+
}
40+
41+
.ac_odd {
42+
background-color: #eee;
43+
}
44+
45+
.ac_over {
46+
background-color: #0A246A;
47+
color: white;
48+
}

Diff for: assets/21a12630/jquery.ajaxqueue.js

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
/**
2+
* Ajax Queue Plugin
3+
*
4+
* Homepage: http://jquery.com/plugins/project/ajaxqueue
5+
* Documentation: http://docs.jquery.com/AjaxQueue
6+
*/
7+
8+
/**
9+
10+
<script>
11+
$(function(){
12+
jQuery.ajaxQueue({
13+
url: "test.php",
14+
success: function(html){ jQuery("ul").append(html); }
15+
});
16+
jQuery.ajaxQueue({
17+
url: "test.php",
18+
success: function(html){ jQuery("ul").append(html); }
19+
});
20+
jQuery.ajaxSync({
21+
url: "test.php",
22+
success: function(html){ jQuery("ul").append("<b>"+html+"</b>"); }
23+
});
24+
jQuery.ajaxSync({
25+
url: "test.php",
26+
success: function(html){ jQuery("ul").append("<b>"+html+"</b>"); }
27+
});
28+
});
29+
</script>
30+
<ul style="position: absolute; top: 5px; right: 5px;"></ul>
31+
32+
*/
33+
/*
34+
* Queued Ajax requests.
35+
* A new Ajax request won't be started until the previous queued
36+
* request has finished.
37+
*/
38+
39+
/*
40+
* Synced Ajax requests.
41+
* The Ajax request will happen as soon as you call this method, but
42+
* the callbacks (success/error/complete) won't fire until all previous
43+
* synced requests have been completed.
44+
*/
45+
46+
47+
(function($) {
48+
49+
var ajax = $.ajax;
50+
51+
var pendingRequests = {};
52+
53+
var synced = [];
54+
var syncedData = [];
55+
56+
$.ajax = function(settings) {
57+
// create settings for compatibility with ajaxSetup
58+
settings = jQuery.extend(settings, jQuery.extend({}, jQuery.ajaxSettings, settings));
59+
60+
var port = settings.port;
61+
62+
switch(settings.mode) {
63+
case "abort":
64+
if ( pendingRequests[port] ) {
65+
pendingRequests[port].abort();
66+
}
67+
return pendingRequests[port] = ajax.apply(this, arguments);
68+
case "queue":
69+
var _old = settings.complete;
70+
settings.complete = function(){
71+
if ( _old )
72+
_old.apply( this, arguments );
73+
jQuery([ajax]).dequeue("ajax" + port );;
74+
};
75+
76+
jQuery([ ajax ]).queue("ajax" + port, function(){
77+
ajax( settings );
78+
});
79+
return;
80+
case "sync":
81+
var pos = synced.length;
82+
83+
synced[ pos ] = {
84+
error: settings.error,
85+
success: settings.success,
86+
complete: settings.complete,
87+
done: false
88+
};
89+
90+
syncedData[ pos ] = {
91+
error: [],
92+
success: [],
93+
complete: []
94+
};
95+
96+
settings.error = function(){ syncedData[ pos ].error = arguments; };
97+
settings.success = function(){ syncedData[ pos ].success = arguments; };
98+
settings.complete = function(){
99+
syncedData[ pos ].complete = arguments;
100+
synced[ pos ].done = true;
101+
102+
if ( pos == 0 || !synced[ pos-1 ] )
103+
for ( var i = pos; i < synced.length && synced[i].done; i++ ) {
104+
if ( synced[i].error ) synced[i].error.apply( jQuery, syncedData[i].error );
105+
if ( synced[i].success ) synced[i].success.apply( jQuery, syncedData[i].success );
106+
if ( synced[i].complete ) synced[i].complete.apply( jQuery, syncedData[i].complete );
107+
108+
synced[i] = null;
109+
syncedData[i] = null;
110+
}
111+
};
112+
}
113+
return ajax.apply(this, arguments);
114+
};
115+
116+
})(jQuery);

0 commit comments

Comments
 (0)