Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SC

Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 11 47 125 159 159 159 203 266 278 395 395 398
47 <![CDATA[<script type="text/javascript" > var cssId = 'mobileCSS'; // you could encode the css path itself to generate id.. if(PortalUtil.isMobile()) { // Inicializa o please please.init(window); if (!document.getElementById(cssId)) { var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.id = cssId; link.rel = 'stylesheet'; link.type = 'text/css'; link.href = PortalUtil.getBaseURL() + "css/mobile.css"; link.media = 'all'; head.appendChild(link); } var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = "core/alljs-static-mobile.jsp"; head.appendChild(script); } </script>]]>
125 <![CDATA[<script> function loadProcess() { var url = 'http://legiscam.cvj.sc.gov.br:80/fusion/bpm/processReport/#/25094223'; loadContent(document.getElementById('area_scroll'), url); } function loadHist() { var url = 'http://legiscam.cvj.sc.gov.br:80/fusion/bpm/processReport/#/25094223'; loadContent(document.getElementById('area_scroll'), url); } function loadInfo() { } function loadRelated() { loadContent(document.getElementById('area_scroll'), 'http://legiscam.cvj.sc.gov.br:80/fusion/bpm/task/central/index.html#/relatedprocess/process/25094223' + '/edit/false'); } function loadProcessDoc() { var url = 'http://legiscam.cvj.sc.gov.br:80/fusion/portal/render/Viewer?processId=25094223'; loadContent(document.getElementById('area_scroll'), url); } function loadActivity() { } </script>]]>
159 <![CDATA[<script>if (window.name == "") {window.name = 'blank_' + Math.random();}var cw = new ContentWindow(window.name, document.URL);NEO.neoUtils.pushDialog(cw);</script>]]>
159 <![CDATA[<script type="text/javascript">if (cw.getTitleBar() != null){if ((cw.getTitleBar().innerHTML.indexOf('003408 - Projeto - Projeto de Lei Ordinária nº 128/2018') == -1) && (cw.getTitleBar().innerHTML.length != 0)){cw.setTitleBar(cw.getTitleBar().innerHTML + ' - 003408 - Projeto - Projeto de Lei Ordinária nº 128/2018');}else{cw.setTitleBar('003408 - Projeto - Projeto de Lei Ordinária nº 128/2018');}}else{document.writeln('<tr id="cwheadertag">');document.writeln('<td class="window_title" id="cwh_window_title">');document.writeln('<table class="border_left_table" style="position: relative; width:100%; height:100%; table-layout: fixed;"><tr><td style="padding: 6px;">');document.writeln('<div class="social-buttons">');document.writeln('<div class="pull-right">');document.writeln('<div class="social icons social-options">');document.writeln('<social-enjoy-access ');document.writeln('dont-show-views="false" ');document.writeln('entity="bpmProcessCtrl.entity" ');document.writeln('can-click-on-comment="bpmProcessCtrl.entity.saved" ');document.writeln('open-comments-func="bpmProcessCtrl.showSocialComments()" ');document.writeln('limit="1" ');document.writeln('tooltip-placement="left"');document.writeln('></social-enjoy-access>');document.writeln('</div>');document.writeln('</div>');document.writeln('</div>');document.writeln('<p class="title_01" id="headerTitle">');document.writeln('003408 - Projeto - Projeto de Lei Ordinária nº 128/2018');document.writeln('<i class="icon-progress" style="display:none;" data-toggle="tooltip" data-placement="right"></i>');document.writeln('</p>');document.writeln('</td>');document.writeln('</tr></table>');document.writeln('</td>');document.writeln('</tr>');}</script>]]>
159 <![CDATA[<script>$('.task_summary_btn_div').show();</script>]]>
203 <![CDATA[<script type="text/javascript">cw.setMenuBar(document.getElementById('1354979319'));</script>]]>
266 <![CDATA[<script type="text/javascript"> function executeAction(obj) { var action = obj.getAttribute("action"); setTimeout(function(){ eval(action); }, 3); } </script>]]>
278 <![CDATA[<script> $(function () { $('body').click(function () { closeInnerDialogs(); }); if (false) { toggleSummary(); } }); function toggleMarkers() { } function toggleSummary() { var showSummary = true; var summaryEl = document.getElementById( 'cwsummarytag_td_25094223'); var summaryElTr = document.getElementById( 'cwsummarytag_25094223'); if (summaryEl) { var btn = $( '.task_summary_btn_div.icon-dots-three-vertical'); var browserDif = 0; if ($.browser.msie) browserDif = 1; if (!showSummary) return; if (summaryEl.style.display != 'block') { summaryEl.style.display = 'block'; summaryElTr.style.display = 'block'; btn.addClass('icon-th-menu'); } else { summaryEl.style.display = 'none'; summaryElTr.style.display = 'none'; btn.removeClass('icon-th-menu'); } setTimeout(function () { doScroll('window_default'); }, 500); } } // loadInfo(); function showDataTab(url, callback) { $(document.getElementById($('[name="_dataContainer"]').val())).load(url, function () { callback(); $('#task_wrapper_workflow #task_wrapper').css('margin', '-7px').css( 'height', 'calc(100% + 14px)'); }); } function loadCustomDiv(url) { showDataTab(url); } function getTaskInsanceUrl(taskInstanceId) { var params = 'type=Task' + '&showSummaryBtn=false' + '&taskInstanceId=' + taskInstanceId + '&edit=false' + '&readOnly=true' + '&showTaskCloseBtn=false' + '&openSummary=false' + '&showContainer=false' + '&showTitle=false' + '&showOnlyForm=true' + '&disableFooter=true'; var url = window.top.document.params.baseUrl + 'portal/render/Task?' + params; return url; } function getTaskUrl(taskId) { var params = 'type=Task' + '&showSummaryBtn=false' + '&taskInstanceId=' + taskId + '&entity=' + taskId + '&edit=false' + '&readOnly=true' + '&showTaskCloseBtn=false' + '&openSummary=false' + '&showContainer=false' + '&showTitle=false' + '&showOnlyForm=true' + '&disableFooter=true'; var url = window.top.document.params.baseUrl + 'portal/render/Task?' + params; return url; } function openSpecificTask(task) { removeActiveClass($('li._active')); addActiveClass($('.menu_bar_default_lv1_task > li:FIRST')); var url = getTaskUrl(task.activityNeoId); showDataTab(url); } function removeActiveClass(obj) { obj.removeClass('_active'); } function addActiveClass(obj) { obj.addClass('_active'); } </script>]]>
395 <![CDATA[<script>if (!document.getElementById( 'area_scroll' ).innerHTML)document.getElementById( 'area_scroll' ).innerHTML = "Portlet Not Found";</script>]]>
395 <![CDATA[<script type="text/javascript">doScroll('window_default');function chooseResize() {setTimeout("doScroll('window_default')", 500);}addEvent(window, 'resize', chooseResize);jQuery(document).bind('drop dragover', function (e) {e.preventDefault();});</script>]]>
398 <![CDATA[<script> $("[data-toggle='tooltip']").tooltip(); </script>]]>