Відмінності між початковою версією та версією 1 з mk_docs


Ігнорувати:
Дата/Час:
2 черв. 2018 р., 07:07:37 (6 років тому)
Автор:
sokol
Коментар:

--

Умовні позначення:

Без змін
Додано
Вилучено
Змінено
  • mk_docs

    v1 v1  
     1= Маркетингові акції =
     2{{{
     3#!access
     4#allow(TRAC_ADMIN)
     5* [#point1 Загальні правила]
     6* [#point2 Фільтри]
     7 * [#point201 time]
     8 * [#point202 weekdays]
     9 * [#point203 months]
     10 * [#point204 birth]
     11 * [#point205 kard_types]
     12
     13== [=#point1]Загальні правила ==
     14
     15== [=#point2]Фільтри ==
     16
     17=== [=#point201]time ===
     18
     19{{{
     20#!application/xml
     21<filters>
     22<filter type="time">
     23<begin>19:00</begin>
     24<end>23:59</end>
     25</filter>
     26<filter type="time">
     27<begin>11:00</begin>
     28<end>13:00</end>
     29</filter>
     30</filters>
     31}}}
     32
     33=== [=#point202]weekdays ===
     34{{{
     35#!application/xml
     36<filters>
     37<filter type="weekdays">
     38<days>0,1,5</days>
     39</filter>
     40</filters>
     41}}}
     42
     43=== [=#point203]months ===
     44{{{
     45#!application/xml
     46<filters>
     47<filter type="months">
     48<months>1,2,3,4,5</months>
     49</filter>
     50</filters>
     51}}}
     52
     53=== [=#point204]birth ===
     54{{{
     55#!application/xml
     56<filters>
     57<filter type="birth">
     58<days_before>6</days_before>
     59<days_after>2</days_after>
     60</filter>
     61</filters>
     62
     63=== [=#point205]kard_types ===
     64{{{
     65#!application/xml
     66<filters>
     67<filter type="kard_types"><types>1,2</types></filter>
     68</filters>
     69}}}
     70
     71}}}