diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index ca25bea..f841b15 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1241 \ No newline at end of file +1245 \ No newline at end of file diff --git a/IISMainHandler/handlers/AbstractGetHandler.cs b/IISMainHandler/handlers/AbstractGetHandler.cs index 500fcaa..40e858c 100644 --- a/IISMainHandler/handlers/AbstractGetHandler.cs +++ b/IISMainHandler/handlers/AbstractGetHandler.cs @@ -16,6 +16,11 @@ namespace FLocal.IISHandler.handlers { protected IEnumerable getCommonData(WebContext context) { return new XElement[] { + new XElement( + "url", + new XElement("host", context.httprequest.Url.Host), + new XElement("port", context.httprequest.Url.Port) + ), new XElement("handlerName", this.GetType().FullName), new XElement("title", Config.instance.AppInfo), new XElement("current", DateTime.Now.ToXml()), diff --git a/static/images/light-disabled.png b/static/images/light-disabled.png new file mode 100644 index 0000000..59aa21e Binary files /dev/null and b/static/images/light-disabled.png differ diff --git a/static/images/light.png b/static/images/light.png new file mode 100644 index 0000000..0cc3f13 Binary files /dev/null and b/static/images/light.png differ diff --git a/templates/Full/Board.xslt b/templates/Full/Board.xslt index 7bd3e2a..4480497 100644 --- a/templates/Full/Board.xslt +++ b/templates/Full/Board.xslt @@ -6,6 +6,7 @@ + true diff --git a/templates/Full/BoardAsThread.xslt b/templates/Full/BoardAsThread.xslt index 0f8548a..cc7e735 100644 --- a/templates/Full/BoardAsThread.xslt +++ b/templates/Full/BoardAsThread.xslt @@ -5,6 +5,7 @@ + true
diff --git a/templates/Full/Boards.xslt b/templates/Full/Boards.xslt index 0e64b09..7fbc679 100644 --- a/templates/Full/Boards.xslt +++ b/templates/Full/Boards.xslt @@ -3,6 +3,7 @@ Разделы + true
diff --git a/templates/Full/Conversation.xslt b/templates/Full/Conversation.xslt index da942f1..650e68e 100644 --- a/templates/Full/Conversation.xslt +++ b/templates/Full/Conversation.xslt @@ -5,6 +5,7 @@ + true
diff --git a/templates/Full/Conversations.xslt b/templates/Full/Conversations.xslt index 181c6d5..032a0fd 100644 --- a/templates/Full/Conversations.xslt +++ b/templates/Full/Conversations.xslt @@ -3,6 +3,7 @@ Личные сообщения + true
diff --git a/templates/Full/Login.xslt b/templates/Full/Login.xslt index e325f4a..af59ddd 100644 --- a/templates/Full/Login.xslt +++ b/templates/Full/Login.xslt @@ -2,6 +2,7 @@ Вход + true
diff --git a/templates/Full/MigrateAccount.xslt b/templates/Full/MigrateAccount.xslt index 6fab565..08a2f48 100644 --- a/templates/Full/MigrateAccount.xslt +++ b/templates/Full/MigrateAccount.xslt @@ -2,6 +2,7 @@ Миграция + true
diff --git a/templates/Full/NewPoll.xslt b/templates/Full/NewPoll.xslt index e343487..3f39287 100644 --- a/templates/Full/NewPoll.xslt +++ b/templates/Full/NewPoll.xslt @@ -4,6 +4,7 @@ Новый опорос + true
diff --git a/templates/Full/NewThread.xslt b/templates/Full/NewThread.xslt index 0a1eafa..8150ad7 100644 --- a/templates/Full/NewThread.xslt +++ b/templates/Full/NewThread.xslt @@ -6,6 +6,7 @@ Новая тема - + true
diff --git a/templates/Full/PMReply.xslt b/templates/Full/PMReply.xslt index 27f7446..4f18d90 100644 --- a/templates/Full/PMReply.xslt +++ b/templates/Full/PMReply.xslt @@ -6,6 +6,7 @@ Ответ на личное сообщение - + true
diff --git a/templates/Full/PMReplyToPost.xslt b/templates/Full/PMReplyToPost.xslt index 5adee64..70eab00 100644 --- a/templates/Full/PMReplyToPost.xslt +++ b/templates/Full/PMReplyToPost.xslt @@ -6,6 +6,7 @@ Личный ответ на сообщение - + true
diff --git a/templates/Full/PMSend.xslt b/templates/Full/PMSend.xslt index dc1075d..f9b7893 100644 --- a/templates/Full/PMSend.xslt +++ b/templates/Full/PMSend.xslt @@ -3,6 +3,7 @@ Новое личное сообщение + true
diff --git a/templates/Full/Poll.xslt b/templates/Full/Poll.xslt index 8714f5c..d2ec220 100644 --- a/templates/Full/Poll.xslt +++ b/templates/Full/Poll.xslt @@ -5,6 +5,7 @@ + true
diff --git a/templates/Full/Post.xslt b/templates/Full/Post.xslt index 5bc34a0..5f3eb4e 100644 --- a/templates/Full/Post.xslt +++ b/templates/Full/Post.xslt @@ -5,6 +5,7 @@ + true
diff --git a/templates/Full/PostEdit.xslt b/templates/Full/PostEdit.xslt index f974aa6..85627b5 100644 --- a/templates/Full/PostEdit.xslt +++ b/templates/Full/PostEdit.xslt @@ -6,6 +6,7 @@ Изменение сообщения -
+ true
diff --git a/templates/Full/PostPunish.xslt b/templates/Full/PostPunish.xslt index 067216e..3e110ef 100644 --- a/templates/Full/PostPunish.xslt +++ b/templates/Full/PostPunish.xslt @@ -6,6 +6,7 @@ Модерирование сообщения - + true
diff --git a/templates/Full/PostReply.xslt b/templates/Full/PostReply.xslt index 8a604ae..8d0617a 100644 --- a/templates/Full/PostReply.xslt +++ b/templates/Full/PostReply.xslt @@ -6,6 +6,7 @@ Ответ на сообщение - + true
diff --git a/templates/Full/Thread.xslt b/templates/Full/Thread.xslt index 13c083e..64ee6ed 100644 --- a/templates/Full/Thread.xslt +++ b/templates/Full/Thread.xslt @@ -5,6 +5,7 @@ + true
diff --git a/templates/Full/UserInfo.xslt b/templates/Full/UserInfo.xslt index d0c4e9f..2bbab55 100644 --- a/templates/Full/UserInfo.xslt +++ b/templates/Full/UserInfo.xslt @@ -2,6 +2,7 @@ + true
diff --git a/templates/Full/elems/Header.xslt b/templates/Full/elems/Header.xslt index e205c42..75ca3eb 100644 --- a/templates/Full/elems/Header.xslt +++ b/templates/Full/elems/Header.xslt @@ -4,6 +4,8 @@ + false + @@ -65,6 +67,37 @@ /Users/ Пользователи + + + + + + https:// + + : + + + + + + + + + 447 + + + + + + /static/images/light + + -disabled + + .png + + + +