Guide to Web Publishing

Register for t4 access

Register for t4 access

This form is to request general t4 edit rights on the University web site and is not intended for staff profiles or postgradute research profiles. If you would like to register to edit your staff profile please complete the academic staff profile registration. PGR Students: PGR profile registration.

+
add another


'); x++; } }); }) function URLCheck(count) { var section = $('#section'+count); var newLink = section.val(); var sectionBits = section.val().split('/'); for(var i = 0; i < sectionBits.length - 1; i++){ if(sectionBits[i] != 'undefined'){ if(jQuery.inArray(sectionBits[i], ignoreList) == -1){ $('.sectionBox').each(function(){ if($(this).val() != newLink){ var otherSections = $(this).val().split('/'); if(sectionBits[i] == otherSections[i]){ section.after('
This is already covered in the link above as it is under '+sectionBits[i]+'
'); section.addClass('badUrl'); section.attr('name', 'dump'); $(this).addClass('goodUrl'); i = sectionBits.length; return false; } } }); } } } } function addURL() { count++; var otherSections; var last = $('.holder').last(); var newInput = '
-
'; last.after(newInput); } function removeURL(level) { $('.goodUrl').removeClass('goodUrl'); $('#holder'+level).remove(); }