The University of Texas at Austin Marketing and Communications

Reporting & Crisis Information  –  Modules

Please contact utcomm-web@utexas.edu if you have any questions about using these modules.

Module Examples for UT Drupal Kit & Quicksites

University Communications is providing suggested promotional content modules to use for websites and mobile apps, where it is appropriate to offer campus audiences information about how to get help in a crisis and/or report misconduct.

Editable examples are provided that can be used on sites with a university-wide audience and also for sites that have a student-focus.

Please Note: All code-examples require using the Full HTML Text Format and the ability to create custom, site-wide blocks on site built either with the UT Drupal Kit or UT QuickSites.

If you do not have access to Full HTML, please reach out to your Webmaster for assistance implementing the example code. If you are unable to create site-wide blocks, the code can be used within a WYSIWYG field, but may load with small variances.


“Reporting Violence, Misconduct, Harassment, or Discrimination”  Module

Example Block


Reporting Violence, Misconduct, Harassment, or Discrimination Block

Report Violence, Misconduct, Harassment, or Discrimination

Learn about the reporting process, support services available, and your options.

Example Code

<div class="row" style="background-color: #ffffff; border: 1px solid #f3f0e8;">
  <hr style="border: solid; border-width: 1px; border-color: #bf5700; background-color: #bf5700; height: 10px; margin:0; padding:0" />
  <div class="column small-12" style="padding: 20px">
    <h2 class="show-for-sr">Reporting Violence, Misconduct, Harassment, or Discrimination Block</h2>

    <p><a href="https://utexas.edu/campus-life/report-misconduct"><strong>Report Violence, Misconduct, Harassment, or Discrimination</strong></a></p>

    <p>Learn about the reporting process, support services available, and your options.</p>
  </div>
</div>

“Help in a Crisis”  Module

Example Block


Help in a Crisis

Emergencies: Call 911

UT Police | 512-471-4441

Behavior Concerns Advice Line (BCAL) | 512-232-5050
For referrals, options, and strategies when you’re concerned about someone’s behavior or actions.

Report Violence, Misconduct, Harassment, or Discrimination

Example Code

<div class="row" style="border: 1px solid #f3f0e8">
  <hr style="border: solid; border-width: 1px; border-color: #bf5700; background-color: #bf5700; height: 10px; margin:0; padding:0" />
  <div class="column small-12" style="padding: 20px">
    <h2>Help in a Crisis</h2>

    <p><a href="tel:911"><strong>Emergencies: Call 911</strong></a></p>

    <p><a href="https://police.utexas.edu/">UT Police</a> | <a href="tel:15124714441">512-471-4441</a></p>

    <p><a href="https://besafe.utexas.edu/behavior-concerns-advice-line">Behavior Concerns Advice Line (BCAL)</a> | <a href="tel:15122325050">512-232-5050</a><br />For referrals, options, and strategies when you're concerned about someone's behavior or actions.</p>

    <p><a href="https://utexas.edu/campus-life/report-misconduct">Report Violence, Misconduct, Harassment, or Discrimination</a></p>
  </div>
</div>