Изменения документа Sandbox Test Page 3

Редактировал(а) admin 13.03.2025

От версии 35.1
отредактировано admin
на 13.03.2025
Изменить комментарий: К данной версии нет комментариев
К версии 30.1
отредактировано admin
на 03.03.2025
Изменить комментарий: Удаление картинки today-48.png

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,5 +1,5 @@
1 1  Click on **"Edit"** and modify the contents of this page, then click on **"Save & View"** to see how they look like on your page!
2 2  
3 -= Here's somгггe dummy text to show you what the page looks like =
3 += Here's some dummy text to show you what the page looks like =
4 4  
5 5  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
photo_2025-02-21_17-05-16.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Размер
... ... @@ -1,1 +1,0 @@
1 -110.3 KB
Содержимое
xwiki-text.txt
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Размер
... ... @@ -1,1 +1,0 @@
1 -1.2 KB
Содержимое
... ... @@ -1,16 +1,0 @@
1 -<meta name="revisit-after" content="7 days" />
2 -<meta name="description" content="$escapetool.xml($!tdoc.plainTitle)" />
3 -#set($keywords = "wiki,$!doc.getTags()")
4 -<meta name="keywords" content="$escapetool.xml($keywords.replaceAll('[|,]', ' ').trim())" />
5 -<meta name="rating" content="General" />
6 -<meta name="author" content="$escapetool.xml($!xwiki.getUserName($doc.getAuthor(), false))" />
7 -## Add HTML tags inside the page's head element, provided by UI Extensions implementing the "org.xwiki.platform.html.head" Extension Point
8 -#foreach($uix in $services.uix.getExtensions("org.xwiki.platform.html.head", {'sortByParameter' : 'order'}))
9 - $services.rendering.render($uix.execute(), 'xhtml/1.0')
10 -#end
11 -## We verify that we don't display RSS feeds on the login page since it causes problems if these feeds are
12 -## protected. In addition it makes the login redirect to the feeds page in some cases.
13 -#if($doc.fullName != "XWiki.XWikiLogin")
14 -<link rel="alternate" type="application/rss+xml" title="Wiki Feed RSS" href="$xwiki.getURL('Main.WebRss', 'view', 'xpage=rdf')" />
15 -<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed" href="$xwiki.getURL('Blog.GlobalBlogRss', 'view', 'xpage=plain')" />
16 -#end