//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    blog: {
        id: 8,
        url: 'http%3A%2F%2Fwww.mindward.com%2Fmotion%2F',
        staticWebPath: 'http://www.mindward.com/mt-static/',
        adminScript: 'mt.cgi',
        signInLink: 'http://www.mindward.com/mt/mt-cp.cgi?__mode=login&blog_id=8',
        signOutLink: 'http://www.mindward.com/mt/mt-cp.cgi?__mode=logout&static=0',
        comments: {
            script: 'http://www.mindward.com/mt/mt-comments.cgi',
            armor: '996a3dec51985df28a575c27a40073002ffb5e21',
            accepted: 1,
            captchaFields: '<div class="label"><label for="captcha_code">验证码(Captcha):</label></div><div class="field"><input type="hidden" name="token" value="QwZbicQngWw2NL52xSV86kckW2hfawKM3Nlx1Bxw" /><img src="http://www.mindward.com/mt/mt-comments.cgi/captcha/8/QwZbicQngWw2NL52xSV86kckW2hfawKM3Nlx1Bxw" width="150" height="35" /><br /><input name="captcha_code" id="captcha_code" value="" autocomplete="off" /><p>键入您在以上图片中看到的字符。</p></div>'
        },
        community: {
            script: 'http://www.mindward.com/mt/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 1
        },
        registration: {
            required: 1,
            allowed: 1
        }
    }
};

mt.blog.phrase = {
    fileRequired: 'Please select a file to post.',
    invalidFileType: 'You selected an unsupported file type.',
    relativeDate: {
        momentsAgo: '片刻前',
        minutesAgo: '1分前',
        minutesAgoPlural: '2分前',
        hoursAgo: '1小时前',
        hoursAgoPlural: '2小时前',
        daysAgo: '1天前',
        daysAgoPlural: '2天前'
    },
    edit: '编辑',
    signingIn: '登录中...',
    commenter: {
        auth: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>登录\<\/a\>发表评论。',
        authAnonyous: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>登录\<\/a\>发表评论，或直接匿名评论。',
        authBanned: '您没有在此Blog发表评论的权限。(\<\/a\>退出)',
        authSuccess: '欢迎回来，__NAME__。(\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignOutOnClick();\"\>退出\<\/a\>)',
        sessionExpired: '会话已过期，请重新登录发表评论。',
        replyingTo: '正在回复\<a href=\"#comment-__PARENT__\" onclick=\"location.href=this.href; return false\"\>__AUTHOR__\<\/a\>的评论'
    }
};


// The cookie name to use for storing the blog-side comment session cookie.
var mtCookieName = "mt_blog8_user";
var mtCookieDomain = ".mindward.com";
var mtCookiePath = "/motion/";
var mtCookieTimeout = 14400;




