SoftEther VPN Project

    Table of contents
    You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

    Combined revision comparison

    Comparing version 23:37, 18 Dec 2012 by Admin with version 23:38, 18 Dec 2012 by Admin.
    if (!wiki.pageexists("Template:MindTouch/OOBE/Core/Admin_Tabs") || !wiki.pageexists("Template:MindTouch/OOBE/Core/User_Tabs")) { <div class="mt-populating">     <h2>"Wait a moment while we complete your installation...";</h2>     <p>"MindTouch is populating all the necessary templates and pages to make your site fully functional.";</p>     <p>"While you wait, you can still use the site normally - feel free to navigate or create new pages.";</p>     <p>"Once we finish populating your site with content, this message will disappear (be sure to refresh this page!)";</p> </div> } else {     if (user.admin) {         wiki.template("MindTouch/OOBE/Core/Admin_Tabs");     } else {         wiki.template("MindTouch/OOBE/Core/User_Tabs");     } }

    test

    Version from 23:37, 18 Dec 2012

    This revision modified by Admin (Ban)
    if (!wiki.pageexists("Template:MindTouch/OOBE/Core/Admin_Tabs") || !wiki.pageexists("Template:MindTouch/OOBE/Core/User_Tabs")) {
    <div class="mt-populating">
        <h2>"Wait a moment while we complete your installation...";</h2>
        <p>"MindTouch is populating all the necessary templates and pages to make your site fully functional.";</p>
        <p>"While you wait, you can still use the site normally - feel free to navigate or create new pages.";</p>
        <p>"Once we finish populating your site with content, this message will disappear (be sure to refresh this page!)";</p>
    </div>
    } else {
        if (user.admin) {
            wiki.template("MindTouch/OOBE/Core/Admin_Tabs");
        } else {
            wiki.template("MindTouch/OOBE/Core/User_Tabs");
        }
    }
    

    Version as of 23:38, 18 Dec 2012

    This revision modified by Admin (Ban)

    test