Tampa Convention Center Gasparilla

City Council Rules and Procedures

Use the print buttons in the Preview

Screenshot of print icons

To properly print this document, hover your mouse over the document PREVIEW area and controls will appear. There you can DOWNLOAD or PRINT this document.

This browser does not support inline PDFs. Please download the PDF to view it: Download PDF" }; // if ?page=2 is in the url, set the page to that const params = new Proxy(new URLSearchParams(window.location.search), { get: (searchParams, prop) => searchParams.get(prop), }); // if has page param, and the value is a whole number, set the page if (params && params.page && Number.isInteger(parseInt(params.page))) { options.pdfOpenParams.page = params.page; } var pdfURL = "https://www.tampa.gov/sites/default/files/document/2024/tampa_city_council_rules_of_procedure_6-6-2024_0.pdf#view=Fit&toolbar=1" var isIE11 = !!window.MSInputMethodContext && !!document.documentMode; if (isIE11) { // IE11 is junk and needs only the pdf URL var myUrl = new URL(pdfURL); // we can do this since all docs are local pdfURL = myUrl.pathname; } var myPDF = PDFObject.embed(pdfURL, "#pdf_reader", options); var el = document.querySelector("#pdf_reader"); el.classList.add((myPDF) ? "success" : "fail"); el.classList.add(myPDF.tagName); console.log((myPDF) ? "PDFObject was successful!" : "Uh-oh, the embed didn't work."); // See if file exists // if for some reason it doesn't tell the viewer what happened. jQuery.ajax({ type: 'GET', url: pdfURL, error: function(XMLHttpRequest, textStatus, errorThrown){ var el = document.querySelector("#pdf_reader"); el.innerHTML = '

File '+ response.statusText + ''; }}); });


Date Posted
Owner