Home

    Inhaltsverzeichnis
    Um zurückzugehen, müssen die aktuelle und die ältere Version mit Hilfe der Historie verglichen werden.

    Kombinierter Revisionsvergleich

    Vergleich der Version vom 15:36, 31 Jan 2013 von Admin mit der Version modifiziert am 14:37, 31 Jan 2013 von 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 This MindTouch installation is not active! Activate by uploading a valid license.   1 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 siteCheck your email. You should receive your trial license via email shortly. If you do not receive it, you may request another copy from trial.mindtouch.com.  2 normally - feel free to navigate orGo to your MindTouch create control panel.  3 new pages.";</p>
        <p>"Once we Upload your valid license.   finish populating yourNeed help? Visit site with our support pagecontent, this message will disappear (be sure to refresh this page!)";</p>
    </div>
    } else {
        if (user.adminor call 866.646.3868 (US) or +1 619.795.8489 (Intl)  {
            wiki.template("MindTouch/OOBE/Core/Admin_Tabs");
        } else {
            wiki.template("MindTouch/OOBE/Core/User_Tabs");
        }
    }
    

    Version vom 15:36, 31 Jan 2013

    Diese Revision wurde von Admin (Sperren) verändert

    ...

    This MindTouch installation is not active! Activate by uploading a valid license.
    • 1
      Check your email. You should receive your trial license via email shortly. If you do not receive it, you may request another copy from trial.mindtouch.com.
    • 2
      Go to your MindTouch control panel.
    • 3
      Upload your valid license.

    Version seit 14:37, 31 Jan 2013

    Diese Revision wurde von Admin (Sperren) verändert
    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");
        }
    }
    

    Unterstützt von MindTouch Core