/** * Uni Education Pro functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package uni_education_pro */ if ( ! function_exists( 'uni_education_pro_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function uni_education_pro_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on Uni Education Pro, use a find and replace * to change 'uni-education-pro' to the name of your theme in all the template files. */ load_theme_textdomain( 'uni-education-pro', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 700, 450, true ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => esc_html__( 'Primary Menu', 'uni-education-pro' ), 'social' => esc_html__( 'Social Menu', 'uni-education-pro' ), 'footer' => esc_html__( 'Footer Menu', 'uni-education-pro' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'gallery', 'caption', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'uni_education_pro_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); // Add theme support for page excerpt. add_post_type_support( 'page', 'excerpt' ); /** * Add support for core custom logo. * * @link https://codex.wordpress.org/Theme_Logo */ add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 400, 'flex-width' => true, 'flex-height' => true, 'header-text' => array( 'site-title', 'site-description' ), ) ); // Enable support for footer widgets. add_theme_support( 'footer-widgets', 4 ); // Load Footer Widget Support. require_if_theme_supports( 'footer-widgets', get_template_directory() . '/inc/footer-widget.php' ); } endif; add_action( 'after_setup_theme', 'uni_education_pro_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function uni_education_pro_content_width() { $GLOBALS['content_width'] = apply_filters( 'uni_education_pro_content_width', 819 ); } add_action( 'after_setup_theme', 'uni_education_pro_content_width', 0 ); if ( ! function_exists( 'uni_education_pro_fonts_url' ) ) : /** * Register Google fonts * * @return string Google fonts URL for the theme. */ function uni_education_pro_fonts_url() { $fonts_url = ''; $fonts = array(); $subsets = 'latin,latin-ext'; /* translators: If there are characters in your language that are not supported by PT Serif, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'PT Serif font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'PT Serif:200,300,400,500,600,700'; } /* translators: If there are characters in your language that are not supported by PT Sans, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'PT Sans font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'PT Sans:200,300,400,500,600,700'; } /* header font */ /* translators: If there are characters in your language that are not supported by Rajdhani, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Rajdhani font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Rajdhani: 200,300,400,500,600,700'; } /* translators: If there are characters in your language that are not supported by Roboto, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Roboto font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Roboto: 200,300,400,500,600,700'; } /* translators: If there are characters in your language that are not supported by Philosopher, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Philosopher font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Philosopher: 200,300,400,500,600,700'; } /* translators: If there are characters in your language that are not supported by Slabo 27px, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Slabo 27px font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Slabo 27px: 200,300,400,500,600,700'; } /* translators: If there are characters in your language that are not supported by Dosis, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Dosis font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Dosis: 200,300,400,500,600,700'; } /* translators: If there are characters in your language that are not supported by Montserrat, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Montserrat font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Montserrat: 200,300,400,500,600,700'; } /* Body Font */ /* translators: If there are characters in your language that are not supported by News Cycle, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'News Cycle font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'News Cycle: 300,400,500'; } /* translators: If there are characters in your language that are not supported by Pontano Sans, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Pontano Sans font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Pontano Sans: 300,400,500'; } /* translators: If there are characters in your language that are not supported by Gudea, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Gudea font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Gudea: 300,400,500'; } /* translators: If there are characters in your language that are not supported by Quattrocento, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Quattrocento font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Quattrocento: 300,400,500'; } /* translators: If there are characters in your language that are not supported by Khand, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Khand font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Khand: 300,400,500'; } /* translators: If there are characters in your language that are not supported by Oxygen, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Oxygen font: on or off', 'uni-education-pro' ) ) { $fonts[] = 'Oxygen: 300,400,500'; } $query_args = array( 'family' => urlencode( implode( '|', $fonts ) ), 'subset' => urlencode( $subsets ), ); if ( $fonts ) { $fonts_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' ); } return esc_url_raw( $fonts_url ); } endif; /** * Add preconnect for Google Fonts. * * @since Uni Education Pro 1.0.0 * * @param array $urls URLs to print for resource hints. * @param string $relation_type The relation type the URLs are printed. * @return array $urls URLs to print for resource hints. */ function uni_education_pro_resource_hints( $urls, $relation_type ) { if ( wp_style_is( 'uni-education-pro-fonts', 'queue' ) && 'preconnect' === $relation_type ) { $urls[] = array( 'href' => 'https://fonts.gstatic.com', 'crossorigin', ); } return $urls; } add_filter( 'wp_resource_hints', 'uni_education_pro_resource_hints', 10, 2 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function uni_education_pro_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'uni-education-pro' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'uni-education-pro' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebars( 4, array( 'name' => esc_html__( 'Optional Sidebar %d', 'uni-education-pro' ), 'id' => 'optional-sidebar', 'description' => esc_html__( 'Add widgets here.', 'uni-education-pro' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Home Page Area', 'uni-education-pro' ), 'id' => 'home-page-area', 'description' => esc_html__( 'Add widgets here.', 'uni-education-pro' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="section-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'About Page Area', 'uni-education-pro' ), 'id' => 'about-page-area', 'description' => esc_html__( 'Add widgets here.', 'uni-education-pro' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="section-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Service Page Area', 'uni-education-pro' ), 'id' => 'service-page-area', 'description' => esc_html__( 'Add widgets here.', 'uni-education-pro' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="section-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'uni_education_pro_widgets_init' ); /** * Function to detect SCRIPT_DEBUG on and off. * @return string If on, empty else return .min string. */ function uni_education_pro_min() { return defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; } /** * Enqueue scripts and styles. */ function uni_education_pro_scripts() { // Add custom fonts, used in the main stylesheet. wp_enqueue_style( 'uni-education-pro-fonts', uni_education_pro_fonts_url(), array(), null ); // slick wp_enqueue_style( 'jquery-slick', get_template_directory_uri() . '/assets/css/slick' . uni_education_pro_min() . '.css' ); // slick theme wp_enqueue_style( 'jquery-slick-theme', get_template_directory_uri() . '/assets/css/slick-theme' . uni_education_pro_min() . '.css' ); // font awesome wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/assets/css/font-awesome' . uni_education_pro_min() . '.css' ); wp_enqueue_style( 'uni-education-pro-style', get_stylesheet_uri() ); if ( ! in_array( uni_education_pro_theme_option( 'theme_color', 'default' ), array( 'default', 'custom' ) ) ) : wp_enqueue_style( 'uni-education-pro-colors', get_template_directory_uri() . '/assets/css/' . uni_education_pro_theme_option( 'theme_color', 'red' ) . uni_education_pro_min() . '.css', array( 'uni-education-pro-style' ), '1.0' ); endif; // Load the html5 shiv. wp_enqueue_script( 'html5', get_template_directory_uri() . '/assets/js/html5' . uni_education_pro_min() . '.js', array(), '3.7.3' ); wp_script_add_data( 'html5', 'conditional', 'lt IE 9' ); wp_enqueue_script( 'uni-education-pro-navigation', get_template_directory_uri() . '/assets/js/navigation' . uni_education_pro_min() . '.js', array(), '20151215', true ); $uni_education_pro_l10n = array( 'quote' => uni_education_pro_get_svg( array( 'icon' => 'quote-right' ) ), 'expand' => esc_html__( 'Expand child menu', 'uni-education-pro' ), 'collapse' => esc_html__( 'Collapse child menu', 'uni-education-pro' ), 'icon' => uni_education_pro_get_svg( array( 'icon' => 'angle-down', 'fallback' => true ) ), ); wp_localize_script( 'uni-education-pro-navigation', 'uni_education_pro_l10n', $uni_education_pro_l10n ); wp_enqueue_script( 'uni-education-pro-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/skip-link-focus-fix' . uni_education_pro_min() . '.js', array(), '20151215', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } wp_enqueue_script( 'jquery-slick', get_template_directory_uri() . '/assets/js/slick' . uni_education_pro_min() . '.js', array( 'jquery' ), '', true ); wp_enqueue_script( 'uni-education-pro-custom', get_template_directory_uri() . '/assets/js/custom' . uni_education_pro_min() . '.js', array( 'jquery' ), '20151215', true ); if ( 'infinite' == uni_education_pro_theme_option( 'pagination_type' ) ) { wp_enqueue_script( 'uni-education-pro-infinite', get_template_directory_uri() . '/assets/js/infinite' . uni_education_pro_min() . '.js', array( 'jquery' ), '', true ); } } add_action( 'wp_enqueue_scripts', 'uni_education_pro_scripts' ); /** * Implement the Custom Header feature. */ require get_template_directory() . '/inc/custom-header.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php'; /** * Functions which enhance the theme by hooking into WordPress. */ require get_template_directory() . '/inc/template-functions.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer.php'; /** * TGM plugin additions. */ require get_template_directory() . '/inc/tgm-plugin/tgm-hook.php'; /** * Load Jetpack compatibility file. */ if ( defined( 'JETPACK__VERSION' ) ) { require get_template_directory() . '/inc/jetpack.php'; } /** * WooCommerce plugin compatibility. */ if ( class_exists( 'WooCommerce' ) ) { require get_template_directory() . '/inc/woocommerce.php'; } /** * OCDI plugin demo importer compatibility. */ if ( class_exists( 'OCDI_Plugin' ) ) { require get_template_directory() . '/inc/demo-import.php'; } <div class="single-template-wrapper wrapper page-section"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-175" class="post-175 page type-page status-publish hentry"> <div class="entry-container"> <div class="entry-content"> <div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="vc_chart vc_line-chart wpb_content_element" data-vc-legend="1" data-vc-tooltips="1" data-vc-animation="easeInOutCubic" data-vc-type="bar" data-vc-values="{"labels":["Sh\u00ebrbime mjetesht transporti"," Mekanik\u00eb"," Elektroteknik\u00eb e integruar me elektronik\u00eb"," Teknologji Informacioni dhe Komunikimi","Instalues i sistemeve termohidraulike"],"datasets":[{"label":"Numri i nx\u00ebn\u00ebsve","fillColor":"#dd9933","strokeColor":"#dd9933","pointColor":"#dd9933","pointStrokeColor":"#dd9933","highlightFill":"#bd7e20","highlightStroke":"#bd7e20","pointHighlightFill":"#bd7e20","pointHighlightStroke":"#bd7e20","data":["687"," 31"," 352"," 219"," 136"]}]}"> <h2 class="wpb_heading">Numri i nxënësve për vitin 2021-2022 sipas drejtimeve</h4> <div class="wpb_wrapper"> <div class="vc_chart-with-legend"><canvas class="vc_line-chart-canvas" width="1" height="1"></canvas></div><ul class="vc_chart-legend"><li><span style="background-color:#dd9933"></span>Numri i nxënësve</li></ul> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <div class="supsystic-table-loader spinner"style="background-color:#000000"></div><div id="supsystic-table-3_55384" class="supsystic-tables-wrap " style=" width:100%; visibility: hidden; " data-table-width-fixed="100%" data-table-width-mobile="100%" ><table id="supsystic-table-3" class="supsystic-table border lightboxImg cell-border" data-id="3" data-view-id="3_55384" data-title="Tabela e nr te nxenesve" data-currency-format="$1,000.00" data-percent-format="10.00%" data-date-format="DD.MM.YYYY" data-time-format="HH:mm" data-features="["after_table_loaded_script"]" data-search-value="" data-lightbox-img="" data-head-rows-count="1" data-pagination-length="50,100,All" data-auto-index="off" data-searching-settings="{"columnSearchPosition":"bottom","minChars":"0"}" data-lang="default" data-override="{"emptyTable":"","info":"","infoEmpty":"","infoFiltered":"","lengthMenu":"","search":"","previous":"","next":"","zeroRecords":"","exportLabel":"","file":"default"}" data-merged="[{"row":0,"col":0,"rowspan":1,"colspan":12,"removed":false},{"row":8,"col":0,"rowspan":1,"colspan":10,"removed":false},{"row":9,"col":0,"rowspan":1,"colspan":10,"removed":false},{"row":9,"col":10,"rowspan":1,"colspan":2,"removed":false},{"row":1,"col":1,"rowspan":2,"colspan":1,"removed":false},{"row":1,"col":0,"rowspan":2,"colspan":1,"removed":false},{"row":3,"col":0,"rowspan":5,"colspan":1,"removed":false}]" data-responsive-mode="0" data-from-history="0" ><thead><tr><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th><th class="" style="width:; padding: 0 !important;"></th></tr></thead><tbody><tr style="height:px" ><td data-cell-id="A1" data-x="0" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="Numri i nxënësve në shkollën Beqir Çela për vitin shkollor 2024-2025 është 1239 nxënës (4 vajza)." data-order="Numri i nxënësve në shkollën Beqir Çela për vitin shkollor 2024-2025 është 1239 nxënës (4 vajza)." style="min-width:11.4504%; " data-colspan="12" data-rowspan="1" >Numri i nxënësve në shkollën Beqir Çela për vitin shkollor 2024-2025 është 1239 nxënës (4 vajza). </td><td data-cell-id="B1" data-x="1" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:18.2116%; " data-hide="true" ></td><td data-cell-id="C1" data-x="2" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:9.4875%; " data-hide="true" ></td><td data-cell-id="D1" data-x="3" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="E1" data-x="4" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="F1" data-x="5" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="G1" data-x="6" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="H1" data-x="7" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="I1" data-x="8" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="J1" data-x="9" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="K1" data-x="10" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td><td data-cell-id="L1" data-x="11" data-y="1" data-db-index="1" class="bold" data-cell-type="text" data-original-value="" data-order="" style="min-width:6.7612%; " data-hide="true" ></td></tr><tr style="height:px" ><td data-cell-id="A2" data-x="0" data-y="2" data-db-index="2" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="Viti" data-order="Viti" data-colspan="1" data-rowspan="2" >Viti </td><td data-cell-id="B2" data-x="1" data-y="2" data-db-index="2" class="htCenter htMiddle bold" data-cell-type="text" data-original-value="Drejtimi" data-order="Drejtimi" data-colspan="1" data-rowspan="2" >Drejtimi </td><td data-cell-id="C2" data-x="2" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="Klasa X" data-order="Klasa X" >Klasa X </td><td data-cell-id="D2" data-x="3" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="" data-order="" ></td><td data-cell-id="E2" data-x="4" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="Klasa XI" data-order="Klasa XI" >Klasa XI </td><td data-cell-id="F2" data-x="5" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="" data-order="" ></td><td data-cell-id="G2" data-x="6" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="Klasa XII" data-order="Klasa XII" >Klasa XII </td><td data-cell-id="H2" data-x="7" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="" data-order="" ></td><td data-cell-id="I2" data-x="8" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="Klasa XIII" data-order="Klasa XIII" >Klasa XIII </td><td data-cell-id="J2" data-x="9" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="" data-order="" ></td><td data-cell-id="K2" data-x="10" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="Gjithsej" data-order="Gjithsej" >Gjithsej </td><td data-cell-id="L2" data-x="11" data-y="2" data-db-index="2" class="bold" data-cell-type="text" data-original-value="" data-order="" ></td></tr><tr style="height:px" ><td data-cell-id="A3" data-x="0" data-y="3" data-db-index="3" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="B3" data-x="1" data-y="3" data-db-index="3" class="htCenter htMiddle bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="C3" data-x="2" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Djem" data-order="Djem" >Djem </td><td data-cell-id="D3" data-x="3" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Vajza" data-order="Vajza" >Vajza </td><td data-cell-id="E3" data-x="4" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Djem" data-order="Djem" >Djem </td><td data-cell-id="F3" data-x="5" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Vajza" data-order="Vajza" >Vajza </td><td data-cell-id="G3" data-x="6" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Djem" data-order="Djem" >Djem </td><td data-cell-id="H3" data-x="7" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Vajza" data-order="Vajza" >Vajza </td><td data-cell-id="I3" data-x="8" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Djem" data-order="Djem" >Djem </td><td data-cell-id="J3" data-x="9" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Vajza" data-order="Vajza" >Vajza </td><td data-cell-id="K3" data-x="10" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Djem" data-order="Djem" >Djem </td><td data-cell-id="L3" data-x="11" data-y="3" data-db-index="3" class="bold" data-cell-type="text" data-original-value="Vajza" data-order="Vajza" >Vajza </td></tr><tr style="height:px" ><td data-cell-id="A4" data-x="0" data-y="4" data-db-index="4" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="2024-2025" data-order="2024-2025" data-colspan="1" data-rowspan="5" >2024-2025 </td><td data-cell-id="B4" data-x="1" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-original-value="Shërbime Mjetesh Transporti" data-order="Shërbime Mjetesh Transporti" >Shërbime Mjetesh Transporti </td><td data-cell-id="C4" data-x="2" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="164" data-order="164" >164 </td><td data-cell-id="D4" data-x="3" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="E4" data-x="4" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="111" data-order="111" >111 </td><td data-cell-id="F4" data-x="5" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="G4" data-x="6" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="92" data-order="92" >92 </td><td data-cell-id="H4" data-x="7" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="I4" data-x="8" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="122" data-order="122" >122 </td><td data-cell-id="J4" data-x="9" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="K4" data-x="10" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="489" data-order="489" >489 </td><td data-cell-id="L4" data-x="11" data-y="4" data-db-index="4" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td></tr><tr style="height:px" ><td data-cell-id="A5" data-x="0" data-y="5" data-db-index="5" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="B5" data-x="1" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-original-value="Mekanikë" data-order="Mekanikë" >Mekanikë </td><td data-cell-id="C5" data-x="2" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="30" data-order="30" >30 </td><td data-cell-id="D5" data-x="3" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="E5" data-x="4" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="18" data-order="18" >18 </td><td data-cell-id="F5" data-x="5" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="G5" data-x="6" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="28" data-order="28" >28 </td><td data-cell-id="H5" data-x="7" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-original-value=" " data-order=" " ></td><td data-cell-id="I5" data-x="8" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="32" data-order="32" >32 </td><td data-cell-id="J5" data-x="9" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="K5" data-x="10" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="108" data-order="108" >108 </td><td data-cell-id="L5" data-x="11" data-y="5" data-db-index="5" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td></tr><tr style="height:px" ><td data-cell-id="A6" data-x="0" data-y="6" data-db-index="6" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="B6" data-x="1" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-original-value="Elektroteknikë e integruar me Elektronik" data-order="Elektroteknikë e integruar me Elektronik" >Elektroteknikë e integruar me Elektronik </td><td data-cell-id="C6" data-x="2" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="71" data-order="71" >71 </td><td data-cell-id="D6" data-x="3" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="E6" data-x="4" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="57" data-order="57" >57 </td><td data-cell-id="F6" data-x="5" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="G6" data-x="6" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="53" data-order="53" >53 </td><td data-cell-id="H6" data-x="7" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="I6" data-x="8" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="62" data-order="62" >62 </td><td data-cell-id="J6" data-x="9" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="K6" data-x="10" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="243" data-order="243" >243 </td><td data-cell-id="L6" data-x="11" data-y="6" data-db-index="6" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td></tr><tr style="height:px" ><td data-cell-id="A7" data-x="0" data-y="7" data-db-index="7" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="B7" data-x="1" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-original-value="Instalues I sistemeve termohidraulike" data-order="Instalues I sistemeve termohidraulike" >Instalues I sistemeve termohidraulike </td><td data-cell-id="C7" data-x="2" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="66" data-order="66" >66 </td><td data-cell-id="D7" data-x="3" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="E7" data-x="4" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="54" data-order="54" >54 </td><td data-cell-id="F7" data-x="5" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="G7" data-x="6" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="31" data-order="31" >31 </td><td data-cell-id="H7" data-x="7" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="I7" data-x="8" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="36" data-order="36" >36 </td><td data-cell-id="J7" data-x="9" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="K7" data-x="10" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="187" data-order="187" >187 </td><td data-cell-id="L7" data-x="11" data-y="7" data-db-index="7" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td></tr><tr style="height:px" ><td data-cell-id="A8" data-x="0" data-y="8" data-db-index="8" class="htMiddle htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="B8" data-x="1" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-original-value="Teknologji Informacioni dhe Komunikimi" data-order="Teknologji Informacioni dhe Komunikimi" >Teknologji Informacioni dhe Komunikimi </td><td data-cell-id="C8" data-x="2" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="64" data-order="64" >64 </td><td data-cell-id="D8" data-x="3" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="E8" data-x="4" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="56" data-order="56" >56 </td><td data-cell-id="F8" data-x="5" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="0" data-order="0" >0 </td><td data-cell-id="G8" data-x="6" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="46" data-order="46" >46 </td><td data-cell-id="H8" data-x="7" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="1" data-order="1" >1 </td><td data-cell-id="I8" data-x="8" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="42" data-order="42" >42 </td><td data-cell-id="J8" data-x="9" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="3" data-order="3" >3 </td><td data-cell-id="K8" data-x="10" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="208" data-order="208" >208 </td><td data-cell-id="L8" data-x="11" data-y="8" data-db-index="8" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="4" data-order="4" >4 </td></tr><tr style="height:px" ><td data-cell-id="A9" data-x="0" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="NXËNËS GJITHËSEJ" data-order="NXËNËS GJITHËSEJ" data-colspan="10" data-rowspan="1" >NXËNËS GJITHËSEJ </td><td data-cell-id="B9" data-x="1" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="C9" data-x="2" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="D9" data-x="3" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="E9" data-x="4" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="F9" data-x="5" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="G9" data-x="6" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="H9" data-x="7" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="I9" data-x="8" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="J9" data-x="9" data-y="9" data-db-index="9" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="K9" data-x="10" data-y="9" data-db-index="9" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="1235" data-order="1235" >1235 </td><td data-cell-id="L9" data-x="11" data-y="9" data-db-index="9" class="bold" data-cell-type="text" data-cell-format-type="number" data-original-value="4" data-order="4" >4 </td></tr><tr style="height:px" ><td data-cell-id="A10" data-x="0" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="TOTAL" data-order="TOTAL" data-colspan="10" data-rowspan="1" >TOTAL </td><td data-cell-id="B10" data-x="1" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="C10" data-x="2" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="D10" data-x="3" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="E10" data-x="4" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="F10" data-x="5" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="G10" data-x="6" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="H10" data-x="7" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="I10" data-x="8" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="J10" data-x="9" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td><td data-cell-id="K10" data-x="10" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-cell-format-type="number" data-original-value="1239" data-order="1239" data-colspan="2" data-rowspan="1" >1239 </td><td data-cell-id="L10" data-x="11" data-y="10" data-db-index="10" class="htCenter bold" data-cell-type="text" data-original-value="" data-order="" data-hide="true" ></td></tr></tbody></table><!-- /#supsystic-table-3.supsystic-table --></div><!-- /.supsystic-tables-wrap --><!-- Tables Generator by Supsystic --><!-- Version:1.10.47 --><!-- http://supsystic.com/ --><a title="WordPress Data Table Plugin" style="display:none;" href="https://supsystic.com/plugins/wordpress-data-table-plugin/?utm_medium=love_link" target="_blank">WordPress Data Table Plugin</a> </div> </div> </div></div></div></div> </div><!-- .entry-content --> </div><!-- .entry-container --> </article><!-- #post-175 --> </main><!-- #main --> </div><!-- #primary -->