threads = user.getThreads(pageOuter);
- XElement[] result = new XElement[] {
- user.exportToXmlForViewing(context),
+ return new XElement[] {
new XElement("threads",
from thread in threads select thread.exportToXml(context),
pageOuter.exportToXml(1, 5, 1)
)
};
-
- return result;
}
}
diff --git a/templates/Full/UserInfo.xslt b/templates/Full/UserInfo.xslt
index f0b4c59..85d99d2 100644
--- a/templates/Full/UserInfo.xslt
+++ b/templates/Full/UserInfo.xslt
@@ -179,35 +179,6 @@
Not implemented
-
-
-
-
- /My/Conversations/PMSend//
-
-
- Послать личное сообщение
-
- |
-
-
- /My/Conversations/Conversation//
-
-
- История
-
- |
-
-
- Добавить в адресную книгу
-
- |
-
-
- Статистика
-
- |
-
diff --git a/templates/Full/elems/MyHeader.xslt b/templates/Full/elems/MyHeader.xslt
index 0692bb7..b456227 100644
--- a/templates/Full/elems/MyHeader.xslt
+++ b/templates/Full/elems/MyHeader.xslt
@@ -52,7 +52,7 @@
true
- | >>
+ |
/Users/User//Info/
Профиль
@@ -60,6 +60,7 @@
true
+
|
diff --git a/templates/Full/elems/UserHeader.xslt b/templates/Full/elems/UserHeader.xslt
index f99e00c..38c655b 100644
--- a/templates/Full/elems/UserHeader.xslt
+++ b/templates/Full/elems/UserHeader.xslt
@@ -33,6 +33,24 @@
PollsParticipated/
Опросы
+ |
+
+ /My/Conversations/Conversation//
+ История
+
+ true
+
+
+
+ |
+
+ /My/Conversations/PMSend//
+ Написать
+
+ true
+
+
+