George Mason University Antonin Scalia Law School

EMS Master Calendar Modification

  1. Connect to the server via Microsoft Remote Desktop
  2. Locate: C:\inetpub\wwwroot\MasterCalendar (under My Computer, C drive)

In order to add the Mason Law logo in the master calendar of events, I had to modify the master template file (Calendar.master). Scroll down to line 105, you’ll see this:

<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="28B11E50" />
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
</div>
<div id="ctl00_HeaderContainer" class="HeaderContainer show-large">

<!--MASON LAW BY DONNY-->
<div style="background-color:#063; width:100%;"><a href="https://www.law.gmu.edu/"><img src="https://sls.gmu.edu/cdn/shared-img/cal-head-logo.png" alt="Antonin Scalia Law School, George Mason University" ></a><a href="http://events.law.gmu.edu/MasterCalendar/"><img src="https://sls.gmu.edu/cdn/shared-img/cal-head-text.png" alt="Calendar of Events" ></a></div>
<!--/MASON LAW BY DONNY-->

<div class="row po">
<div class="twelve columns">
<div id="ctl00_Header_imgBannerDiv" class="imgBanner centered pointer"><img src="http://events.law.gmu.edu/MasterCalendar/ImageWriter.aspx?data=IPkf9F3DB014d7Mcuxnr02hg194Zr%2fYICmc%2b3DyQmrlgKN39%2bJJQUIYsuFOrpOhm" alt="Banner Image" style="border-width:0px;" /></div>
</div>
</div>

This template needs to be update every time the EMS calendar is upgraded.