diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt
index 062e64a..9ce16c5 100644
--- a/Builder/IISMainHandler/build.txt
+++ b/Builder/IISMainHandler/build.txt
@@ -1 +1 @@
-1054
\ No newline at end of file
+1058
\ No newline at end of file
diff --git a/IISMainHandler/HandlersFactory.cs b/IISMainHandler/HandlersFactory.cs
index feaef32..4f1fda3 100644
--- a/IISMainHandler/HandlersFactory.cs
+++ b/IISMainHandler/HandlersFactory.cs
@@ -83,6 +83,9 @@ namespace FLocal.IISHandler {
case "registerbyinvite":
return new handlers.response.RegisterByInviteHandler();
case "users":
+ if(context.requestParts.Length == 1) {
+ throw new RedirectException("/Users/All/");
+ }
switch(context.requestParts[1].ToLower()) {
case "all":
return new handlers.response.UserListHandler();
diff --git a/IISMainHandler/handlers/response/ActiveAccountListHandler.cs b/IISMainHandler/handlers/response/ActiveAccountListHandler.cs
index 9698de7..e0e99b0 100644
--- a/IISMainHandler/handlers/response/ActiveAccountListHandler.cs
+++ b/IISMainHandler/handlers/response/ActiveAccountListHandler.cs
@@ -57,8 +57,7 @@ namespace FLocal.IISHandler.handlers.response {
)
)
)
- ),
- pageOuter.exportToXml(2, 5, 2)
+ )
)
};
}
diff --git a/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs b/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs
index 0bd5608..43c4822 100644
--- a/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs
+++ b/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs
@@ -34,8 +34,7 @@ namespace FLocal.IISHandler.handlers.response {
) select Session.LoadByKey(stringId);
return new XElement[] {
new XElement("users",
- from session in sessions select session.account.user.exportToXmlForViewing(context),
- pageOuter.exportToXml(2, 5, 2)
+ from session in sessions select session.account.user.exportToXmlForViewing(context)
)
};
}
diff --git a/templates/Full/UserList.xslt b/templates/Full/UserList.xslt
index 47da58f..86e42e0 100644
--- a/templates/Full/UserList.xslt
+++ b/templates/Full/UserList.xslt
@@ -3,23 +3,11 @@
Пользователи
+
|
@@ -120,4 +110,34 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/Full/elems/Header.xslt b/templates/Full/elems/Header.xslt
index 071c2c7..7fdaf75 100644
--- a/templates/Full/elems/Header.xslt
+++ b/templates/Full/elems/Header.xslt
@@ -71,11 +71,6 @@
|
-
- /Users/Online/
- Кто в онлайне
-
- |
/q/faq/
FAQ