<%if uninstall~%> <%Links::Update::browser_uninstall~%> <%if uninstall_success%><%set message = 'Selected updates have been successfully uninstalled.'%><%endif~%> <%endif~%> <%if not config.reg_number%> <%set error = "You must enter a valid registration number before checking for updates. You can enter a registration number in the Setup -> Misc. Options menu."%> <%else%> <%Links::Update::check_historic($historic_version)~%> <%endif%> <%set update_mode = 'history'~%> Gossamer Links - Updates - Installed Updates <%include include_style.html%> <%include update_style.html%> <%include update_js.html%>

Update History

Gossamer Links Update History

<%if message%>
Results: 
<%message%>
<%endif%> <%if error%>
Error: 
<%error%>
<%endif%>
This page lists the currently installed Gossamer Links updates, and allows you to uninstall updates. Note that some updates cannot be uninstalled.

<%set any_updates_shown = 0%> <%~loop update_types%><%loop updates%><%if installed%><%set any_updates_shown = 1%><%lastloop%><%endloop%><%endloop%> <%if any_updates_shown%>
Show all details
<%endif%> <%if historic.length > 1~%> Older version update history: <%~loop historic%> <%~if loop_value eq $historic_version%> <%loop_value%> <%~else%> <%loop_value%> <%~endif%> <%~endloop%> <%~else%> <%endif%>
<%if updates_selected~%> <%endif~%>
<%~loop update_types%> <%~loop updates%> <%~unless installed%><%nextloop%><%endif%> <%include update_display.html%> <%endloop~%> <%endloop~%>