uth.mywconline.com Open in urlscan Pro
204.93.202.224  Public Scan

URL: https://uth.mywconline.com/
Submission Tags: falconsandbox
Submission: On February 17 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST index.php

<form action="index.php" method="post" class="form-signin bg-white rounded-3 border border-dark" novalidate="">
  <p class="mb-0"><span class="fw-bold">First visit?</span> <a href="register.php">Register for an account</a>.</p>
  <p><span class="fw-bold">Returning?</span> Log in below.</p>
  <div class="form-floating">
    <input type="email" class="form-control" id="username" name="username" required="" aria-required="true" autofocus="">
    <label for="username">Email Address</label>
  </div>
  <div class="form-floating input-group pb-3">
    <input type="password" class="form-control" id="password" name="password" required="" aria-required="true" spellcheck="false" style="margin:0 !important;">
    <label for="password">Password</label>
    <div class="input-group-append">
      <span class="input-group-text" onclick="password_show_hide();" style="border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; height: 100%;">
        <i class="bi bi-eye-slash" id="show_eye" style="outline:none;" aria-label="Hide Password"></i>
        <i class="bi bi-eye d-none" id="hide_eye" style="outline:none;" aria-label="Show Password"></i>
      </span>
    </div>
  </div>
  <script>
    function password_show_hide() {
      var x = document.getElementById("password");
      var show_eye = document.getElementById("show_eye");
      var hide_eye = document.getElementById("hide_eye");
      hide_eye.classList.remove("d-none");
      if (x.type === "password") {
        x.type = "text";
        show_eye.style.display = "none";
        hide_eye.style.display = "block";
      } else {
        x.type = "password";
        show_eye.style.display = "block";
        hide_eye.style.display = "none";
      }
    }
  </script>
  <h2 class="fs-6 pt-2 fw-bold"><label for="scheduleid">SELECT A SCHEDULE</label></h2>
  <p class="mb-1"><input class="form-check-input me-1" type="radio" name="scheduleid" id="sc63aa02669d417" value="sc63aa02669d417" checked="" aria-label="Writing Support Services - Spring 2023">Writing Support Services - Spring 2023</p>
  <p class="mb-1"><input class="form-check-input me-1" type="radio" name="scheduleid" id="sc63b83aa810d81" value="sc63b83aa810d81" aria-label="Quant &amp; Biostats Tutoring - Spring 2023">Quant &amp; Biostats Tutoring - Spring 2023</p>
  <div class="checkbox mb-3 mt-3">
    <label> Check this box to <span class="text-secondary" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="right" title=""
        data-bs-original-title="If checked, you won't have to log in on a future visit if accessing WCONLINE from the same browser.  <span class='fw-bold'>Do not use this on a shared or public computer.</span> ">stay logged in</span>: <input
        type="checkbox" class="form-check-input" id="setCookie" name="setCookie" value="1">
    </label>
  </div>
  <button class="w-100 btn btn-lg btn-primary mb-4" type="submit" value="login" name="submit">Log In</button>
  <p class="mb-0"><span class="fw-bold">Having trouble logging in?</span> <span class="btn-link modal_cursor" data-bs-toggle="modal" data-bs-target="#pwresetModal">Reset your password</span>.</p>
  <p class="mt-3 mb-0"><b>Receiving unwanted texts?</b> <span class="btn-link modal_cursor" data-bs-toggle="modal" data-bs-target="#mobileModal">Remove your mobile number</span>.</p>
  <div class="d-lg-none">
    <p class="mb-0 mt-4"><strong>Looking for more information?</strong> <a href="#" data-bs-toggle="modal" data-bs-target="#annModal">View the announcements</a>.</p>
    <div class="modal fade" id="annModal" tabindex="-1" aria-labelledby="annModalLabel" aria-hidden="true">
      <div class="modal-dialog">
        <div class="modal-content">
          <div class="modal-header">
            <h5 class="modal-title" id="annModalLabel">Announcements</h5><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
          </div>
          <div class="modal-body">
            <p><strong>Welcome to the UTHealth School of Public Health appointment system! </strong></p>
            <p>1. To get started, register for an account using your UTHealth email address by clicking the link to the left. This one-time registration&nbsp;is quick and easy.</p>
            <p>2. After registering for an account, you can log in at any time to make, modify, or cancel an appointment with Writing Support Services (WSS) as well as Quantitative &amp; Biostatistical Tutoring Services (QBTS) [select the
              corresponding schedule from the drop-down menu].</p>
            <p>3. When making an appointment,&nbsp;keep in mind that we need time before&nbsp;your appointment to prepare appropriately to meet with you. For WSS, allow at least <span style="text-decoration: underline;">1-2 days</span> for us to
              critically review and effectively comment on your document(s). For QBTS, allow at&nbsp;least <span style="text-decoration: underline;">1 day</span>&nbsp;for us to thoroughly review the course material related to your question(s).&nbsp;
              &nbsp;</p>
            <p>4. After making an&nbsp;appointment,&nbsp;submit the document(s) you want to work on and/or the question(s) you have.&nbsp;You can either <strong>upload</strong> these files to the scheduling system by attaching them to your
              Appointment Form,&nbsp;or <strong>email</strong> them directly to your selected writing training specialist or biostats tutor.&nbsp;</p>
            <p>5. On the day of your appointment, remember that <span style="text-decoration: underline;">all appointment times are in Central Standard Time (CST)</span> and that you should show up promptly at your selected appointment start time.
            </p>
            <p><strong>Note:</strong> You will initially be taken to the Standard Display, which allows you to quickly find and make appointments. However, <span style="text-decoration: underline;">you have the option to view the Calendar Display
                (via a link at the bottom of the Standard Display or by setting your preference in your profile)</span>, and can return to the Standard Display at any time using the "Appointment Search" option at the top of the Calendar Display.</p>
            <p>Thank you for allowing us to serve you!</p>
            <p>SPH Library &amp; Graduate Communication Center</p>
          </div>
          <div class="modal-footer">
            <button type="button" class="btn btn-primary" data-bs-dismiss="modal">Close</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST index.php

<form action="index.php" method="post" novalidate="">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="pwresetModalLabel">Reset Your Password</h5><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <p><b>Having trouble logging in?</b> Enter your email address below and then select "Reset Password."</p>
        <label for="pwemail" class="form-label fw-bold">Email Address</label>
        <input type="email" class="form-control" id="pwemail" name="pwemail">
        <button class="btn btn-primary mt-2" type="submit" name="submit" value="resetpassword">Reset Password</button>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-dark" data-bs-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</form>

POST index.php

<form action="index.php" method="post" novalidate="">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="mobileModalLabel">Remove Your Number</h5><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <p><b>Receiving unwanted text messages from this system? </b> Fill out the form below to remove your number.</p>
        <p><label for="cellnumber" class="form-label fw-bold">Mobile Number</label>
          <input type="text" class="form-control" id="cellnumber" name="cellnumber" maxlength="10" placeholder="Ten Digits, Numbers Only">
        </p>
        <p><label for="cellcarrier" class="form-label fw-bold">Mobile Carrier</label>
          <select class="form-select" aria-label="Default select" id="cellcarrier" name="cellcarrier">
            <option value="">-- please select --</option>
            <optgroup label="COMMON US CARRIERS">
              <option value="@txt.att.net">AT&amp;T</option>
              <option value="@cingularme.com">Cingular (GSM)</option>
              <option value="@mmode.com">Cingular (TDMA)</option>
              <option value="@sms.mycricket.com">Cricket</option>
              <option value="@msg.fi.google.com">Google Fi</option>
              <option value="@mymetropcs.com">Metro PCS</option>
              <option value="@messaging.nextel.com">Nextel</option>
              <option value="@vtext.com">Spectrum Mobile</option>
              <option value="@messaging.sprintpcs.com">Sprint PCS</option>
              <option value="@tmomail.net">T-Mobile</option>
              <option value="@email.uscc.net">US Cellular</option>
              <option value="@vtext.com">Verizon Wireless or Xfinity Mobile</option>
              <option value="@vmobl.com">Virgin Mobile US</option>
            </optgroup>
            <optgroup label="COMMON CANADIAN CARRIERS">
              <option value="@txt.bellmobility.ca">Bell Mobility</option>
              <option value="@txt.bell.ca">Bell</option>
              <option value="@fido.ca">Fido (Microcell)</option>
              <option value="@msg.koodomobile.com">Koodo Mobile</option>
              <option value="@text.mtsmobility.com">Manitoba Telecom Systems</option>
              <option value="@wirefree.informe.ca">NBTel</option>
              <option value="@pagegate.pagenet.ca">PageNet</option>
              <option value="@pcs.rogers.com">Rogers</option>
              <option value="@sms.sasktel.com">Sasktel</option>
              <option value="@txt.shawmobile.ca">Shaw Mobile</option>
              <option value="@msg.telus.com">Telus</option>
              <option value="@vmobile.ca">Virgin Mobile Canada</option>
            </optgroup>
            <optgroup label="OTHER CARRIERS">
              <option value="@sms.3rivers.net">3 River Wireless</option>
              <option value="@advantagepaging.com">Advantage Communications</option>
              <option value="@mmode.com">AirVoice</option>
              <option value="@message.alltel.com">AllTel</option>
              <option value="@bellsouthtips.com">Bell South (Blackberry)</option>
              <option value="@blsdcs.net">Bell South Mobility</option>
              <option value="@sms.bellsouth.com">Bell South</option>
              <option value="@sms.bluecell.com">Bluegrass Cellular</option>
              <option value="@myboostmobile.com">Boost Mobile</option>
              <option value="@cspire1.com.">C Spire</option>
              <option value="@mmode.com">CallPlus</option>
              <option value="@cmcpaging.com">Carolina Mobile Communications</option>
              <option value="@phone.cellone.net">Cellular One East Coast</option>
              <option value="@paging.cellone-sf.com">Cellular One PCS</option>
              <option value="@swmsg.com">Cellular One South West</option>
              <option value="@mycellone.com">Cellular One West</option>
              <option value="@mobile.celloneusa.com">Cellular One</option>
              <option value="@csouth1.com">Cellular South</option>
              <option value="@cvcpaging.com">Central Vermont Communications</option>
              <option value="@messaging.centurytel.net">CenturyTel</option>
              <option value="@mobile.mycingular.net">Cingular Wireless</option>
              <option value="@cookmail.com">Cook Paging</option>
              <option value="@corrwireless.net">Corr Wireless Communications</option>
              <option value="@mobile.dobson.net">Dobson Communications Corporation</option>
              <option value="@mobile.cellularone.com">Dobson-Alex Wireless / Dobson-Cellular One</option>
              <option value="@sms.edgewireless.com">Edge Wireless</option>
              <option value="@sendabeep.net">Galaxy Corporation</option>
              <option value="@epage.porta-phone.com">GrayLink / Porta-Phone</option>
              <option value="@gte.pagegate.net">GTE</option>
              <option value="@text.houstoncellular.net">Houston Cellular</option>
              <option value="@inlandlink.com">Inland Cellular Telephone</option>
              <option value="@jsmtel.com">JSM Tele-Page</option>
              <option value="@e-page.net">Lauttamus Communication</option>
              <option value="@mci.com">MCI Phone</option>
              <option value="@pagemci.com">MCI</option>
              <option value="@my2way.com">Metrocall 2-way</option>
              <option value="@page.metrocall.com">Metrocall</option>
              <option value="@clearlydigital.com">Midwest Wireless</option>
              <option value="@page.mobilcom.net">Mobilecom PA</option>
              <option value="@page.mobilfone.com">Mobilfone</option>
              <option value="@beepone.net">Morris Wireless</option>
              <option value="@page.nextel.com">Nextel</option>
              <option value="@npiwireless.com">NPI Wireless</option>
              <option value="@pcs.ntelos.com">Ntelos</option>
              <option value="@omnipoint.com">Omnipoint</option>
              <option value="@onlinebeep.net">OnlineBeep</option>
              <option value="@pacbellpcs.net">Pacific Bell</option>
              <option value="@pagemart.net">PageMart</option>
              <option value="@page1nw.com">PageOne NorthWest</option>
              <option value="@pcsone.net">PCS One</option>
              <option value="@msg.pioneerenidcellular.com">Pioneer / Enid Cellular</option>
              <option value="@mobilecell1se.com">Price Communications</option>
              <option value="@page.propage.net">ProPage</option>
              <option value="@sms.pscel.com">Public Service Cellular</option>
              <option value="@qwestmp.com">Qwest</option>
              <option value="@ram-page.com">RAM Page</option>
              <option value="@safaricomsms.com">Safaricom</option>
              <option value="@satelindogsm.com">Satelindo GSM</option>
              <option value="@text.simplefreedom.net">Simple Freedom</option>
              <option value="@mysmart.mymobile.ph">Smart Telecom</option>
              <option value="@page.southernlinc.com">Southern LINC</option>
              <option value="@email.swbw.com">Southwestern Bell</option>
              <option value="@sprintpaging.com">Sprint Paging</option>
              <option value="@tms.suncom.com">SunCom</option>
              <option value="@mobile.surewest.com">Surewest Communications</option>
              <option value="@pageme.teletouch.com">Teletouch</option>
              <option value="@msg.telus.com">Telus</option>
              <option value="@timnet.com">TIM</option>
              <option value="@tms.suncom.com">Triton</option>
              <option value="@beep.com">TSR Wireless</option>
              <option value="@utext.com">Unicel</option>
              <option value="@mobilecomm.net">USA Mobility</option>
              <option value="@myvzw.com">Verizon PCS</option>
              <option value="@vmobl.com">Virgin Mobile</option>
              <option value="@sms.wcc.net">West Central Wireless</option>
              <option value="@cellularonewest.com">Western Wireless</option>
              <option value="@wyndtell.com">Wyndtell</option>
            </optgroup>
          </select>
        </p>
        <p class="mb-0"><button class="btn btn-primary mt-2" type="submit" name="submit" value="removemobile">Remove Mobile Number</button></p>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-dark" data-bs-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</form>

Text Content

First visit? Register for an account.

Returning? Log in below.

Email Address
Password



SELECT A SCHEDULE

Writing Support Services - Spring 2023

Quant & Biostats Tutoring - Spring 2023

Check this box to stay logged in:
Log In

Having trouble logging in? Reset your password.

Receiving unwanted texts? Remove your mobile number.

Looking for more information? View the announcements.

ANNOUNCEMENTS

Welcome to the UTHealth School of Public Health appointment system!

1. To get started, register for an account using your UTHealth email address by
clicking the link to the left. This one-time registration is quick and easy.

2. After registering for an account, you can log in at any time to make, modify,
or cancel an appointment with Writing Support Services (WSS) as well as
Quantitative & Biostatistical Tutoring Services (QBTS) [select the corresponding
schedule from the drop-down menu].

3. When making an appointment, keep in mind that we need time before your
appointment to prepare appropriately to meet with you. For WSS, allow at least
1-2 days for us to critically review and effectively comment on your
document(s). For QBTS, allow at least 1 day for us to thoroughly review the
course material related to your question(s).   

4. After making an appointment, submit the document(s) you want to work on
and/or the question(s) you have. You can either upload these files to the
scheduling system by attaching them to your Appointment Form, or email them
directly to your selected writing training specialist or biostats tutor. 

5. On the day of your appointment, remember that all appointment times are in
Central Standard Time (CST) and that you should show up promptly at your
selected appointment start time.

Note: You will initially be taken to the Standard Display, which allows you to
quickly find and make appointments. However, you have the option to view the
Calendar Display (via a link at the bottom of the Standard Display or by setting
your preference in your profile), and can return to the Standard Display at any
time using the "Appointment Search" option at the top of the Calendar Display.

Thank you for allowing us to serve you!

SPH Library & Graduate Communication Center

Close

RESET YOUR PASSWORD

Having trouble logging in? Enter your email address below and then select "Reset
Password."

Email Address Reset Password
Close

REMOVE YOUR NUMBER

Receiving unwanted text messages from this system? Fill out the form below to
remove your number.

Mobile Number

Mobile Carrier -- please select --AT&TCingular (GSM)Cingular (TDMA)CricketGoogle
FiMetro PCSNextelSpectrum MobileSprint PCST-MobileUS CellularVerizon Wireless or
Xfinity MobileVirgin Mobile USBell MobilityBellFido (Microcell)Koodo
MobileManitoba Telecom SystemsNBTelPageNetRogersSasktelShaw MobileTelusVirgin
Mobile Canada3 River WirelessAdvantage CommunicationsAirVoiceAllTelBell South
(Blackberry)Bell South MobilityBell SouthBluegrass CellularBoost MobileC
SpireCallPlusCarolina Mobile CommunicationsCellular One East CoastCellular One
PCSCellular One South WestCellular One WestCellular OneCellular SouthCentral
Vermont CommunicationsCenturyTelCingular WirelessCook PagingCorr Wireless
CommunicationsDobson Communications CorporationDobson-Alex Wireless /
Dobson-Cellular OneEdge WirelessGalaxy CorporationGrayLink /
Porta-PhoneGTEHouston CellularInland Cellular TelephoneJSM Tele-PageLauttamus
CommunicationMCI PhoneMCIMetrocall 2-wayMetrocallMidwest WirelessMobilecom
PAMobilfoneMorris WirelessNextelNPI WirelessNtelosOmnipointOnlineBeepPacific
BellPageMartPageOne NorthWestPCS OnePioneer / Enid CellularPrice
CommunicationsProPagePublic Service CellularQwestRAM PageSafaricomSatelindo
GSMSimple FreedomSmart TelecomSouthern LINCSouthwestern BellSprint
PagingSunComSurewest CommunicationsTeletouchTelusTIMTritonTSR WirelessUnicelUSA
MobilityVerizon PCSVirgin MobileWest Central WirelessWestern WirelessWyndtell

Remove Mobile Number

Close

Welcome to the UTHealth School of Public Health appointment system!

1. To get started, register for an account using your UTHealth email address by
clicking the link to the left. This one-time registration is quick and easy.

2. After registering for an account, you can log in at any time to make, modify,
or cancel an appointment with Writing Support Services (WSS) as well as
Quantitative & Biostatistical Tutoring Services (QBTS) [select the corresponding
schedule from the drop-down menu].

3. When making an appointment, keep in mind that we need time before your
appointment to prepare appropriately to meet with you. For WSS, allow at least
1-2 days for us to critically review and effectively comment on your
document(s). For QBTS, allow at least 1 day for us to thoroughly review the
course material related to your question(s).   

4. After making an appointment, submit the document(s) you want to work on
and/or the question(s) you have. You can either upload these files to the
scheduling system by attaching them to your Appointment Form, or email them
directly to your selected writing training specialist or biostats tutor. 

5. On the day of your appointment, remember that all appointment times are in
Central Standard Time (CST) and that you should show up promptly at your
selected appointment start time.

Note: You will initially be taken to the Standard Display, which allows you to
quickly find and make appointments. However, you have the option to view the
Calendar Display (via a link at the bottom of the Standard Display or by setting
your preference in your profile), and can return to the Standard Display at any
time using the "Appointment Search" option at the top of the Calendar Display.

Thank you for allowing us to serve you!

SPH Library & Graduate Communication Center

WCONLINE 8.0.98. ©2023. ToS 2.3.3.

ABOUT

As a comprehensive health science university, the mission of The University of
Texas Health Science Center at Houston (UTHealth) is to educate health science
professionals, discover and translate advances in the biomedical and social
sciences, and model the best practices in clinical care and public health.

›› UTHealth

›› UTHealth School of Public Health

 

--------------------------------------------------------------------------------



Close