Изменения документа Планировщик
Редактировал(а) Alexandr Fokin 2022/12/13 23:21
<
отредактировано Alexandr Fokin
на 2022/07/22 01:58
на 2022/07/22 01:58
отредактировано Alexandr Fokin
на 2022/12/13 23:21
на 2022/12/13 23:21
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -2,3 +2,27 @@ 2 2 [[https:~~/~~/www.reddit.com/r/dotnet/comments/vzldxe/scheduled_job_in_dot_ent/>>https://www.reddit.com/r/dotnet/comments/vzldxe/scheduled_job_in_dot_ent/]] 3 3 4 4 [[image:https://www.redditstatic.com/desktop2x/img/renderTimingPixel.png]] 5 + 6 +---- 7 + 8 +==== Внутренние ссылки: ==== 9 + 10 +====== Дочерние страницы: ====== 11 + 12 +{{children/}} 13 + 14 +====== Обратные ссылки: ====== 15 + 16 +{{velocity}} 17 +#set ($links = $doc.getBacklinks()) 18 +#if ($links.size() > 0) 19 + #foreach ($docname in $links) 20 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 21 + * [[$escapetool.xml($rdoc.fullName)]] 22 + #end 23 +#else 24 + No back links for this page! 25 +#end 26 +{{/velocity}} 27 + 28 +----