Difference between pages "Network Account Creation Procedure" and "MediaWiki:Mobile.js"

From TechHelp@MCLA
(Difference between pages)
Jump to: navigation, search
m (1 revision imported)
 
 
Line 1: Line 1:
==Procedure on Network Account Creation For Employees==
+
/* Any JavaScript here will be loaded for users using the mobile site */
<br>
+
/* Add to MediaWiki:Mobile.js for custom Mobile Menu links
'''Purpose:'''
+
  for MW-1.34.2 with MobileFrontend and MinervaNeue
<br><br>
+
  Just replace span text and href to add links */
When an individual enters employment at MCLA a number of network accounts and resources will be created which allow normal office functions and campus communications.   Depending on the position being assumed, additional access to special resources will be made available. This policy documents the authorization process for granting these resources.
+
 
<br><br>
+
  var timer = setInterval(function() {
'''Procedure'''
+
      if ($('.menu ul:first').length) {
<br><br>
+
          console.log("mobile menu exists");
On receiving appropriate documentation for a new employee, Human Resources will create a Banner General Person record and pass information to Computer Support Services.
+
          clearInterval(timer);
<br><br>
+
          $('.menu ul:first').after(
Computer Support Services will:
+
                '<ul> \
<br>
+
                      <li> \
1. Create an unactivated MCLANet account.<br>
+
                      <a href="/Activate_your_MyMCLA_Account" \
2. Create an unactivated account in the email groupware system. <br>
+
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
3. Create an unactivated account on an appropriate network file server.<br>
+
                      <span>MyMCLA Account Setup</span> \
<br>
+
                      </a> \
The new employee will be responsible for activating the accounts through an on-line process.
+
                      </li> \
<br><br>
+
                      <li> \
Any additional access must be initiated by the employee’s supervisor in consultation with Computer Support Services or with the maintainer of accounts for other specialized resources. Examples of such resources are Banner (Registrar and Computer Services), HRCMS (Human Resources), Blackbaud Raiser’s Edge (Alumni/Development), CAMIS (Facilities), and Dynamics (Treasurer).
+
                      <a href="/User_ID_and_Password#manage" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Manage Your Account</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="/Office_365" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Office365 Mail Information</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="https://portal.mcla.edu/" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>MCLA Portal</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="https://techhelp.mcla.edu/index.php/E-Academy" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>MyMCLA Software Store</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="/Network" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Set up Wireless Access</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="/MCLAs_Laptop_Initiative" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Laptop Initiative</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="/Guest_Network_Access" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Guest Accounts</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="http://techhelp.mcla.edu/banner" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Self-Service Banner</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="/MCLA_Computer_HelpDesk" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Computer HelpDesk</span> \
 +
                      </a> \
 +
                      </li> \
 +
                      <li> \
 +
                      <a href="https://get.teamviewer.com/studenthelpdesk" \
 +
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
 +
                      <span>Teamviewer</span> \
 +
                      </a> \
 +
                      </li> \
 +
                </ul>'
 +
            );
 +
            $(".menu").find(".level2").hide(); // hide level2 until level1 is clicked
 +
            $(".level1").click(function(event){
 +
                $(this).find(".level2").slideToggle(500);
 +
            }); // if level1 is clicked, dropdown level2
 +
      }
 +
  }, 100); // check every 100ms

Latest revision as of 19:33, 16 February 2021

/* Any JavaScript here will be loaded for users using the mobile site */
 /* Add to MediaWiki:Mobile.js for custom Mobile Menu links 
  for MW-1.34.2 with MobileFrontend and MinervaNeue 
  Just replace span text and href to add links */
   
  var timer = setInterval(function() {
       if ($('.menu ul:first').length) {
           console.log("mobile menu exists");
           clearInterval(timer);
           $('.menu ul:first').after(
                 '<ul> \
                      <li> \
                      <a href="/Activate_your_MyMCLA_Account" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>MyMCLA Account Setup</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="/User_ID_and_Password#manage" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Manage Your Account</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="/Office_365" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Office365 Mail Information</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="https://portal.mcla.edu/" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>MCLA Portal</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="https://techhelp.mcla.edu/index.php/E-Academy" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>MyMCLA Software Store</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="/Network" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Set up Wireless Access</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="/MCLAs_Laptop_Initiative" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Laptop Initiative</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="/Guest_Network_Access" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Guest Accounts</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="http://techhelp.mcla.edu/banner" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Self-Service Banner</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="/MCLA_Computer_HelpDesk" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Computer HelpDesk</span> \
                      </a> \
                      </li> \
                      <li> \
                      <a href="https://get.teamviewer.com/studenthelpdesk" \
                            class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \
                      <span>Teamviewer</span> \
                      </a> \
                      </li> \
                 </ul>'
            );
            $(".menu").find(".level2").hide(); // hide level2 until level1 is clicked
            $(".level1").click(function(event){ 
                 $(this).find(".level2").slideToggle(500);
            }); // if level1 is clicked, dropdown level2
       }
  }, 100); // check every 100ms