'Windows': """
<strong>Windows 7:</strong> The Windows 7 image is licensed for all MIT students and will automatically activate off the network; see <a href="/static/msca-7.txt">the licensing agreement</a> for details. The installer requires 512 MiB RAM and at least 15 GiB disk space (20 GiB or more recommended).<br>
<strong>Windows Vista:</strong> The Vista image is licensed for all MIT students and will automatically activate off the network; see <a href="/static/msca-email.txt">the licensing confirmation e-mail</a> for details. The installer requires 512 MiB RAM and at least 7.5 GiB disk space (15 GiB or more recommended).<br>
-<strong>Windows XP:</strong> This is the volume license CD image. You will need your own volume license key to complete the install. We do not have these available for the general MIT community; ask your department if they have one, or visit <a href="http://msca.mit.edu/">http://msca.mit.edu/</a> if you are staff/faculty to request one.
+<strong>Windows XP:</strong> This is the volume license CD image. You will need your own volume license key to complete the install. We do not have these available for the general MIT community; ask your department if they have one, or visit <a href="http://msca.mit.edu/">http://msca.mit.edu/</a> if you are staff/faculty to request one.
"""
}
Upon ceasing employment with MIT, faculty and staff members do not have the
continued right to use this software upgrade and should delete it from their
-personally owned machines.
+personally owned machines.
Upon graduation, students will retain a perpetual, non-upgradeable right to
-continued use of the last received version of Windows.
+continued use of the last received version of Windows.
Your right to use the software shall be governed by the most current license
rights, which you may view at <http://www.microsoft.com/Education/Terms.mspx>
% endif
</div>
<div>
- ${command_button("Delete VM", "delete", extra="onclick=\"return confirm('Are you sure that you want to delete this VM (\\\'" + machine.name + "\\\')?');\"")}
+ ${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM (\\\'%s\\\')?');"''' % (machine.name))}
</div>
</%def>
+invirt-web (0.1.30) unstable; urgency=low
+
+ * Fixed formatting for the changes to help.
+
+ -- Steven Valdez <dvorak42@mit.edu> Fri, 12 Apr 2013 16:11:02 -0400
+
invirt-web (0.1.29) precise; urgency=low
* Deleting VM shows the name of the VM that is being deleted.