ویدادی برای امروز ثبت نشده استنو بريدن خوب است.
از انجام كارهاي اساسي بپرهيزيد.
<?xml version="1.0" encoding="UTF-8"?>
<html>
    <body>
        <p>قلم نرم افزار:</p>
        <input type="radio" checked="c:if:{c:p:font}:/theme/font.bmf" value="متوسط" onclick="c:font:/theme/font.bmf"/>
        <input type="radio" checked="c:if:{c:p:font}:/theme/font_large.bmf" value="بزرگ" onclick="c:font:/theme/font_large.bmf"/>
        <input type="radio" checked="c:if:{c:p:font}:/theme/font_xlarge.bmf" value="بسیار بزرگ" onclick="c:font:/theme/font_xlarge.bmf"/>
        <hr/>
        <p class="title">پس از تنظیم تاریخ نرم افزار را بسته و مجددا اجرا نمایید</p>
        <a class="text" href="widget:calendar::timeshift">تنظیم تاریخ تقویم</a>
        <a class="back" href="command:back">بازگشت</a>
    </body>
</html># load requir modules and commands
c:addparser:calendar:org.minix.parser.calendar.CalendarParser
c:addparser:rss:org.minix.parser.RssParser
# c:addcommand:starteventmonmitor:org.minix.parser.calendar.SmsRecieveCommand
# c:addcommand:activenextstart:org.minix.parser.calendar.SmsRecieveCommand

# init media commands
c:addcommand:play:org.minix.MediaCommand
c:addcommand:stop:org.minix.MediaCommand
c:addcommand:playtone:org.minix.MediaCommand

# praper custom properties
c:p:register_number:+989358811107

# Increase start property to keep traking using of application
c:p:numberofuse:{c:add:{c:p:numberofuse}:1}
# hint for number of use
c:trace:{c:p:numberofuse}

# load theme and font
c:theme:/theme/theme_{c:size}.xml:/theme/theme.xml
c:font:/theme/font_{c:size}.bmf:/theme/font.bmf

# praper require variable for engine - You can use this property in your application
c:p:touch:{c:if:true:{c:touchsupport}:touch:nonetouch}

# start main menu if actived last time
c:if:1:{c:p:numberofuse}::{c:starteventmonmitor}
c:if:1:{c:p:numberofuse}::{c:tizersms:{c:p:tizerport}}
c:if:1:{c:p:numberofuse}::{w:calendar::grid:{html:index-{c:language}.xml}}

# start active menu if was not first start
# praper touch value
c:if:1:{c:p:numberofuse}:{html:active-{c:language}.xml}

# check for registration
c:if:true:{c:p:registered}::{c:register:sms:{c:p:register_number}}
