feat: iqon.com full backup and design audit
- Server backup: PHP source files, theme assets, fonts, images, wp-config.php (masked), .htaccess, sitemaps, manifest - Design audit: comparison with Open Design systems (Corporate, Clean, Modern, Bold), critical issues, SEO problems, 3-phase change plan, new_redesign analysis - All files downloaded from production server via Code Snippets Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -0,0 +1,269 @@
|
||||
---
|
||||
name: iqon-design-audit
|
||||
description: "Аудит дизайна iqon.com с референсами из Open Design дизайн-систем и план изменений"
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: project
|
||||
---
|
||||
|
||||
# Аудит дизайна iqon.com
|
||||
|
||||
*Created: 18 May 2026*
|
||||
|
||||
## Контекст
|
||||
|
||||
Анализ текущего дизайна iqon.com с использованием дизайн-систем из Open Design (nexu-io/open-design). Сайт работает на WordPress 4.9.13 с кастомной темой iqon (2012 год). Содержимое не обновлялось с 2013 года. На том же аккаунте reg.ru (u0012812) что и dsu-project.ru.
|
||||
|
||||
---
|
||||
|
||||
## 1. Критические проблемы
|
||||
|
||||
### 1.1 Нет viewport meta tag
|
||||
|
||||
**Проблема:** Отсутствует `<meta name="viewport">` — сайт не адаптивный, на мобильных отображается в масштабе десктопа (960px).
|
||||
|
||||
**Референс (Corporate):** `<meta name="viewport" content="width=device-width, initial-scale=1.0">` — стандарт.
|
||||
|
||||
**Исправление:** Добавить viewport meta через Code Snippets на dsu-project.ru (output buffering).
|
||||
|
||||
### 1.2 WordPress 4.9.13 — критически устаревшая
|
||||
|
||||
**Проблема:** WP 4.9.13 (декабрь 2017), минимум 50+ известных уязвимостей. Readme.html доступен, раскрывает WP.
|
||||
|
||||
**Риск:** RCE, XSS, SQL injection.
|
||||
|
||||
**Исправление:** Обновить WordPress до 6.x (рискованно с кастомной темой) или заблокировать readme.html, скрыть WP-версию.
|
||||
|
||||
### 1.3 REST API полностью открыт (180 маршрутов)
|
||||
|
||||
**Проблема:** `/wp-json/` раскрывает 180 маршрутов, 5 namespaces, имена пользователей (admin, iqnadm01).
|
||||
|
||||
**Исправление:** Ограничить REST API аналогично dsu-project.ru (Code Snippet #10).
|
||||
|
||||
### 1.4 Отсутствуют все security-заголовки
|
||||
|
||||
| Заголовок | Статус |
|
||||
|-----------|--------|
|
||||
| Content-Security-Policy | MISSING |
|
||||
| X-Frame-Options | MISSING |
|
||||
| X-Content-Type-Options | MISSING |
|
||||
| Referrer-Policy | MISSING |
|
||||
| Permissions-Policy | MISSING |
|
||||
| X-XSS-Protection | MISSING |
|
||||
|
||||
**Присутствуют:** HSTS (max-age=31536000), Server: nginx.
|
||||
|
||||
**Исправление:** Добавить через Code Snippets (аналогично dsu-project.ru).
|
||||
|
||||
### 1.5 HTTP mixed content
|
||||
|
||||
**Проблема:** 3 ссылки с `http://www.iqon.com/` на HTTPS-сайте:
|
||||
- `http://www.iqon.com/hows-business/` (header image link)
|
||||
- `http://www.iqon.com/wp-content/uploads/2012/05/homepage.png` (hero image)
|
||||
- `http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png` (og:image)
|
||||
|
||||
**Исправление:** Заменить через output buffering или прямое исправление в БД.
|
||||
|
||||
---
|
||||
|
||||
## 2. SEO проблемы
|
||||
|
||||
### 2.1 Критические SEO ошибки
|
||||
|
||||
| Проблема | Детали |
|
||||
|----------|--------|
|
||||
| **Нет viewport meta** | Сайт не адаптивный для Google Mobile-First |
|
||||
| **og:image использует HTTP** | `http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png` |
|
||||
| **og:site_name = "- IQON"** | Дефис перед названием — ошибка |
|
||||
| **Кириллические URL-encoded страницы** | 29 страниц типа `/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-.../` |
|
||||
| **Дубли страниц в sitemap** | `/contact/` ×2, `/homepage/` ×3, `/industry-specific-services/` ×2 |
|
||||
| **Контент не обновлялся с 2013** | `article:modified_time` = 2013-07-25 |
|
||||
| **H1 = статья, не заголовок страницы** | H1 содержит ссылку на case study вместо заголовка сайта |
|
||||
|
||||
### 2.2 Отсутствующие мета-данные
|
||||
|
||||
- Нет `<title>` отличного от "How's business?" (слишком общий, без бренда)
|
||||
- Нет `<link rel="icon">` (favicon)
|
||||
- Нет Twitter Card тегов
|
||||
- Нет canonical на внутренних страницах (не проверено, но Yoast должен добавить)
|
||||
|
||||
### 2.3 Изображения без alt
|
||||
|
||||
| Изображение | alt |
|
||||
|-------------|-----|
|
||||
| `homepage.png` (hero) | ОТСУТСТВУЕТ |
|
||||
| `Poza_website_CaseStudy-208x142.jpg` | ОТСУТВУЕТ |
|
||||
| `logo.png` | "– IQON" (декодируется как `– IQON`, с дефисом) |
|
||||
| `logo-footer.png` | "– IQON" (тот же дефис) |
|
||||
|
||||
---
|
||||
|
||||
## 3. Дизайн-аудит vs Open Design
|
||||
|
||||
### 3.1 Текущий дизайн iqon.com
|
||||
|
||||
| Параметр | Значение |
|
||||
|----------|----------|
|
||||
| **Ширина** | 960px фиксированная |
|
||||
| **Шрифты** | HelveticaNeueLTPro (2 веса: 35 Thin, 45 Light) + Arial |
|
||||
| **Формат шрифтов** | EOT + WOFF + TTF (2012, нет WOFF2) |
|
||||
| **Акцентный цвет** | `#fbc100` (жёлтый) — меню, линии, кнопки |
|
||||
| **Текстовый цвет** | `#4c4c4c` (серый) |
|
||||
| **Заголовки** | `#000000` (чёрный) |
|
||||
| **Фон** | Белый, нет CSS-переменных |
|
||||
| **Дизайн-система** | Нет — произвольные размеры (12/15/16/18/20/23/32px) |
|
||||
| **Сетка** | Нет — position: absolute, float |
|
||||
| **Адаптивность** | Нет — 0 media queries |
|
||||
| **Семантика** | Нет — div-based layout, нет nav/main/section/footer |
|
||||
|
||||
### 3.2 Сравнение с Corporate (Open Design)
|
||||
|
||||
| Аспект | iqon.com | Corporate |
|
||||
|--------|----------|-----------|
|
||||
| **Primary color** | `#fbc100` (одиночный акцент) | `#3B82F6` (primary) + `#8B5CF6` (secondary) |
|
||||
| **Typography scale** | Произвольная (12/15/16/18/20/23/32) | Модульная (12/14/16/20/24/32) |
|
||||
| **Spacing** | Нет системы (3/5/10/15/20/27/30/35/40px) | 8pt grid |
|
||||
| **Layout** | position:absolute + float | Grid + Flexbox |
|
||||
| **Font weights** | 2 (thin + light) | 5 (400-800) |
|
||||
| **Border radius** | 0 (прямые углы) | Consistent (8/12/20px) |
|
||||
| **Responsive** | Нет | Mobile-first |
|
||||
| **Semantic HTML** | Нет (div#header, div#menu) | HTML5 semantic |
|
||||
|
||||
### 3.3 Сравнение с Clean (Open Design)
|
||||
|
||||
| Аспект | iqon.com | Clean |
|
||||
|--------|----------|-----------|
|
||||
| **Visual style** | Corporate 2012 | Minimal, whitespace-driven |
|
||||
| **Color palette** | 1 акцент + серый текст | Primary + neutral system |
|
||||
| **Layout** | Fixed 960px | Fluid + responsive |
|
||||
| **Animation** | Нет | CSS transitions 150-250ms |
|
||||
| **Accessibility** | Нет focus ring, нет skip link | WCAG compliance built-in |
|
||||
|
||||
---
|
||||
|
||||
## 4. new_redesign — существующий прототип
|
||||
|
||||
В `~/development/iqon/new_redesign/` есть уже разработанный прототип редизайна:
|
||||
|
||||
### 4.1 Дизайн-система прототипа
|
||||
|
||||
| Параметр | Значение |
|
||||
|----------|----------|
|
||||
| **Фон** | `#09090b` (тёмный) |
|
||||
| **Акцент** | `#ffd000` (жёлтый, как у оригинала) |
|
||||
| **Surface** | `#18181b` |
|
||||
| **Шрифты** | Space Grotesk (4 веса) + Sora (5 весов) |
|
||||
| **Radius** | 8/12/20px |
|
||||
| **Transitions** | cubic-bezier с spring-эффектами |
|
||||
| **Viewport** | `<meta name="viewport">` — адаптивный |
|
||||
| **Semantic HTML** | `<header>`, `<nav>`, `<main>` — да |
|
||||
| **SVG логотип** | Да, с градиентом |
|
||||
| **Backdrop filter** | `blur(20px)` на topbar |
|
||||
| **Grid** | CSS Grid для навигации и layout |
|
||||
|
||||
**Проблема:** Прототип использует тёмную тему (`#09090b` фон), что кардинально отличается от оригинального белого дизайна iqon.com. Тёмная тема подходит для tech/startup, но может не соответствовать корпоративному IT-консалтингу.
|
||||
|
||||
### 4.2 Светлый вариант (styles.css в корне)
|
||||
|
||||
Есть альтернативный `styles.css` в корне `~/development/iqon/` с светлой палитрой:
|
||||
- `--bg: #f1f1ef`
|
||||
- `--surface: #ffffff`
|
||||
- `--ink: #0a0a0a`
|
||||
- `--accent: #ffd000` (жёлтый, сохранён)
|
||||
|
||||
---
|
||||
|
||||
## 5. Нерешённые технические проблемы (из предыдущей сессии)
|
||||
|
||||
| # | Проблема | Статус |
|
||||
|---|----------|--------|
|
||||
| C1 | `$binary{0}` PHP 8 fatal | Исправлен (→ `$binary[0]`) |
|
||||
| C2 | `$_GET["page"]` undefined | Исправлен (→ `$_GET["page"] ?? 1`) |
|
||||
| C3 | PHP warnings в category.php | Исправлен (error_reporting) |
|
||||
| C4 | jQuery 1.7.2 + UI 1.8.18 XSS | Обновлено до 3.7.1 + 1.13.2 |
|
||||
| C5 | Мёртвый GA-UA (UA-42729516) | Файл очищен |
|
||||
| — | WordPress 4.9.13 устаревшая | Не исправлено |
|
||||
| — | REST API 180 маршрутов открыт | Не исправлено |
|
||||
| — | Нет security-заголовков | Не исправлено |
|
||||
| — | Нет viewport meta | Не исправлено |
|
||||
| — | HTTP mixed content | Не исправлено |
|
||||
| — | CAPTCHA jquery.realperson.min.js может сломаться | Не проверено |
|
||||
|
||||
---
|
||||
|
||||
## 6. План изменений
|
||||
|
||||
### Фаза 1: Критические исправления (1-2 часа, через Code Snippets)
|
||||
|
||||
Через Code Snippets на dsu-project.ru (оба сайта на одном аккаунте u0012812).
|
||||
|
||||
| # | Исправление | Метод |
|
||||
|---|-------------|-------|
|
||||
| 1 | Viewport meta `<meta name="viewport" content="width=device-width, initial-scale=1.0">` | Output buffering |
|
||||
| 2 | REST API ограничение (требовать авторизацию, кроме oembed/yoast) | `rest_authentication_errors` filter |
|
||||
| 3 | Security-заголовки (CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy) | `send_headers` action |
|
||||
| 4 | HTTP→HTTPS замена всех ссылок | Output buffering |
|
||||
| 5 | Удалить WP generator meta + заблокировать readme.html | `the_generator` filter + redirect |
|
||||
| 6 | Alt тексты для 4 изображений | Output buffering |
|
||||
| 7 | Skip link после `<body>` | Output buffering |
|
||||
| 8 | Focus-visible CSS | `wp_head` action |
|
||||
| 9 | xmlrpc.php заблокировать | `xmlrpc_enabled` filter |
|
||||
| 10 | Исправить og:site_name (убрать дефис) | Yoast filter |
|
||||
| 11 | Исправить title (добавить "| IQON") | Yoast filter |
|
||||
|
||||
### Фаза 2: SEO исправления (2-3 часа)
|
||||
|
||||
| # | Исправление | Метод |
|
||||
|---|-------------|-------|
|
||||
| 12 | Убрать дубли страниц из sitemap (contact/ ×2, homepage/ ×3) | Yoast SEO settings |
|
||||
| 13 | 29 кириллических URL-encoded страниц → noindex или 301 | Yoast SEO / update_post_meta |
|
||||
| 14 | H1 на главной — заменить на заголовок сайта, не статью | Output buffering |
|
||||
| 15 | Добавить og:image с HTTPS URL | Yoast filter |
|
||||
| 16 | Favicon если отсутствует | wp_head |
|
||||
|
||||
### Фаза 3: Редизайн (выбор стратегии)
|
||||
|
||||
**Вариант А: Деплой new_redesign (1-2 дня)**
|
||||
- Заменить тему iqon на статический HTML из `new_redesign/`
|
||||
- Выбрать светлую палитру (styles.css в корне) или тёмную (new_redesign/)
|
||||
- Сохранить структуру URL и SEO-мета через 301 редиректы
|
||||
- WordPress → статический HTML + Cloudflare/CDN
|
||||
|
||||
**Вариант Б: WordPress тема на основе new_redesign (1-2 недели)**
|
||||
- Конвертировать new_redesign в WordPress тему
|
||||
- Сохранить текущий контент и URL-структуру
|
||||
- CSS custom properties для теминга
|
||||
- Миграция контента из 2012-го формата
|
||||
|
||||
**Вариант В: Косметический ремонт текущего сайта (3-5 часов)**
|
||||
- Добавить viewport meta и media queries
|
||||
- Унифицировать цвета через CSS custom properties
|
||||
- Заменить @font-face на WOFF2 + system font stack
|
||||
- Добавить семантические HTML5 теги (nav, main, footer)
|
||||
|
||||
### Рекомендация для iqon.com
|
||||
|
||||
IQON — международная IT-консалтинговая компания. Сайт не обновлялся 13 лет. Контент устарел (последнее обновление 2013). Наиболее целесообразный вариант:
|
||||
|
||||
**Вариант А (деплой new_redesign)** — если контент будет переписан.
|
||||
**Вариант В (косметический ремонт)** — если нужно быстро «оживить» текущий сайт.
|
||||
|
||||
Вариант Б (WP тема) не рекомендуется — контент всё равно требует обновления, а WP 4.9.13 — критический риск безопасности.
|
||||
|
||||
---
|
||||
|
||||
## 7. Референс: дизайн-системы
|
||||
|
||||
Из Open Design для iqon.com (B2B IT-консалтинг):
|
||||
|
||||
| Система | Категория | Рекомендация |
|
||||
|---------|-----------|--------------|
|
||||
| **Corporate** | Professional | Оптимальна для iqon.com — enterprise, структурированный |
|
||||
| **Clean** | Minimal | Второй вариант — чистый, минималистичный |
|
||||
| **Bold** | Bold | Если нужен яркий бренд — primary `#0077BC` близок к IQON жёлтому по контрасту |
|
||||
|
||||
**Текущий акцентный цвет `#fbc100` (жёлтый)** — сохранён в new_redesign как `#ffd000`. Corporate и Clean используют `#3B82F6` (синий), что типичнее для IT-консалтинга. Но жёлтый — часть бренда IQON с 2012 года.
|
||||
|
||||
---
|
||||
|
||||
*Updated: 18 May 2026*
|
||||
@@ -0,0 +1,36 @@
|
||||
# BEGIN WordPress
|
||||
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
|
||||
# dynamically generated, and should only be modified via WordPress filters.
|
||||
# Any changes to the directives between these markers will be overwritten.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
|
||||
# END WordPress
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^iqon\.md$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqon\.md$
|
||||
RewriteRule ^/?$ "http\:\/\/www\.iqon\.kz\/" [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^iqonrussia\.kz$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqonrussia\.kz$
|
||||
RewriteRule ^/?$ "http\:\/\/www\.iqon\.kz\/" [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^iqonrussia\.ru$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqonrussia\.ru$
|
||||
RewriteRule ^/?$ "http\:\/\/www\.iqon\.kz\/" [R=301,L]
|
||||
|
||||
|
||||
|
||||
<Files "wp-login.php">
|
||||
AuthType Basic
|
||||
AuthName "please use your control panel password"
|
||||
AuthUserFile /var/www/u0012812/data/etc/users
|
||||
Require valid-user
|
||||
</Files>
|
||||
@@ -0,0 +1,149 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>How’s business? – IQON | How's Business?</title>
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
|
||||
|
||||
<!-- This site is optimized with the Yoast SEO plugin v27.3 - https://yoast.com/product/yoast-seo-wordpress/ -->
|
||||
<title>How’s business?</title>
|
||||
<meta name="description" content="We at Iqon, just like you, are business results driven. We’re not in the business of consultancy, technology and outsourcing for IT’s sake but to offer state of the art information services that could really help your business make a quantum leap." />
|
||||
<link rel="canonical" href="https://iqon.com/" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="How’s business?" />
|
||||
<meta property="og:description" content="We at Iqon, just like you, are business results driven. We’re not in the business of consultancy, technology and outsourcing for IT’s sake but to offer state of the art information services that could really help your business make a quantum leap." />
|
||||
<meta property="og:url" content="https://iqon.com/" />
|
||||
<meta property="og:site_name" content="- IQON" />
|
||||
<meta property="article:modified_time" content="2013-07-25T11:19:25+00:00" />
|
||||
<meta property="og:image" content="http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png" />
|
||||
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/iqon.com\/","url":"https:\/\/iqon.com\/","name":"How’s business?","isPartOf":{"@id":"https:\/\/iqon.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/iqon.com\/#primaryimage"},"image":{"@id":"https:\/\/iqon.com\/#primaryimage"},"thumbnailUrl":"http:\/\/www.iqon.com\/wp-content\/uploads\/2012\/05\/imagine-text-home.png","datePublished":"2012-05-03T06:38:27+00:00","dateModified":"2013-07-25T11:19:25+00:00","description":"We at Iqon, just like you, are business results driven. We’re not in the business of consultancy, technology and outsourcing for IT’s sake but to offer state of the art information services that could really help your business make a quantum leap.","breadcrumb":{"@id":"https:\/\/iqon.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iqon.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iqon.com\/#primaryimage","url":"http:\/\/www.iqon.com\/wp-content\/uploads\/2012\/05\/imagine-text-home.png","contentUrl":"http:\/\/www.iqon.com\/wp-content\/uploads\/2012\/05\/imagine-text-home.png"},{"@type":"BreadcrumbList","@id":"https:\/\/iqon.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/iqon.com\/#website","url":"https:\/\/iqon.com\/","name":"- IQON","description":"How's Business?","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iqon.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
|
||||
<!-- / Yoast SEO plugin. -->
|
||||
|
||||
|
||||
<link rel='dns-prefetch' href='//ajax.googleapis.com' />
|
||||
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://iqon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fiqon.com%2F" />
|
||||
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://iqon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fiqon.com%2F&format=xml" />
|
||||
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
|
||||
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
|
||||
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
|
||||
</style>
|
||||
<style id='wp-emoji-styles-inline-css' type='text/css'>
|
||||
|
||||
img.wp-smiley, img.emoji {
|
||||
display: inline !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
height: 1em !important;
|
||||
width: 1em !important;
|
||||
margin: 0 0.07em !important;
|
||||
vertical-align: -0.1em !important;
|
||||
background: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
/*# sourceURL=wp-emoji-styles-inline-css */
|
||||
</style>
|
||||
<style id='wp-block-library-inline-css' type='text/css'>
|
||||
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
|
||||
|
||||
/*# sourceURL=wp-block-library-inline-css */
|
||||
</style>
|
||||
<style id='classic-theme-styles-inline-css' type='text/css'>
|
||||
/*! This file is auto-generated */
|
||||
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
|
||||
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
|
||||
</style>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js?ver=3.7.1" id="jquery-js"></script>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js?ver=1.13.2" id="jquery-ui-js"></script>
|
||||
<link rel="https://api.w.org/" href="https://iqon.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://iqon.com/wp-json/wp/v2/pages/70" /><link rel='shortlink' href='https://iqon.com/' />
|
||||
<link rel="stylesheet" type="text/css" href="https://iqon.com/wp-content/themes/iqon/css/style.css?v=1340717345" />
|
||||
<link rel="stylesheet" type="text/css" href="https://iqon.com/wp-content/themes/iqon/css/fonts/fonts.css?v=1340717345" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="line" class="line-homepage"></div>
|
||||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<div id="logo">
|
||||
<a href="https://iqon.com" title="– IQON"><img src="https://iqon.com/wp-content/themes/iqon/images/logo.png" alt="– IQON" /></a>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form action="https://iqon.com" method="GET" id="searchForm">
|
||||
<input type="text" value="" data-default="Search" name="s" />
|
||||
<input type="submit" value="GO" class="submit" />
|
||||
</form>
|
||||
</div>
|
||||
<div id="flags_language_selector" style="margin:10px;text-align:right"></div >
|
||||
</div>
|
||||
<div id="menu"> <a id="mainMenu_73" href="https://iqon.com/hows-business/" title="How's Business?™" >How's Business?™</a>
|
||||
<a id="mainMenu_74" href="https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/" title="Services & Solutions" >Services & Solutions</a>
|
||||
<a id="mainMenu_81" href="https://iqon.com/case-studies/" title="Case studies" >Case studies</a>
|
||||
<a id="mainMenu_80" href="https://iqon.com/careers/" title="Careers" >Careers</a>
|
||||
<a id="mainMenu_72" href="https://iqon.com/contact/" title="Contact" >Contact</a>
|
||||
</div>
|
||||
<div id="header-image-home">
|
||||
<a href="http://www.iqon.com/hows-business/"> <img src="http://www.iqon.com/wp-content/uploads/2012/05/homepage.png" />
|
||||
</a> </div>
|
||||
<div id="menu-services">
|
||||
<a href="https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/" title="Enterprise Management & Decision Support Solutions" >Enterprise Management & Decision Support Solutions</a>
|
||||
<a href="https://iqon.com/services-solutions/industry-specific-services/" title="Industry Specific Services" >Industry Specific Services</a>
|
||||
<a href="https://iqon.com/services-solutions/is-advisory-services/" title="IS Advisory Services" >IS Advisory Services</a>
|
||||
<a href="https://iqon.com/services-solutions/it-infrastructure-services/" title="IT Infrastructure Services" >IT Infrastructure Services</a>
|
||||
<a href="https://iqon.com/services-solutions/mobility-consulting-services/" title="Mobility Consulting Services" >Mobility Consulting Services</a>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="linie-interior" class="margintop10"></div>
|
||||
<div id="content">
|
||||
<h1><a href="https://iqon.com/iqon-implements-the-vblock-platform-as-part-of-an-it-cloud-consolidation-project-unique-in-southeast-europe/">Iqon implements the "vBlock" platform as part of an IT - Cloud consolidation project, unique in Southeast Europe</a></h1>
|
||||
<h2>"The shifting of the IT&C infrastructure into Cloud was a success for Rompetrol. From my point of view, the vBlock’s platform major advantage can be expressed in four simple words: best value for money." - Askar Zhakenov, Group IT Director Rompetrol</h2>
|
||||
<div class="contentleft">
|
||||
<div class="container_imagine">
|
||||
<a href="https://iqon.com/iqon-implements-the-vblock-platform-as-part-of-an-it-cloud-consolidation-project-unique-in-southeast-europe/"><img src="https://iqon.com/wp-content/uploads/2012/06/Poza_website_CaseStudy-208x142.jpg" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contentright">
|
||||
<p>At the end of 2010, in the midst of the operational excellence achievement process and following the launch of the SAP implementation program, the Rompetrol Group opted for the development of an IT&C infrastructure in the Cloud (private cloud), a solution based on vBlock and offered by the VCE alliance (Cisco, EMC and Vmware). The project was meant to provision resources for the SAP environment, together with the “private cloud” consolidation of 575 physical servers and 11 storage systems: it was a major success for Rompetrol and the Romanian market. The implementation process completed, the company estimates a 22% ROI (Return on Investment) rate, and a 64% IRR (Internal Rate of Return).</p>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="linie-interior"></div>
|
||||
<div id="content-footer">
|
||||
<div class="cf">
|
||||
<h3>Latest Case Studies</h3>
|
||||
<a href="https://iqon.com/iqon-implements-the-vblock-platform-as-part-of-an-it-cloud-consolidation-project-unique-in-southeast-europe/">» Iqon implements the "vBlock" platform as part of an IT - Cloud consolidation project, unique in Southeast Europe</a><br />
|
||||
</div>
|
||||
<div class="cf">
|
||||
<h3>Our Services</h3>
|
||||
<a href="https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/" title="Enterprise Management & Decision Support Solutions">» Enterprise Management & Decision Support Solutions</a><br />
|
||||
<a href="https://iqon.com/services-solutions/industry-specific-services/" title="Industry Specific Services">» Industry Specific Services</a><br />
|
||||
<a href="https://iqon.com/services-solutions/is-advisory-services/" title="IS Advisory Services">» IS Advisory Services</a><br />
|
||||
<a href="https://iqon.com/services-solutions/it-infrastructure-services/" title="IT Infrastructure Services">» IT Infrastructure Services</a><br />
|
||||
<a href="https://iqon.com/services-solutions/mobility-consulting-services/" title="Mobility Consulting Services">» Mobility Consulting Services</a><br />
|
||||
</div>
|
||||
<div class="cf noborder lineheight14">
|
||||
<h3>Contact</h3>
|
||||
10th Montreal Square, 2nd Floor, Office 2.10, Bucharest - 1, 011469, Romania
|
||||
<br /><br />T: +4 037 239 0880
|
||||
<br />F: +4 037 261 2608
|
||||
<br /><br /><a href="mailto:office@iqon.com">office@iqon.com</a>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="linie-interior"></div>
|
||||
<div id="content-footer-bottom">
|
||||
<a href="https://iqon.com" title="– IQON">Home</a>
|
||||
| <a id="mainMenu_73" href="https://iqon.com/hows-business/" title="How's Business?™" >How's Business?™</a>
|
||||
| <a id="mainMenu_74" href="https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/" title="Services & Solutions" >Services & Solutions</a>
|
||||
| <a id="mainMenu_81" href="https://iqon.com/case-studies/" title="Case studies" >Case studies</a>
|
||||
| <a id="mainMenu_80" href="https://iqon.com/careers/" title="Careers" >Careers</a>
|
||||
| <a id="mainMenu_72" href="https://iqon.com/contact/" title="Contact" >Contact</a>
|
||||
<br />
|
||||
<div id="copy">2016 © Copyright IQON. All rights reserved.</div>
|
||||
<div id="logo-bottom">
|
||||
<a href="https://iqon.com" title="– IQON"><img src="https://iqon.com/wp-content/themes/iqon/images/logo-footer.png" alt="– IQON" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
\n</body>
|
||||
</html>
|
||||
@@ -0,0 +1,67 @@
|
||||
IQON BACKUP FILE LISTING
|
||||
==========================
|
||||
|
||||
Generated: 2026-05-18 09:53:05
|
||||
Theme dir: /var/www/u0012812/data/www/iqon.com/wp-content/themes/iqon/
|
||||
|
||||
meniu-services.php|1050|2026-05-15
|
||||
contactro.php|7867|2016-06-14
|
||||
search.php|2290|2012-06-26
|
||||
paginare-script.php|1466|2012-06-26
|
||||
meniu-services.php.bak|1022|2026-05-15
|
||||
google0ebaafd23cef1b29.html|53|2013-07-25
|
||||
css/jquery.realperson.css|526|2012-06-26
|
||||
css/style.css|7275|2012-06-26
|
||||
css/fonts/iqon_35_thin-webfont.woff|27708|2012-06-26
|
||||
css/fonts/iqon_35_thin-webfont.ttf|53312|2012-06-26
|
||||
css/fonts/iqon_35_thin-webfont.eot|24826|2012-06-26
|
||||
css/fonts/iqon_45_light-webfont.eot|24207|2012-06-26
|
||||
css/fonts/fonts.css|794|2012-06-26
|
||||
css/fonts/iqon_45_light-webfont.woff|27160|2012-06-26
|
||||
css/fonts/iqon_45_light-webfont.ttf|52588|2012-06-26
|
||||
contactkz.php|7936|2026-05-16
|
||||
meniu.php|524|2012-06-26
|
||||
footer.php|6077|2026-05-15
|
||||
home.php|1330|2012-06-26
|
||||
analyticstracking.php.bak|45|2026-05-16
|
||||
it_IT.mo|164147|2013-05-17
|
||||
screenshot.png|168167|2012-06-26
|
||||
images/bg-menu-active.png|136|2012-06-26
|
||||
images/send_message.png|2587|2012-06-26
|
||||
images/read.png|1855|2012-06-26
|
||||
images/submeniu-inactive.png|334|2012-06-26
|
||||
images/icon-arrow.png|1072|2012-06-26
|
||||
images/logo-footer.png|1761|2012-06-26
|
||||
images/download_pdf.png|1650|2012-06-26
|
||||
images/bg-menu.png|328|2012-06-26
|
||||
images/submit_cv.png|1905|2012-06-26
|
||||
images/colt-meniu.png|134|2012-06-26
|
||||
images/rss.png|811|2012-06-26
|
||||
images/facebook.png|744|2012-06-26
|
||||
images/logo.png|3288|2012-06-26
|
||||
images/twitter.png|694|2012-06-26
|
||||
images/read_job.png|1543|2012-06-26
|
||||
images/submeniu-active.png|371|2012-06-26
|
||||
images/download_case_study.png|3080|2012-06-26
|
||||
category.php.bak|3741|2026-05-16
|
||||
contactkz.php.bak2|7930|2026-05-16
|
||||
header.php|7243|2026-05-15
|
||||
paginare-template.php|998|2012-06-26
|
||||
category.php|3786|2026-05-16
|
||||
functions.php.bak|15546|2026-05-16
|
||||
analyticstracking.php|45|2026-05-16
|
||||
editor-style.css|0|2012-06-26
|
||||
style.css|116|2013-05-16
|
||||
single.php|2641|2013-05-18
|
||||
page.php|1354|2012-06-26
|
||||
class.phpmailer.php|81748|2012-06-26
|
||||
ru_RU.mo|206915|2013-05-17
|
||||
index.php|11|2012-06-26
|
||||
footer.php.bak|5817|2026-05-15
|
||||
js/jquery.realperson.min.js|5052|2012-06-26
|
||||
header.php.bak|7041|2026-05-15
|
||||
functions.php|15546|2026-05-16
|
||||
contactkz.php.bak|7900|2026-05-16
|
||||
|
||||
--- WP-CONFIG EXISTS: YES
|
||||
--- .HTACCESS EXISTS: YES
|
||||
@@ -0,0 +1,280 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//iqon.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://iqon.com/</loc>
|
||||
<lastmod>2013-07-25T11:19:25+00:00</lastmod>
|
||||
<image:image>
|
||||
<image:loc>http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png</image:loc>
|
||||
</image:image>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/</loc>
|
||||
<lastmod>2012-05-03T06:22:32+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/industry-specific-services/</loc>
|
||||
<lastmod>2012-05-03T06:28:50+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/industry-specific-services/</loc>
|
||||
<lastmod>2012-05-03T06:28:50+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/</loc>
|
||||
<lastmod>2012-05-04T12:52:30+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/enterprise-information-management/</loc>
|
||||
<lastmod>2012-05-04T12:55:19+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/managed-services/</loc>
|
||||
<lastmod>2012-05-09T03:24:58+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/customer-intelligence-solutions/</loc>
|
||||
<lastmod>2012-05-09T03:26:00+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/enterprise-management-systems/</loc>
|
||||
<lastmod>2012-05-09T03:27:08+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/enterprise-management-decision-support-solutions/enterprise-orchestration/</loc>
|
||||
<lastmod>2012-05-09T03:29:16+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/industry-specific-services/energy-utilities/</loc>
|
||||
<lastmod>2012-05-09T03:31:13+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/industry-specific-services/telecommunication/</loc>
|
||||
<lastmod>2012-05-09T03:35:56+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/industry-specific-services/retail-wholesail/</loc>
|
||||
<lastmod>2012-05-09T03:37:41+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/industry-specific-services/logistics-transport/</loc>
|
||||
<lastmod>2012-05-09T03:38:41+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/industry-specific-services/manufacturing-process/</loc>
|
||||
<lastmod>2012-05-09T03:39:12+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/industry-specific-services/</loc>
|
||||
<lastmod>2012-05-09T03:39:35+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/is-advisory-services/it-strategy-governance/</loc>
|
||||
<lastmod>2012-05-09T03:40:55+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/is-advisory-services/</loc>
|
||||
<lastmod>2012-05-09T03:41:26+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/is-advisory-services/is-regulatory-and-compliance-services/</loc>
|
||||
<lastmod>2012-05-09T03:42:07+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/is-advisory-services/business-continuity-and-disaster-recovery-planning-services/</loc>
|
||||
<lastmod>2012-05-09T03:42:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/is-advisory-services/information-security-services/</loc>
|
||||
<lastmod>2012-05-09T03:53:47+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/is-advisory-services/business-technology-enterprise-architecture/</loc>
|
||||
<lastmod>2012-05-09T03:54:30+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/it-infrastructure-services/end-user-computing-technology-solutions/</loc>
|
||||
<lastmod>2012-05-09T03:57:14+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/it-infrastructure-services/infrastructure-management-consulting/</loc>
|
||||
<lastmod>2012-05-09T03:57:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/it-infrastructure-services/</loc>
|
||||
<lastmod>2012-05-09T03:59:50+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/mobility-consulting-services/</loc>
|
||||
<lastmod>2012-05-09T04:12:35+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/it-infrastructure-services/it-infrastructure-transformation-services/</loc>
|
||||
<lastmod>2012-05-11T00:49:48+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/mobility-consulting-services/mobility-software-services-applications/</loc>
|
||||
<lastmod>2012-05-11T00:57:13+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/mobility-consulting-services/mobility-managed-services/</loc>
|
||||
<lastmod>2012-05-11T00:57:17+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/mobility-consulting-services/mobility-business-integration-services/</loc>
|
||||
<lastmod>2012-05-11T00:57:25+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/services-solutions/mobility-consulting-services/mobility-software-services-devices-and-platforms/</loc>
|
||||
<lastmod>2012-05-11T00:57:51+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/</loc>
|
||||
<lastmod>2013-05-17T11:20:07+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/hows-business/</loc>
|
||||
<lastmod>2013-05-20T16:11:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d0%ba%d0%b0%d0%ba-%d0%b8%d0%b4%d0%b5%d1%82-%d0%b1%d0%b8%d0%b7%d0%bd%d0%b5%d1%81/</loc>
|
||||
<lastmod>2013-05-20T16:21:27+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/enterprise-management-decision-support-solutions/enterprise-orchestration/</loc>
|
||||
<lastmod>2013-05-20T18:45:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/enterprise-management-decision-support-solutions/enterprise-management-systems/</loc>
|
||||
<lastmod>2013-05-20T18:54:03+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/enterprise-management-decision-support-solutions/customer-intelligence-solutions/</loc>
|
||||
<lastmod>2013-05-20T19:07:13+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/enterprise-management-decision-support-solutions/enterprise-information-management/</loc>
|
||||
<lastmod>2013-05-20T19:47:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/it-infrastructure-services/</loc>
|
||||
<lastmod>2013-05-20T19:52:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/it-infrastructure-services/infrastructure-management-consulting/</loc>
|
||||
<lastmod>2013-05-20T20:04:11+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/it-infrastructure-services/it-infrastructure-transformation-services/</loc>
|
||||
<lastmod>2013-05-20T20:25:10+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/it-infrastructure-services/end-user-computing-technology-solutions/</loc>
|
||||
<lastmod>2013-05-20T20:50:52+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/industry-specific-services/</loc>
|
||||
<lastmod>2013-05-20T20:55:24+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/enterprise-management-decision-support-solutions/managed-services/</loc>
|
||||
<lastmod>2013-05-20T20:56:19+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/industry-specific-services/logistics-transport/</loc>
|
||||
<lastmod>2013-05-20T21:07:43+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/industry-specific-services/retail-wholesail/</loc>
|
||||
<lastmod>2013-05-20T21:30:38+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/industry-specific-services/telecommunication/</loc>
|
||||
<lastmod>2013-05-20T21:45:21+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/industry-specific-services/energy-utilities/</loc>
|
||||
<lastmod>2013-05-20T21:54:37+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/industry-specific-services/manufacturing-process/</loc>
|
||||
<lastmod>2013-05-20T21:58:59+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/mobility-consulting-services/</loc>
|
||||
<lastmod>2013-05-20T22:02:54+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/mobility-consulting-services/mobility-software-services-applications/</loc>
|
||||
<lastmod>2013-05-20T22:06:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/mobility-consulting-services/mobility-managed-services/</loc>
|
||||
<lastmod>2013-05-20T22:13:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/mobility-consulting-services/mobility-software-services-devices-and-platforms/</loc>
|
||||
<lastmod>2013-05-20T22:19:24+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/mobility-consulting-services/mobility-business-integration-services/</loc>
|
||||
<lastmod>2013-05-20T22:22:30+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/is-advisory-services/</loc>
|
||||
<lastmod>2013-05-20T22:27:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/is-advisory-services/business-continuity-and-disaster-recovery-planning-services/</loc>
|
||||
<lastmod>2013-05-20T22:30:45+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/is-advisory-services/business-technology-enterprise-architecture/</loc>
|
||||
<lastmod>2013-05-20T22:35:11+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/is-advisory-services/it-strategy-governance/</loc>
|
||||
<lastmod>2013-05-20T22:46:17+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/is-advisory-services/information-security-services/</loc>
|
||||
<lastmod>2013-05-20T22:55:16+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/is-advisory-services/is-regulatory-and-compliance-services/</loc>
|
||||
<lastmod>2013-05-20T22:59:29+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/contact/</loc>
|
||||
<lastmod>2013-07-18T14:12:20+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/contact/</loc>
|
||||
<lastmod>2013-07-23T12:24:21+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/%d1%83%d1%81%d0%bb%d1%83%d0%b3%d0%b8-%d1%80%d0%b5%d1%88%d0%b5%d0%bd%d0%b8%d1%8f/enterprise-management-decision-support-solutions/</loc>
|
||||
<lastmod>2013-07-23T12:27:35+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/homepage/</loc>
|
||||
<lastmod>2013-07-25T11:19:25+00:00</lastmod>
|
||||
<image:image>
|
||||
<image:loc>http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png</image:loc>
|
||||
</image:image>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/homepage/</loc>
|
||||
<lastmod>2013-07-25T11:19:25+00:00</lastmod>
|
||||
<image:image>
|
||||
<image:loc>http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png</image:loc>
|
||||
</image:image>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/homepage/</loc>
|
||||
<lastmod>2013-07-25T11:20:03+00:00</lastmod>
|
||||
<image:image>
|
||||
<image:loc>http://www.iqon.com/wp-content/uploads/2012/05/imagine-text-home.png</image:loc>
|
||||
</image:image>
|
||||
</url>
|
||||
</urlset>
|
||||
<!-- XML Sitemap generated by Yoast SEO -->
|
||||
@@ -0,0 +1,36 @@
|
||||
# BEGIN WordPress
|
||||
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
|
||||
# dynamically generated, and should only be modified via WordPress filters.
|
||||
# Any changes to the directives between these markers will be overwritten.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
|
||||
# END WordPress
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^iqon\.md$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqon\.md$
|
||||
RewriteRule ^/?$ "http\:\/\/www\.iqon\.kz\/" [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^iqonrussia\.kz$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqonrussia\.kz$
|
||||
RewriteRule ^/?$ "http\:\/\/www\.iqon\.kz\/" [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^iqonrussia\.ru$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.iqonrussia\.ru$
|
||||
RewriteRule ^/?$ "http\:\/\/www\.iqon\.kz\/" [R=301,L]
|
||||
|
||||
|
||||
|
||||
<Files "wp-login.php">
|
||||
AuthType Basic
|
||||
AuthName "please use your control panel password"
|
||||
AuthUserFile /var/www/u0012812/data/etc/users
|
||||
Require valid-user
|
||||
</Files>
|
||||
@@ -0,0 +1 @@
|
||||
<?php // GA-UA removed - migrated to GA4 ?>\n
|
||||
@@ -0,0 +1,72 @@
|
||||
<?php error_reporting(E_ERROR | E_PARSE); ?>
|
||||
<?php get_header(); ?>
|
||||
<?php
|
||||
include 'paginare-script.php';
|
||||
?>
|
||||
<?php if (!in_array($selected_object_id, array(1,25,26))) { ?>
|
||||
<div class="contentleft">
|
||||
<h1 class="fontsize20 marginbottom20">Career opportunities:</h1>
|
||||
<?php
|
||||
$categories = get_categories(array('parent'=>7, 'hide_empty' => false));
|
||||
?>
|
||||
<?php foreach ($categories as $cat) { ?>
|
||||
<a href="<?php echo get_category_link($cat->term_id);?>" title="<?php echo $cat->name; ?>" <?php if ($selected_department == $cat->term_id) echo 'class="active"'; ?>>» <?=$cat->name;?> (<?php echo $cat->count; ?>)</a>
|
||||
<div id="linie-punctata"></div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="contentright">
|
||||
<?php } ?>
|
||||
<?php
|
||||
wp_reset_query();
|
||||
if (!intval($selected_department)) $args = array( 'posts_per_page' => $per_page, 'cat' => $selected_object_id, 'post_type' => 'post', 'post_status' => 'publish', 'paged' => $current_page );
|
||||
else $args = array( 'posts_per_page' => $per_page, 'cat' => $selected_department, 'post_type' => 'post', 'post_status' => 'publish', 'paged' => $current_page );
|
||||
query_posts($args);
|
||||
while ( have_posts() ) : the_post();
|
||||
if (in_array($selected_object_id, array(1,25,26))) {
|
||||
$id_featured = 0;
|
||||
if (has_post_thumbnail()) {
|
||||
$id_featured = get_post_thumbnail_id();
|
||||
$imagine_featured = wp_get_attachment_image_src($id_featured, 'post-thumbnail');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php if (in_array($selected_object_id, array(1,25,26))) { ?>
|
||||
<div class="caseStudyRow">
|
||||
<?php if ($id_featured && $imagine_featured[0]) { ?>
|
||||
<div class="container_imagine floatleft marginright20">
|
||||
<a href="<?=get_permalink($latest_case[0]->ID); ?>"><img src="<?=$imagine_featured[0];?>" /></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<h2><a href="<?php echo get_permalink();?>"><?php the_title();?></a></h2>
|
||||
<?php //echo apply_filters('the_content',short_text(get_the_content(), 500));
|
||||
echo short_text(get_the_content(), 500, '...');
|
||||
?>
|
||||
<div class="button_read <?php if ($id_featured && $imagine_featured[0]) { ?>readCaseStudy<?php } else { ?>margintop10<?php } ?>"><a href="<?=get_permalink($latest_case[0]->ID); ?>"><img src="/wp-content/themes/iqon/images/read.png" /></a></div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div class="caseStudyRow">
|
||||
<h2><a href="<?php echo get_permalink();?>"><?php the_title();?></a></h2>
|
||||
<?php //echo apply_filters('the_content',short_text(get_the_content(), 500));
|
||||
echo short_text(get_the_content(), 500, '...');
|
||||
?>
|
||||
<div class="button_read <?php if ($id_featured && $imagine_featured[0]) { ?>readCaseStudy<?php } else { ?>margintop10<?php } ?>"><a href="<?=get_permalink($latest_case[0]->ID); ?>"><img src="/wp-content/themes/iqon/images/read_job.png" /></a></div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php
|
||||
endwhile;
|
||||
wp_reset_query();
|
||||
?>
|
||||
<?php
|
||||
include 'paginare-template.php';
|
||||
?>
|
||||
<?php if (!in_array($selected_object_id, array(1,25,26))) { ?>
|
||||
<?php if ( !have_posts() ) { ?>
|
||||
If you want to apply for a position within the Iqon company, please submit your resume by pressing the following button.<br/><br/>
|
||||
<a href="mailto:office@iqon.com?subject=Submit CV from website"><img src="/wp-content/themes/iqon/images/submit_cv.png" /></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<?php } ?>
|
||||
<?php get_footer(); ?>
|
||||
@@ -0,0 +1,156 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: CONTACTKZ
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
function rpHash($value) {
|
||||
$hash = 5381;
|
||||
$value = strtoupper($value);
|
||||
for($i = 0; $i < strlen($value); $i++) {
|
||||
$hash = (leftShift32($hash, 5) + $hash) + ord(substr($value, $i));
|
||||
}
|
||||
return $hash;
|
||||
}
|
||||
|
||||
// Perform a 32bit left shift
|
||||
function leftShift32($number, $steps) {
|
||||
// convert to binary (string)
|
||||
$binary = decbin($number);
|
||||
// left-pad with 0's if necessary
|
||||
$binary = str_pad($binary, 32, "0", STR_PAD_LEFT);
|
||||
// left shift manually
|
||||
$binary = $binary.str_repeat("0", $steps);
|
||||
// get the last 32 bits
|
||||
$binary = substr($binary, strlen($binary) - 32);
|
||||
// if it's a positive number return it
|
||||
// otherwise return the 2's complement
|
||||
return ($binary[0] == "0" ? bindec($binary) :
|
||||
-(pow(2, 31) - bindec(substr($binary, 1))));
|
||||
}
|
||||
if (!empty($_POST)) {
|
||||
$nume = $_POST['nume'];
|
||||
$email = $_POST['email'];
|
||||
$message = $_POST['mesaj'];
|
||||
$subject = $_POST['subject'];
|
||||
$validation_code = $_POST['validation'];
|
||||
$hash = $_POST['hash'];
|
||||
$hash_not_valid = false;
|
||||
if ($hash != rpHash($validation_code)) {
|
||||
$hash_not_valid = true;
|
||||
}
|
||||
else {
|
||||
require_once 'class.phpmailer.php';
|
||||
$new_mail = new PHPMailer(true);
|
||||
try {
|
||||
$new_mail->AddReplyTo($email, $nume);
|
||||
$admin_email = get_option('admin_email');
|
||||
//dv($admin_email);die();
|
||||
$new_mail->AddAddress($admin_email);
|
||||
//$new_mail->AddAddress('gabriel.ilie@gmail.com', 'Gabriel Ilie');
|
||||
$new_mail->SetFrom('contact@iqon.com', 'CONTACT FORM');
|
||||
$new_mail->Subject = '[IQON CONTACT FORM] '.$nume.' has sent you a message. Subject: '.$subject;
|
||||
$new_mail->AltBody = 'To view the message, please use an HTML compatible email viewer!'; // optional - MsgHTML will create an alternate automatically
|
||||
//$new_mail->MsgHTML(file_get_contents('contents.html'));
|
||||
$html = $nume.' has sent you an message.<br /><b>E-mail:</b> '.$email.'<br /><b>Subject:</b> '.$subject.'<br /><b>Message:</b> '.$message;
|
||||
$new_mail->MsgHTML($html);
|
||||
$new_mail->Send();
|
||||
} catch (phpmailerException $e) {
|
||||
echo $e->errorMessage(); //Pretty error messages from PHPMailer
|
||||
} catch (Exception $e) {
|
||||
echo $e->getMessage(); //Boring error messages from anything else!
|
||||
}
|
||||
|
||||
echo '<script>top.location = "'.get_permalink(12).'?sent=ok";</script>';
|
||||
die();
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php $ascunde_services = true; ?>
|
||||
<?php get_header(); ?>
|
||||
<div class="contentleft">
|
||||
<p><h1 class="fontsize20 marginbottom20">Bucharest Office:</h1>
|
||||
10th Montreal Square, 2nd Floor <br />
|
||||
Office 2.10, 011469 <br />
|
||||
Bucharest - 1, Romania <br />
|
||||
<div id="linie-punctata"></div>
|
||||
T: +4 037 239 0880<br />
|
||||
F: +4 037 261 2608<br />
|
||||
<div id="linie-punctata"></div>
|
||||
<a href="mailto:office@iqon.com">office@iqon.com</a></p>
|
||||
<p><h1 class="fontsize20 marginbottom20">Moscow Office:</h1>
|
||||
ул. Большая Полянка, дом 7/10, стр. 3<br />
|
||||
119180, РФ, г. Москва<br />
|
||||
<div id="linie-punctata"></div>
|
||||
T: +7 965 195 85 26<br />
|
||||
<div id="linie-punctata"></div>
|
||||
<a href="mailto:office@iqon.kz">office@iqon.kz</a></p>
|
||||
<p><h1 class="fontsize20 marginbottom20">Almaty Office:</h1>
|
||||
улица Богенбай батыра 117, кв. 25 <br />
|
||||
05000, Казахстан, г. Алматы<br />
|
||||
<div id="linie-punctata"></div>
|
||||
T: +7 727 267 02 55<br />
|
||||
F: +7 727 267 02 55<br />
|
||||
<div id="linie-punctata"></div>
|
||||
<a href="mailto:office@iqon.kz">office@iqon.kz</a></p>
|
||||
</div>
|
||||
<div class="contentright">
|
||||
<iframe width="700" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=str+montreal+bucuresti+iqon&aq=&sll=44.475036,26.07116&sspn=0.006546,0.016512&t=m&g=str+montreal+bucuresti+nr+10&ie=UTF8&hq=iqon&hnear=Pia%C5%A3a+Montreal,+Sector+1,+Bucure%C8%99ti,+Romania&ll=44.475732,26.069977&spn=0.003828,0.014999&z=16&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=str+montreal+bucuresti+iqon&aq=&sll=44.475036,26.07116&sspn=0.006546,0.016512&t=m&g=str+montreal+bucuresti+nr+10&ie=UTF8&hq=iqon&hnear=Pia%C5%A3a+Montreal,+Sector+1,+Bucure%C8%99ti,+Romania&ll=44.475732,26.069977&spn=0.003828,0.014999&z=16" target="_blank" style="color:#0000FF;text-align:left">View Larger Map</a></small>
|
||||
<h2 class="margintop40">Please fill in the form below <?php if ($_GET['sent'] ?? '' ?? '' ?? '' ?? '' ?? '' ?? ''=='ok') { ?>[Your message has been send.]<?php } ?></h2>
|
||||
<form action="" method="POST" id="formular_contact">
|
||||
<div class="rowInput">
|
||||
<label id="label_name">Your name (required):</label>
|
||||
<input type="text" name="nume" id="name" />
|
||||
</div>
|
||||
<div class="rowInput">
|
||||
<label id="label_email">Your email (required):</label>
|
||||
<input type="text" name="email" id="email" />
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<!--<div class="rowInput">
|
||||
<label>Category:</label>
|
||||
<input type="text" name="name" id="name" />
|
||||
</div>-->
|
||||
<div class="rowInput">
|
||||
<label id="label_subject">Subject:</label>
|
||||
<input type="text" name="subject" id="subject" />
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<div class="rowTextarea">
|
||||
<label id="label_mesaj">Message:</label>
|
||||
<textarea name="mesaj" id="mesaj"></textarea>
|
||||
</div>
|
||||
<div class="rowInput" style="width: 600px!important;">
|
||||
<label id="label_validation">Validation code(required):</label>
|
||||
<input type="text" name="validation" id="validation" value="" data-default="validation code" class="text validation" style="width: 100px!important; text-transform: uppercase;" />
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<input type="submit" class="submitMessage" value="" />
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('#validation').realperson({length: 5, includeNumbers: false, hashName: 'hash'});
|
||||
$('#formular_contact').submit(function(event) {
|
||||
if (!$('#name').val()) {
|
||||
$('#label_name').addClass('notCompleted');
|
||||
event.preventDefault();
|
||||
}
|
||||
else $('#label_name').removeClass('notCompleted');
|
||||
if (!$('#email').val()) {
|
||||
$('#label_email').addClass('notCompleted');
|
||||
event.preventDefault();
|
||||
}
|
||||
else $('#label_email').removeClass('notCompleted');
|
||||
if (!$('#validation').val()) {
|
||||
$('#label_validation').addClass('notCompleted');
|
||||
event.preventDefault();
|
||||
}
|
||||
else $('#label_validation').removeClass('notCompleted');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div class="disclaimer">
|
||||
<strong>Disclaimer:</strong> IQON Romania takes all necessary measures to keep your personal information private and secure. Only authorized IQON Romania staff, Third Party companies (i.e. service providers) staff or our business partners' authorized staff (who have contractually agreed to keep all information secure) have access to your personal information.
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer(); ?>
|
||||
@@ -0,0 +1,120 @@
|
||||
<?php global $meniu, $case_file; ?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php if ($case_file) { ?>
|
||||
<div class="download_case_file">
|
||||
<div class="link"><a target="_blank" href="<?=$case_file;?>"><img src="/wp-content/themes/iqon/images/download_case_study.png" /></a></div>If you would like to read this material later, download the case study's full PDF.
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div id="footer">
|
||||
<div id="linie-interior"></div>
|
||||
<div id="content-footer">
|
||||
<div class="cf">
|
||||
<?php $domain = $_SERVER['SERVER_NAME'];
|
||||
switch($domain) {
|
||||
default :?>
|
||||
<h3>Latest Case Studies</h3>
|
||||
<?php break;
|
||||
case 'www.iqon.kz' :?>
|
||||
<h3>Latest Case Studies RU</h3>
|
||||
<?php break;} ?>
|
||||
<?php
|
||||
wp_reset_query();
|
||||
$args = array( 'posts_per_page' => 5, 'cat' => 1, 'post_type' => 'post', 'post_status' => 'publish' );
|
||||
$latests_case = query_posts($args);
|
||||
wp_reset_query();
|
||||
?>
|
||||
<?php foreach($latests_case as $case) { ?>
|
||||
<a href="<?=get_permalink($case->ID);?>">» <?=$case->post_title;?></a><br />
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="cf">
|
||||
<?php $domain = $_SERVER['SERVER_NAME'];
|
||||
switch($domain) {
|
||||
default :?>
|
||||
<h3>Our Services</h3>
|
||||
<?php break;
|
||||
case 'www.iqon.kz' :?>
|
||||
<h3>Наши услуги</h3>
|
||||
<?php break; }?>
|
||||
<?php
|
||||
$mainMeniu = $meniu[74];
|
||||
$mainMeniu_ru = isset($meniu[279]) ? $meniu[279] : null;
|
||||
$mainMeniu_kz = isset($meniu[282]) ? $meniu[282] : null; ?>
|
||||
<?php if ($mainMeniu){foreach ($mainMeniu->childrens as $services) {
|
||||
?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>">» <?=$services->title;?></a><br />
|
||||
<? }}
|
||||
?>
|
||||
<?php if ($mainMeniu_ru){foreach ($mainMeniu_ru->childrens as $services) {
|
||||
?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>">» <?=$services->title;?></a><br />
|
||||
<? }}
|
||||
?>
|
||||
<?php if ($mainMeniu_kz){foreach ($mainMeniu_kz->childrens as $services) {
|
||||
?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>">» <?=$services->title;?></a><br />
|
||||
<? }}
|
||||
?>
|
||||
</div>
|
||||
<?php $domain = $_SERVER['SERVER_NAME'];
|
||||
switch($domain) {
|
||||
default :?>
|
||||
<div class="cf noborder lineheight14">
|
||||
<h3>Contact</h3>
|
||||
10th Montreal Square, 2nd Floor, Office 2.10, Bucharest - 1, 011469, Romania
|
||||
<br /><br />T: +4 037 239 0880
|
||||
<br />F: +4 037 261 2608
|
||||
<br /><br /><a href="mailto:office@iqon.com">office@iqon.com</a>
|
||||
<?php if(1==0) { ?>
|
||||
<div class="iconite-contact">
|
||||
<a href="#"><img src="/wp-content/themes/iqon/images/twitter.png" /></a>
|
||||
<a href="#"><img src="/wp-content/themes/iqon/images/facebook.png" /></a>
|
||||
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>/feed"><img src="/wp-content/themes/iqon/images/rss.png" /></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php break;
|
||||
case 'www.iqon.kz' :?>
|
||||
<div class="cf noborder lineheight14">
|
||||
<h3>Контакт</h3>
|
||||
ул. Большая Полянка, дом 7/10, стр. 3<br /> 119180, РФ, г. Москва
|
||||
<br /><br />T: +7 965 195 85 26
|
||||
<br /><br /><a href="mailto:office@iqon.kz">office@iqon.kz</a>
|
||||
<?php if(1==0) { ?>
|
||||
<div class="iconite-contact">
|
||||
<a href="#"><img src="/wp-content/themes/iqon/images/twitter.png" /></a>
|
||||
<a href="#"><img src="/wp-content/themes/iqon/images/facebook.png" /></a>
|
||||
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>/feed"><img src="/wp-content/themes/iqon/images/rss.png" /></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php break;} ?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="linie-interior"></div>
|
||||
<div id="content-footer-bottom">
|
||||
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>" title="<?php bloginfo('name'); ?>">Home</a>
|
||||
<?php if ($meniu) { ?>
|
||||
<?php foreach ($meniu as $key=>$mainMenu) { ?>
|
||||
| <a id="mainMenu_<?php echo $mainMenu->ID;?>" href="<?php echo $mainMenu->url; ?>" title="<?php echo $mainMenu->attr_title; ?>" <?php if ($mainMenu->selected) echo 'class="active"'; ?>><?php echo $mainMenu->title; ?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<br />
|
||||
<?php $domain = $_SERVER['SERVER_NAME'];
|
||||
switch($domain) {
|
||||
default :?>
|
||||
<div id="copy">2016 © Copyright IQON. All rights reserved.</div>
|
||||
<?php break;
|
||||
case 'www.iqon.kz' :?>
|
||||
<div id="copy">2016 © Авторское IQON. Все права защищены.</div>
|
||||
<?php break;} ?>
|
||||
<div id="logo-bottom">
|
||||
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>" title="<?php bloginfo('name'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo-footer.png" alt="<?php bloginfo('name'); ?>" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include_once("analyticstracking.php") ?>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,421 @@
|
||||
<?php
|
||||
define('JS_URL', '/wp-content/themes/iqon/js');
|
||||
define('CSS_URL', '/wp-content/themes/iqon/css');
|
||||
define('IMAGE_URL', '/wp-content/themes/iqon/images');
|
||||
|
||||
register_nav_menus( array('principal' => 'Meniu principal') );
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
set_post_thumbnail_size(208,142, true);
|
||||
add_image_size('case-study', 435);
|
||||
/*add_image_size('home-slider', 700, 495, true);
|
||||
add_image_size('article-page', 320, 226, true);
|
||||
add_image_size('listing-article', 160, 113, true);
|
||||
add_image_size('product-image', 560, 420, false);
|
||||
add_image_size('gallery', 9999, 600, false);
|
||||
*/
|
||||
|
||||
if (!is_admin()) {
|
||||
wp_deregister_script('jquery');
|
||||
wp_register_script('jquery', ('https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js'), false, '3.7.1');
|
||||
wp_register_script('jquery-ui', ('https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js'), array('jquery'), '1.13.2');
|
||||
wp_enqueue_script('jquery-ui');
|
||||
}
|
||||
|
||||
show_admin_bar(false);
|
||||
add_editor_style();
|
||||
|
||||
remove_action('wp_head', 'rsd_link');
|
||||
remove_action('wp_head', 'wp_generator');
|
||||
remove_action('wp_head', 'index_rel_link');
|
||||
remove_action('wp_head', 'wlwmanifest_link');
|
||||
remove_action('wp_head', 'start_post_rel_link', 10, 0);
|
||||
remove_action('wp_head', 'parent_post_rel_link', 10, 0);
|
||||
remove_action('wp_head', 'adjacent_posts_rel_link', 10, 0);
|
||||
automatic_feed_links(false);
|
||||
|
||||
if ( class_exists("global_posts_ordering") ) {
|
||||
$global_posts_ordering = new global_posts_ordering(array("product"));
|
||||
}
|
||||
|
||||
|
||||
function image_src($img_tag)
|
||||
{
|
||||
preg_match("/src=\"(.*?)\"/i", $img_tag, $matches);
|
||||
return $matches[1];
|
||||
}
|
||||
|
||||
function short_text($text, $len=200, $puncte = ""){
|
||||
$text = strip_tags($text);
|
||||
if( (mb_strlen($text) > $len) ) {
|
||||
$whitespaceposition = mb_strpos($text," ",$len)-1;
|
||||
if( $whitespaceposition > 0 ) {
|
||||
$chars = count_chars(mb_substr($text, 0, ($whitespaceposition+1)), 1);
|
||||
if (isset($chars[ord('<')]) && $chars[ord('<')] > (isset($chars[ord('>')]) ? $chars[ord('>')] : 0))
|
||||
$whitespaceposition = mb_strpos($text,">",$whitespaceposition)-1;
|
||||
$text = mb_substr($text, 0, ($whitespaceposition+1));
|
||||
}
|
||||
// close unclosed html tags
|
||||
if( preg_match_all("|<([a-zA-Z]+)|",$text,$aBuffer) ) {
|
||||
if( !empty($aBuffer[1]) ) {
|
||||
preg_match_all("|</([a-zA-Z]+)>|",$text,$aBuffer2);
|
||||
if( count($aBuffer[1]) != count($aBuffer2[1]) ) {
|
||||
foreach( $aBuffer[1] as $index => $tag ) {
|
||||
if( empty($aBuffer2[1][$index]) || $aBuffer2[1][$index] != $tag)
|
||||
$text .= '</'.$tag.'>';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return $text.$puncte;
|
||||
}
|
||||
|
||||
/*
|
||||
returneaza data in format:
|
||||
- pt postare de azi 'azi la {ora}'
|
||||
- pt anul asta, dar nu azi '{ziua} {luna} la {ora}
|
||||
- pt alt an '{ziua} {luna} {anul} la {ora}
|
||||
*/
|
||||
function afiseaza_data($data=false)
|
||||
{
|
||||
if (!$data) return false;
|
||||
// verifica daca este data in format corect
|
||||
if (($data_timestamp = strtotime($data)) === false) {
|
||||
// daca nu este corecta si nu am ce face cu ea returnez valoarea inapoi
|
||||
return $data;
|
||||
}
|
||||
else {
|
||||
//@setlocale(LC_TIME, 'ro_RO');
|
||||
/*if (date("Y")==date("Y",$data_timestamp)) {
|
||||
// acelasi an
|
||||
|
||||
if (date('d')==date('d',$data_timestamp)) {
|
||||
// aceeasi zi
|
||||
return strftime('azi la %H:%M',$data_timestamp);
|
||||
}
|
||||
else
|
||||
{
|
||||
// zi diferite
|
||||
return strftime('%d %b la %H:%M',$data_timestamp);
|
||||
}
|
||||
}
|
||||
else {
|
||||
// ani diferiti
|
||||
return strftime('%d %b %Y la %H:%M',$data_timestamp);
|
||||
}*/
|
||||
return strftime("%b %d",$data_timestamp);
|
||||
}
|
||||
}
|
||||
|
||||
function afiseaza_data_cu_an($data=false)
|
||||
{
|
||||
if (!$data) return false;
|
||||
// verifica daca este data in format corect
|
||||
if (($data_timestamp = strtotime($data)) === false) {
|
||||
// daca nu este corecta si nu am ce face cu ea returnez valoarea inapoi
|
||||
return $data;
|
||||
}
|
||||
else {
|
||||
//@setlocale(LC_TIME, 'ro_RO');
|
||||
/*if (date("Y")==date("Y",$data_timestamp)) {
|
||||
// acelasi an
|
||||
|
||||
if (date('d')==date('d',$data_timestamp)) {
|
||||
// aceeasi zi
|
||||
return strftime('azi la %H:%M',$data_timestamp);
|
||||
}
|
||||
else
|
||||
{
|
||||
// zi diferite
|
||||
return strftime('%d %b la %H:%M',$data_timestamp);
|
||||
}
|
||||
}
|
||||
else {
|
||||
// ani diferiti
|
||||
return strftime('%d %b %Y la %H:%M',$data_timestamp);
|
||||
}*/
|
||||
return strftime("%b %d, %Y",$data_timestamp);
|
||||
}
|
||||
}
|
||||
|
||||
function arrangeMenuIqon($menu, $selected_object_id = 0, $selected_object_type, $homeID) {
|
||||
global $object_id, $object_id_child, $object_id_child_child;
|
||||
$arranged_menu = array();
|
||||
$mainLevel = array();
|
||||
$secondLevel = array();
|
||||
$thirdLevel = array();
|
||||
foreach ($menu as $m)
|
||||
if ($m->menu_item_parent == 0) {
|
||||
$key = $m->ID;
|
||||
$arranged_menu[$key] = new stdClass;
|
||||
$arranged_menu[$key]->ID = $m->ID;
|
||||
$arranged_menu[$key]->object_id = $m->object_id;
|
||||
$arranged_menu[$key]->object_id_en = function_exists('icl_object_id') ? icl_object_id($m->object_id, $m->object, true, 'en') : $m->object_id;
|
||||
$arranged_menu[$key]->parrent = 0;
|
||||
$arranged_menu[$key]->title = $m->title;
|
||||
$arranged_menu[$key]->attr_title = $m->attr_title;
|
||||
$arranged_menu[$key]->object = $m->object;
|
||||
if (empty($arranged_menu[$key]->attr_title)) $arranged_menu[$key]->attr_title = $arranged_menu[$key]->title;
|
||||
$arranged_menu[$key]->url = $m->url;
|
||||
$arranged_menu[$key]->has_childrens = false;
|
||||
$arranged_menu[$key]->selected = false;
|
||||
if ($selected_object_type == 'home') {
|
||||
if ($selected_object_id == $arranged_menu[$key]->object_id_en && $m->object == 'page')
|
||||
$arranged_menu[$key]->selected = true;
|
||||
$object_id = $key;
|
||||
}
|
||||
elseif ($selected_object_type == $m->object && $selected_object_id == $m->object_id) {
|
||||
$arranged_menu[$key]->selected = true;
|
||||
$object_id = $key;
|
||||
}
|
||||
$mainLevel[] = $m->ID;
|
||||
}
|
||||
elseif (in_array($m->menu_item_parent, $mainLevel)) {
|
||||
$key_parent = $m->menu_item_parent;
|
||||
$arranged_menu[$key_parent]->has_childrens = true;
|
||||
$key_child = $m->ID;
|
||||
$objectToModify = &$arranged_menu[$key_parent]->childrens;
|
||||
$objectToModify[$key_child] = new stdClass;
|
||||
$objectToModify[$key_child]->ID = $m->ID;
|
||||
$objectToModify[$key_child]->object_id = $m->object_id;
|
||||
$objectToModify[$key_child]->object_id_en = function_exists('icl_object_id') ? icl_object_id($m->object_id, $m->object, true, 'en') : $m->object_id;
|
||||
$objectToModify[$key_child]->parrent = $key_parent;
|
||||
$objectToModify[$key_child]->title = $m->title;
|
||||
$objectToModify[$key_child]->attr_title = $m->attr_title;
|
||||
$objectToModify[$key_child]->object = $m->object;
|
||||
if (empty($objectToModify[$key_child]->attr_title)) $objectToModify[$key_child]->attr_title = $objectToModify[$key_child]->title;
|
||||
$objectToModify[$key_child]->url = $m->url;
|
||||
if (($arranged_menu[$key_parent]->object_id_en == 8) && sizeof($arranged_menu[$key_parent]->childrens) == 1) $arranged_menu[$key_parent]->url = $objectToModify[$key_child]->url;
|
||||
$objectToModify[$key_child]->selected = false;
|
||||
if ($selected_object_type == $m->object && $selected_object_id == $m->object_id) {
|
||||
$objectToModify[$key_child]->selected = true;
|
||||
$arranged_menu[$key_parent]->selected = true;
|
||||
$object_id = $key_parent;
|
||||
$object_id_child = $key_child;
|
||||
}
|
||||
$objectToModify[$key_child]->has_childrens = false;
|
||||
$secondLevel[] = $m->ID;
|
||||
if ($arranged_menu[$key_parent]->object_id_en == 8) {
|
||||
wp_reset_query();
|
||||
$args_pages = array('post_type' => 'page', 'order' => 'ASC', 'orderby' => 'menu_order', 'post_status' => 'publish', 'nopaging' => true, 'post_parent' => $objectToModify[$key_child]->object_id);
|
||||
$pages = query_posts($args_pages);
|
||||
//dv($pages);
|
||||
if ($pages) {
|
||||
$objectToModifyChild = &$objectToModify[$key_child]->childrens;
|
||||
$objectToModify[$key_child]->has_childrens = true;
|
||||
foreach ($pages as $p) {
|
||||
$key_child_child = $p->ID;
|
||||
$objectToModifyChild[$key_child_child] = new stdClass;
|
||||
$objectToModifyChild[$key_child_child]->ID = $p->ID;
|
||||
$objectToModifyChild[$key_child_child]->object_id = $p->ID;
|
||||
$objectToModifyChild[$key_child_child]->object_id_en = function_exists('icl_object_id') ? icl_object_id($p->ID, $p->post_type, true, 'en') : $p->ID;
|
||||
$objectToModifyChild[$key_child_child]->parrent = $key_child;
|
||||
$objectToModifyChild[$key_child_child]->title = $p->post_title;
|
||||
$objectToModifyChild[$key_child_child]->attr_title = $p->post_title;
|
||||
$objectToModifyChild[$key_child_child]->object = $p->post_type;
|
||||
$objectToModifyChild[$key_child_child]->url = get_permalink($p->ID);
|
||||
$objectToModifyChild[$key_child_child]->selected = false;
|
||||
if ($selected_object_type == $p->post_type && $selected_object_id == $p->ID) {
|
||||
$objectToModifyChild[$key_child_child]->selected = true;
|
||||
$objectToModify[$key_child]->selected = true;
|
||||
$arranged_menu[$key_parent]->selected = true;
|
||||
$object_id = $key_parent;
|
||||
$object_id_child = $key_child;
|
||||
$object_id_child_child = $key_child_child;
|
||||
}
|
||||
$objectToModifyChild[$key_child_child]->has_childrens = false;
|
||||
}
|
||||
|
||||
}
|
||||
wp_reset_query();
|
||||
}
|
||||
unset($objectToModify);
|
||||
}
|
||||
|
||||
return $arranged_menu;
|
||||
}
|
||||
|
||||
function arrangeMenu($menu, $selected_object_id = 0, $selected_object_type, $homeID) {
|
||||
global $object_id, $object_id_child, $object_id_child_child;
|
||||
$arranged_menu = array();
|
||||
|
||||
// get level 1 menus
|
||||
foreach ($menu as $m)
|
||||
if ($m->menu_item_parent == 0) {
|
||||
$i = $m->ID;
|
||||
$arranged_menu[$i] = new stdClass;
|
||||
$arranged_menu[$i]->ID = $m->ID;
|
||||
$arranged_menu[$i]->object_id = $m->object_id;
|
||||
$arranged_menu[$i]->title = $m->title;
|
||||
$arranged_menu[$i]->attr_title = $m->attr_title;
|
||||
if (empty($arranged_menu[$i]->attr_title)) $arranged_menu[$i]->attr_title = $arranged_menu[$i]->title;
|
||||
$arranged_menu[$i]->parrent = 0;
|
||||
$arranged_menu[$i]->url = $m->url;
|
||||
$arranged_menu[$i]->selected = false;
|
||||
if ($selected_object_id == $m->object_id) {
|
||||
$object_id = $i;
|
||||
$arranged_menu[$i]->selected = true;
|
||||
}
|
||||
$arranged_menu[$i]->has_childrens = false;
|
||||
}
|
||||
|
||||
if ($selected_object_type == 'home') $arranged_menu[$homeID]->selected = true;
|
||||
return $arranged_menu;
|
||||
}
|
||||
|
||||
function dv($var, $var_type = '') {
|
||||
dump_var($var, $var_type);
|
||||
}
|
||||
|
||||
function dump_var($var, $var_type = '') {
|
||||
$ip=$_SERVER['REMOTE_ADDR'];
|
||||
$local=false;
|
||||
//if(preg_match("/192\.168\.([0-9]+)\.([0-9]+)/", $ip))$local=true;
|
||||
//if(preg_match("/10\.([0-9]+)\.([0-9]+)\.([0-9]+)/", $ip))$local=true;
|
||||
if($ip == "89.36.30.26") $local=true;
|
||||
$local=true;
|
||||
$rand = rand(0,9999);
|
||||
echo "<div id='dv_".$rand."' style='position:absolute; z-index:10000; top:0; left:0;' onclick='document.getElementById(\"dv_".$rand."\").style.display=\"none\";'>";
|
||||
if($local==true) {
|
||||
print_var($var, $var_type);
|
||||
}
|
||||
echo "</div>";
|
||||
|
||||
}
|
||||
function print_var(&$var, $var_type, $return=false)
|
||||
{
|
||||
|
||||
global $html;
|
||||
$html="<style>
|
||||
.printvar {
|
||||
background-color: #fdf8db;
|
||||
border: 1px dashed #000;
|
||||
padding:10px;
|
||||
width: 90%;
|
||||
word-wrap: break-word;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
.printvar *{
|
||||
color:#000;
|
||||
font-size:12px;
|
||||
font-family:Courier New;
|
||||
align:left;
|
||||
}
|
||||
.printvar .var {
|
||||
color: #0066CC;
|
||||
}
|
||||
.printvar .string {
|
||||
color: #DD0000;
|
||||
}
|
||||
.printvar .numeric {
|
||||
color: #0000BB;
|
||||
}
|
||||
.printvar .object {
|
||||
color: #0080FF;
|
||||
}
|
||||
|
||||
.printvar .button {
|
||||
width:10px;
|
||||
height:10px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script>
|
||||
function showHidePrintVar(id) {
|
||||
elem = document.getElementById(id);
|
||||
img = document.getElementById('img'+id);
|
||||
if(elem.style.display=='none') {
|
||||
elem.style.display='block';
|
||||
} else {
|
||||
elem.style.display='none';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div class='printvar'>";
|
||||
|
||||
if(!isset($var))$var="%NULL%";
|
||||
|
||||
$old = $var;
|
||||
$var = '0unique'.rand().'value';
|
||||
$var_name = array_search($var, $GLOBALS, true);
|
||||
$var=$old;
|
||||
if($var_name) {
|
||||
print_content($var, "$".$var_name, 1, "$".$var_name);
|
||||
} else {
|
||||
print_content($var, $var_type, 1, $var_type);
|
||||
}
|
||||
|
||||
$html.="</div>";
|
||||
|
||||
if($return)return $html;
|
||||
else echo $html;
|
||||
}
|
||||
|
||||
function print_content($var, $var_name, $level, $parent) {
|
||||
if(!isset($var))$var="%NULL%";
|
||||
global $html;
|
||||
for($i=0;$i<$level;$i++)$html.=" ";
|
||||
|
||||
if(strpos($var_name, "$")===0) {
|
||||
$html.="<span class='var'>$var_name</span> = ";
|
||||
} elseif(strpos($parent, "->$var_name")==strlen($parent)-strlen($var_name)-2) {
|
||||
$html.="-><span title=\"$parent\" class='object'>$var_name</span> = ";
|
||||
} else {
|
||||
$html.="[";
|
||||
if(is_numeric($var_name)) {
|
||||
$html.="<span title=\"$parent\" onclick=\"prompt('Path:','".addslashes($parent)."');\" class='numeric'>$var_name</span>";
|
||||
} else {
|
||||
$html.="<span title=\"$parent\" onclick=\"prompt('Path:','".addslashes($parent)."');\" class='string'>\"$var_name\"</span>";
|
||||
}
|
||||
$html.="] = ";
|
||||
}
|
||||
|
||||
|
||||
if(is_array($var)) {
|
||||
$id=base64_encode(microtime());
|
||||
$html.=" Array <span onclick=\"showHidePrintVar('$id');\" class='button'></span> {<br/>";
|
||||
$html.="<div id='$id'>";
|
||||
foreach ($var as $k=>$v) {
|
||||
print_content($v, $k, $level+1, $parent."['$k']");
|
||||
}
|
||||
$html.="</div>";
|
||||
for($i=0;$i<$level;$i++)$html.=" ";
|
||||
$html.=" }<br/>";
|
||||
} elseif(is_object($var)) {
|
||||
$id=base64_encode(microtime());
|
||||
$html.=" Object <span onclick=\"showHidePrintVar('$id');\" class='button'><img id='img$id' src='".IMGURL."close.png' width='10px' height='10px' /></span> {<br/>";
|
||||
$html.="<div id='$id'>";
|
||||
foreach ($var as $k=>$v) {
|
||||
print_content($v, $k, $level+1, $parent."->$k");
|
||||
}
|
||||
$html.="</div>";
|
||||
for($i=0;$i<$level;$i++)$html.=" ";
|
||||
$html.=" }<br/>";
|
||||
} else {
|
||||
if (is_string($var)) {
|
||||
$var=htmlentities($var, ENT_QUOTES, "UTF-8");
|
||||
}
|
||||
if(is_numeric($var)) {
|
||||
$html.="<span class='numeric'>$var</span>;<br/>";
|
||||
} elseif($var=="%NULL%") {
|
||||
$html.="<span class='numeric'>NULL</span>;<br/>";
|
||||
} else {
|
||||
$html.="<span class='string'>\"$var\"</span>;<br/>";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function fileVersion($filename) {
|
||||
//check if the file exists
|
||||
if (file_exists($filename)) {
|
||||
// return the time the file was last modified
|
||||
echo filemtime($filename);
|
||||
} else {
|
||||
// let them know the file wasn't found
|
||||
echo 'FileNotFound';
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -0,0 +1,137 @@
|
||||
<?php session_start(); ?>
|
||||
<?php
|
||||
global $selected_object_id, $selected_object_type, $meniu, $object_id, $object_id_child, $object_id_child_child, $ascunde_services, $selected_department, $selected_department_name;
|
||||
wp_reset_query();
|
||||
$languages = function_exists('icl_get_languages')?icl_get_languages():array();
|
||||
if (is_page()) {
|
||||
$selected_object_id = get_the_ID();
|
||||
$selected_object_type = 'page';
|
||||
$imagine_header = get_post_meta($selected_object_id, 'wpcf-header-image', true);
|
||||
$header_link = get_post_meta($selected_object_id, 'wpcf-header-link', true);
|
||||
if (is_page(array(70, function_exists('icl_object_id') ? icl_object_id(70, 'page', false) : 70))) {
|
||||
$selected_object_type = 'home';
|
||||
}
|
||||
}
|
||||
else if (is_category()) {
|
||||
$ascunde_services = true;
|
||||
$selected_object_id = get_cat_id(single_term_title("", false));
|
||||
//dv($selected_object_id);
|
||||
//dv(get_term_by('id', $selected_object_id, 'category'));
|
||||
$selected_object_type = 'category';
|
||||
if ($selected_object_id == 1 || $selected_object_id == 25 || $selected_object_id == 26) $imagine_header = '/wp-content/uploads/2012/05/header-case-study.png';
|
||||
else {
|
||||
$imagine_header = '/wp-content/uploads/2012/05/header-careers.png';
|
||||
$selected_department = $selected_object_id;
|
||||
$selected_department_name = get_term_by('id', $selected_object_id, 'category')->name;
|
||||
$selected_object_id = get_term_by('id', $selected_object_id, 'category')->parent;
|
||||
}
|
||||
}
|
||||
else if (is_single()) {
|
||||
$ascunde_services = true;
|
||||
if (get_queried_object()->post_type == 'post') {
|
||||
$taxonomy = get_the_terms(get_the_ID(),'category');
|
||||
$selected_object_type = 'category';
|
||||
$title_bread = get_queried_object()->post_title;
|
||||
if ($taxonomy[1]->term_id == 1) $selected_object_id = 1;
|
||||
else {
|
||||
$pas = 0;
|
||||
foreach ($taxonomy as $tax) {
|
||||
$pas++;
|
||||
if ($pas==1) {
|
||||
$selected_object_id = $tax->term_id;
|
||||
}
|
||||
else {
|
||||
$selected_department = $tax->term_id;
|
||||
$selected_department_name = $tax->name;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (is_search()) {
|
||||
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?> | <?php bloginfo('description'); ?></title>
|
||||
<?php wp_head(); ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/style.css?v=<?php fileVersion(ABSPATH.CSS_URL.'/style.css'); ?>" />
|
||||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/fonts/fonts.css?v=<?php fileVersion(ABSPATH.CSS_URL.'/fonts/fonts.css'); ?>" />
|
||||
<?php if ($selected_object_id == 12 && $selected_object_type == 'page') { ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/jquery.realperson.css?v=<?php fileVersion(ABSPATH.CSS_URL.'/jquery.realperson.css'); ?>" />
|
||||
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.realperson.min.js?v=<?php fileVersion(ABSPATH.JS_URL.'/jquery.realperson.min.js'); ?>"></script>
|
||||
<?php } ?>
|
||||
</head>
|
||||
<body>
|
||||
<div id="line" class="<?php if ($selected_object_type == 'home') { ?>line-homepage<?php }?>"></div>
|
||||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<div id="logo">
|
||||
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>" title="<?php bloginfo('name'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" /></a>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form action="<?php bloginfo('url'); ?>" method="GET" id="searchForm">
|
||||
<input type="text" value="<?php echo isset($_GET['s']) ? $_GET['s'] : '';?>" data-default="Search" name="s" />
|
||||
<input type="submit" value="GO" class="submit" />
|
||||
</form>
|
||||
</div>
|
||||
<?php
|
||||
function language_selector_flags(){
|
||||
$languages = function_exists('icl_get_languages') ? icl_get_languages('skip_missing=0&orderby=code') : array();
|
||||
if(!empty($languages)){
|
||||
foreach($languages as $l){
|
||||
if(!$l['active']) echo '<a href="'.$l['url'].'">';
|
||||
echo '<img src="'.$l['country_flag_url'].'" height="12" alt="'.$l['language_code'].'" width="18" /> ';
|
||||
if(!$l['active']) echo '</a>';
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div id="flags_language_selector" style="margin:10px;text-align:right"><?php language_selector_flags(); ?></div >
|
||||
</div>
|
||||
<div id="menu"><?php include 'meniu.php'; ?></div>
|
||||
<?php if ($selected_object_type == 'home') { ?>
|
||||
<div id="header-image-home">
|
||||
<?php if ($header_link) { ?><a href="<?=$header_link;?>"><?php } ?>
|
||||
<img src="<?=$imagine_header;?>" />
|
||||
<?php if ($header_link) { ?></a><?php } ?>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div id="breadcrumb">
|
||||
» <a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>" title="IQON">Home</a>
|
||||
<?php if ($object_id) { ?>
|
||||
/ <a href="<?php echo $meniu[$object_id]->url;?>" <?php if (!$object_id_child) echo 'class="last"'; ?>><?php echo $meniu[$object_id]->title;?></a>
|
||||
<?php } ?>
|
||||
<?php if ($object_id_child) { ?>
|
||||
/ <a href="<?php echo $meniu[$object_id]->childrens[$object_id_child]->url;?>"><?php echo $meniu[$object_id]->childrens[$object_id_child]->title;?></a>
|
||||
<?php } ?>
|
||||
<?php if ($object_id_child_child) { ?>
|
||||
/ <a href="<?php echo $meniu[$object_id]->childrens[$object_id_child]->childrens[$object_id_child_child]->url;?>"><?php echo $meniu[$object_id]->childrens[$object_id_child]->childrens[$object_id_child_child]->title;?></a>
|
||||
<?php } ?>
|
||||
<?php if (!empty($selected_department_name)) { ?>
|
||||
/ <?php if (empty($title_bread)) { ?><strong><?php echo $selected_department_name; ?></strong><?php } else { ?><a href="<?php echo get_category_link($selected_department);?>"><?php echo $selected_department_name; ?></a><?php } ?>
|
||||
<?php } ?>
|
||||
<?php if (!empty($title_bread)) { ?>
|
||||
/ <strong><?php echo $title_bread; ?></strong>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div id="linie-interior"></div>
|
||||
<?php if ($imagine_header) { ?>
|
||||
<div id="header-image">
|
||||
<img src="<?=$imagine_header;?>" />
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php if (!$ascunde_services) { ?>
|
||||
<div id="menu-services">
|
||||
<?php include 'meniu-services.php'; ?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php if ($imagine_header) { ?>
|
||||
<div id="linie-interior" class="margintop10"></div>
|
||||
<?php } ?>
|
||||
<div id="content">
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: HOMEPAGE
|
||||
*/
|
||||
?>
|
||||
<?php get_header(); ?>
|
||||
<?php
|
||||
wp_reset_query();
|
||||
$args = array( 'posts_per_page' => 1, 'cat' => 1, 'post_type' => 'post', 'post_status' => 'publish' );
|
||||
$latest_case = query_posts($args);
|
||||
//dv($latest_case);
|
||||
if ($latest_case[0]) {
|
||||
$h2 = get_post_meta($latest_case[0]->ID, 'wpcf-intro', true);
|
||||
$id_featured = 0;
|
||||
if (has_post_thumbnail($latest_case[0]->ID)) {
|
||||
$id_featured = get_post_thumbnail_id($latest_case[0]->ID);
|
||||
$imagine_featured = wp_get_attachment_image_src($id_featured, 'post-thumbnail');
|
||||
}
|
||||
?>
|
||||
<h1><a href="<?=get_permalink($latest_case[0]->ID); ?>"><?=$latest_case[0]->post_title;?></a></h1>
|
||||
<?php if ($h2) { ?><h2><?=$h2?></h2><?php } ?>
|
||||
<?php if ($id_featured && $imagine_featured[0]) { ?>
|
||||
<div class="contentleft">
|
||||
<div class="container_imagine">
|
||||
<a href="<?=get_permalink($latest_case[0]->ID); ?>"><img src="<?=$imagine_featured[0];?>" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contentright">
|
||||
<?php } ?>
|
||||
<?php echo apply_filters('the_content',short_text($latest_case[0]->post_content, 700));?>
|
||||
<?php if ($id_featured && $imagine_featured[0]) { ?></div><?php } ?>
|
||||
<?php }
|
||||
wp_reset_query();
|
||||
?>
|
||||
<?php get_footer(); ?>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
$mainMeniu = $meniu[74];
|
||||
$mainMeniu_ru = isset($meniu[279]) ? $meniu[279] : null;
|
||||
$mainMeniu_kz = isset($meniu[282]) ? $meniu[282] : null;
|
||||
?>
|
||||
<?php if ($mainMeniu) { ?>
|
||||
<?php foreach ($mainMeniu->childrens as $services) { ?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>" <?php if ($services->selected) echo 'class="active"'; ?>><?=$services->title;?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php if ($mainMeniu_ru) { ?>
|
||||
<?php foreach ($mainMeniu_ru->childrens as $services) { ?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>" <?php if ($services->selected) echo 'class="active"'; ?>><?=$services->title;?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php if ($mainMeniu_kz) { ?>
|
||||
<?php foreach ($mainMeniu_kz->childrens as $services) { ?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>" <?php if ($services->selected) echo 'class="active"'; ?>><?=$services->title;?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
global $meniu;
|
||||
$meniu = wp_get_nav_menu_items('meniu_principal');
|
||||
$meniu = arrangeMenuIqon($meniu, $selected_object_id, $selected_object_type, 70);
|
||||
//dv($meniu);
|
||||
?>
|
||||
<?php if ($meniu) { ?>
|
||||
<?php foreach ($meniu as $key=>$mainMenu) { ?>
|
||||
<a id="mainMenu_<?php echo $mainMenu->ID;?>" href="<?php echo $mainMenu->url; ?>" title="<?php echo $mainMenu->attr_title; ?>" <?php if ($mainMenu->selected) echo 'class="active"'; ?>><?php echo $mainMenu->title; ?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?php get_header(); ?>
|
||||
<?php
|
||||
$am_submeniu = false;
|
||||
if ($object_id && $object_id_child) {
|
||||
if ($meniu[$object_id]->childrens[$object_id_child]->childrens) $am_submeniu = true;
|
||||
}
|
||||
?>
|
||||
<?php if ($am_submeniu) { ?>
|
||||
<div class="contentleft">
|
||||
<h1 class="fontsize20 marginbottom20">Services:</h1>
|
||||
<?php foreach ($meniu[$object_id]->childrens[$object_id_child]->childrens as $subMenu) { ?>
|
||||
<div class="submeniu"><a href="<?=$subMenu->url;?>" title="<?php echo $subMenu->attr_title; ?>" <?php if ($subMenu->selected) echo 'class="active"'; ?>><span class="submeniuLeft">»</span><span class="submeniuRight"><?=$subMenu->title;?></span></a><div class="clear"></div></div>
|
||||
<?php } ?>
|
||||
<a id="download_brosura" target="_blank" href="/iqon-brosura-web.pdf"><img src="/wp-content/themes/iqon/images/download_pdf.png" /></a>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="contentright">
|
||||
<?php } ?>
|
||||
<h1><?php the_title();?></h1>
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
||||
<?php if (!$am_submeniu && 1==0) { ?><h1><?php the_title();?></h1><?php } ?>
|
||||
<?php the_content(); ?>
|
||||
<?php endwhile; endif; ?>
|
||||
<?php if ($am_submeniu) { ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<?php } ?>
|
||||
<?php get_footer(); ?>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?php get_header(); ?>
|
||||
<?php if ($selected_object_id != 1) { ?>
|
||||
<div class="contentleft">
|
||||
<h1 class="fontsize20 marginbottom20">Departments:</h1>
|
||||
<?php
|
||||
$categories = get_categories(array('parent'=>7, 'hide_empty' => false));
|
||||
?>
|
||||
<?php foreach ($categories as $cat) { ?>
|
||||
<a href="<?php echo get_category_link($cat->term_id);?>" title="<?php echo $cat->name; ?>" <?php if ($selected_department == $cat->term_id) echo 'class="active"'; ?>>» <?=$cat->name;?> (<?php echo $cat->count; ?>)</a>
|
||||
<div id="linie-punctata"></div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="contentright">
|
||||
<?php } ?>
|
||||
<?php
|
||||
while ( have_posts() ) : the_post();
|
||||
if ($selected_object_id == 1 || $selected_object_id == 25 || $selected_object_id == 26) {
|
||||
$id_featured = 0;
|
||||
if (has_post_thumbnail()) {
|
||||
$id_featured = get_post_thumbnail_id();
|
||||
$imagine_featured = wp_get_attachment_image_src($id_featured, 'case-study');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php if ($selected_object_id == 1 || $selected_object_id == 25 || $selected_object_id == 26) { ?>
|
||||
<?php if ($id_featured && $imagine_featured[0]) { ?>
|
||||
<div class="imagine_study_interior"><img src="<?php echo $imagine_featured[0];?>" /></div>
|
||||
<?php } ?>
|
||||
<h1 class="single"><?php the_title();?></h1>
|
||||
<?php $h2 = get_post_meta($post->ID, 'wpcf-intro', true); ?>
|
||||
<?php if ($h2) { ?><h2 class="single"><?=$h2;?></h2><?php } ?>
|
||||
<?php the_content();?>
|
||||
<div class="timp">posted on: <strong><?php the_time('F jS, Y'); ?></strong></div>
|
||||
<?php $case_file = get_post_meta($post->ID, 'wpcf-case-file', true); ?>
|
||||
<?php } else { ?>
|
||||
<h2><?php the_title();?></h2>
|
||||
<?php the_content();?>
|
||||
<br />
|
||||
<a href="mailto:office@iqon.com?subject=<?php the_title(); ?>"><img src="/wp-content/themes/iqon/images/submit_cv.png" /></a>
|
||||
<div class="disclaimer">
|
||||
<strong>Disclaimer:</strong> Iqon Romania takes all necessary measures to keep your personal information private and secure. Only authorized Iqon Romania staff, Third Party companies (i.e. service providers) staff or our business partners' authorized staff (who have contractually agreed to keep all information secure) have access to your personal information.
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php
|
||||
endwhile;
|
||||
wp_reset_query();
|
||||
?>
|
||||
<?php if ($selected_object_id != 1) { ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<?php } ?>
|
||||
<?php get_footer(); ?>
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Theme Name: IQON
|
||||
Theme URI: http://www.iqon.ro/
|
||||
Description: Tema IQON
|
||||
Author: Adrian Matei
|
||||
Version: 1.0
|
||||
*/
|
||||
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
/**
|
||||
* The base configurations of the WordPress.
|
||||
*
|
||||
* This file has the following configurations: MySQL settings, Table Prefix,
|
||||
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
|
||||
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
|
||||
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
|
||||
*
|
||||
* This file is used by the wp-config.php creation script during the
|
||||
* installation. You don't have to use the web site, you can just copy this file
|
||||
* to "wp-config.php" and fill in the values.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
// ** MySQL settings - You can get this info from your web host ** //
|
||||
/** The name of the database for WordPress */
|
||||
define('DB_NAME', 'u0012812_iqon');
|
||||
|
||||
/** MySQL database username */
|
||||
define('DB_USER', '***MASKED***');
|
||||
|
||||
/** MySQL database password */
|
||||
/*define('DB_PASSWORD', '***MASKED***');*/
|
||||
define('DB_PASSWORD', '***MASKED***');
|
||||
|
||||
/** MySQL hostname */
|
||||
define('DB_HOST', '***MASKED***');
|
||||
|
||||
/** Database Charset to use in creating database tables. */
|
||||
define('DB_CHARSET', 'utf8');
|
||||
|
||||
/** The Database Collate type. Don't change this if in doubt. */
|
||||
define('DB_COLLATE', '');
|
||||
|
||||
/**#@+
|
||||
* Authentication Unique Keys and Salts.
|
||||
*
|
||||
* Change these to different unique phrases!
|
||||
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
|
||||
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
|
||||
*
|
||||
* @since 2.6.0
|
||||
*/
|
||||
define('AUTH_KEY', 'syf#up;-]r]-4{V|Qtqnsf TFTtFX`Qjl;5$6SF%MA#Eg7ROFj|olW|k?[roAKYf');
|
||||
define('SECURE_AUTH_KEY', '#j16q0:Va- K#8u@zD`Cb4,j^6`J>]d5!SY8NWp%~Gs:K<)[cXJ~OnsrM<Nu$cKg');
|
||||
define('LOGGED_IN_KEY', '}bn:i7QuX:Pfnw:O/(6;=mNFZ7rYt|!FBXS`Zr|PB`s4vHk:E+4@zK0Rx<zp-vG7');
|
||||
define('NONCE_KEY', '1q(#>?WG%P)Uex|SErakAM,`mokR@m7dM4ahr|dt[;Qlm/Bx3n]19Fl]x=f&wi)@');
|
||||
define('AUTH_SALT', ' |Y;Tf` z!ci%Fn*|^9-[)G1oXUrn9x{kz|+/=6:SWm[[=nd4zd@PSM]Lq1MyB(s');
|
||||
define('SECURE_AUTH_SALT', 'WRyBo2>VM0`nP+!j6F:(0vPo3Kk9@|Umf+kE&(*3:C#hd}Ca!@C-*ig~Nu+NezRu');
|
||||
define('LOGGED_IN_SALT', 't I&%yRf6B-b?v+9[&+dJ-O2sj!5N$&hq9VUuhVaupJx!:,PGT)e(.5BA{f,_l6x');
|
||||
define('NONCE_SALT', '8Ur,(MG kq[CU#*c>j]bCbp.A^;Mh9r^!|0R,2@`)V&HG^+JvPGIi}K+r&A,]NjP');
|
||||
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* WordPress Database Table prefix.
|
||||
*
|
||||
* You can have multiple installations in one database if you give each a unique
|
||||
* prefix. Only numbers, letters, and underscores please!
|
||||
*/
|
||||
$table_prefix = 'yo_';
|
||||
|
||||
/**
|
||||
* WordPress Localized Language, defaults to English.
|
||||
*
|
||||
* Change this to localize WordPress. A corresponding MO file for the chosen
|
||||
* language must be installed to wp-content/languages. For example, install
|
||||
* de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
|
||||
* language support.
|
||||
*/
|
||||
define('WPLANG', '');
|
||||
|
||||
/**
|
||||
* For developers: WordPress debugging mode.
|
||||
*
|
||||
* Change this to true to enable the display of notices during development.
|
||||
* It is strongly recommended that plugin and theme developers use WP_DEBUG
|
||||
* in their development environments.
|
||||
*/
|
||||
define('WP_DEBUG', false);
|
||||
ini_set('log_errors',TRUE);
|
||||
ini_set('error_reporting', E_ALL);
|
||||
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
|
||||
|
||||
/* That's all, stop editing! Happy blogging. */
|
||||
|
||||
/** Absolute path to the WordPress directory. */
|
||||
if ( !defined('ABSPATH') )
|
||||
define('ABSPATH', dirname(__FILE__) . '/');
|
||||
|
||||
/** Sets up WordPress vars and included files. */
|
||||
require_once(ABSPATH . 'wp-settings.php');
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//iqon.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://iqon.com/iqon-implements-the-vblock-platform-as-part-of-an-it-cloud-consolidation-project-unique-in-southeast-europe/</loc>
|
||||
<lastmod>2012-06-01T13:59:08+00:00</lastmod>
|
||||
<image:image>
|
||||
<image:loc>https://iqon.com/wp-content/uploads/2012/06/Poza_website_CaseStudy.jpg</image:loc>
|
||||
</image:image>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iqon.com/iqon-implements-the-vblock-platform-as-part-of-an-it-cloud-consolidation-project-unique-in-southeast-europe/</loc>
|
||||
<lastmod>2013-07-23T12:25:46+00:00</lastmod>
|
||||
<image:image>
|
||||
<image:loc>https://iqon.com/wp-content/uploads/2012/06/Poza_website_CaseStudy.jpg</image:loc>
|
||||
</image:image>
|
||||
</url>
|
||||
</urlset>
|
||||
<!-- XML Sitemap generated by Yoast SEO -->
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//iqon.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<sitemap>
|
||||
<loc>https://iqon.com/post-sitemap.xml</loc>
|
||||
<lastmod>2013-07-23T12:25:46+00:00</lastmod>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://iqon.com/page-sitemap.xml</loc>
|
||||
<lastmod>2013-07-25T11:20:03+00:00</lastmod>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://iqon.com/attachment-sitemap.xml</loc>
|
||||
<lastmod>2012-06-01T13:58:16+00:00</lastmod>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://iqon.com/category-sitemap.xml</loc>
|
||||
<lastmod>2013-07-23T12:25:46+00:00</lastmod>
|
||||
</sitemap>
|
||||
</sitemapindex>
|
||||
<!-- XML Sitemap generated by Yoast SEO -->
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Theme Name: IQON
|
||||
Theme URI: http://www.iqon.ro/
|
||||
Description: Tema IQON
|
||||
Author: Adrian Matei
|
||||
Version: 1.0
|
||||
*/
|
||||
@@ -0,0 +1,28 @@
|
||||
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 3, 2012 */
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'HelveticaNeueLTPro35ThRegular';
|
||||
src: url('iqon_35_thin-webfont.eot');
|
||||
src: url('iqon_35_thin-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('iqon_35_thin-webfont.woff') format('woff'),
|
||||
url('iqon_35_thin-webfont.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'HelveticaNeueLTPro45LtRegular';
|
||||
src: url('iqon_45_light-webfont.eot');
|
||||
src: url('iqon_45_light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('iqon_45_light-webfont.woff') format('woff'),
|
||||
url('iqon_45_light-webfont.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
@charset "utf-8";
|
||||
/* RESET */
|
||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
|
||||
table {border-collapse:collapse;border-spacing:0;}
|
||||
fieldset,img { border:0;}
|
||||
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
|
||||
ol,ul {list-style:none;}
|
||||
caption,th {text-align:left;}
|
||||
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
|
||||
q:before,q:after {content:'';}
|
||||
abbr,acronym {border:0;}
|
||||
a {text-decoration:none;}
|
||||
a:hover {text-decoration:underline;}
|
||||
.clear{clear:both; margin:0 !important; padding:0 !important; border:0 none !important; line-height:0 !important; height:0 !important; font-size:0 !important}
|
||||
|
||||
/* IQON */
|
||||
body {font-family: arial; font-size: 12px; line-height: 16px; color: #4c4c4c}
|
||||
#line {position: absolute; width: 100%; height: 1px; background-color: #fbc100; top: 163px}
|
||||
.line-homepage {top: 501px !important;}
|
||||
|
||||
#wrapper {width: 960px; margin: auto auto;}
|
||||
#header {width: 960px; height: 120px; position: relative;}
|
||||
#logo {position: absolute; top: 16px; left: 0px;}
|
||||
#language-selector {position: absolute; bottom: 0px; right: 0px; height: 20px; width: 530px; background-color: #c2c2c2; display: none;}
|
||||
#menu {width: 960px; height: 40px; position: relative; background-color: #fbc100; background-image: url('/wp-content/themes/iqon/images/bg-menu.png'); background-repeat: no-repeat; background-position: top left; }
|
||||
#menu a {display: block; height: 40px; line-height: 40px; float: left; padding: 0px 30px; font-family: 'HelveticaNeueLTPro45LtRegular'; font-size: 15px; color: #000000; text-decoration: none;}
|
||||
#menu a:hover, #menu a.active {background-image: url('/wp-content/themes/iqon/images/bg-menu-active.png'); background-repeat: repeat-x; background-position: top left;}
|
||||
#header-image-home {width: 960px; height: 335px; margin-top: 3px;}
|
||||
#header-image {width: 960px; height: 190px; margin-top: 10px;}
|
||||
#menu-services {margin-top: 12px;}
|
||||
#menu-services a {display: block; float: left; width: 160px; height: 93px; background-color: #e5e5e5; margin-left: 10px; background-image: url('/wp-content/themes/iqon/images/submeniu-inactive.png'); background-repeat: no-repeat; background-position: top left; font-family: 'HelveticaNeueLTPro45LtRegular'; font-size: 20px; color: #000000; text-decoration: none; padding: 15px 10px 0px 10px; line-height: 20px;}
|
||||
#menu-services a:hover, #menu-services a.active {background-color: #fbc100; margin-left: 10px; background-image: url('/wp-content/themes/iqon/images/submeniu-active.png'); background-repeat: no-repeat; background-position: top left; }
|
||||
#linie-interior {width: 100%; height: 1px; background-color: #fbc100;}
|
||||
#content {padding: 0px 10px; margin: 30px 0px; position: relative;}
|
||||
#content p {padding: 7px 0px;}
|
||||
#content h1 {font-family: 'HelveticaNeueLTPro45LtRegular'; font-size: 23px; color: #000000; line-height: 26px; margin-bottom: 15px;}
|
||||
#content h1 a {color: #000000;}
|
||||
#content h2 {font-family: 'HelveticaNeueLTPro45LtRegular'; font-size: 16px; color: #000000; line-height: 20px; margin-bottom: 30px;}
|
||||
.contentleft {float: left; width: 240px; position: relative;}
|
||||
.contentleft a {font-family: arial; text-decoration: none; color: #4c4c4c; line-height: 16px; height: 20px;}
|
||||
.contentleft a.active {font-weight: bold; color: black;}
|
||||
.submeniu {margin-bottom:10px;}
|
||||
.submeniuLeft {float:left; width:16px;}
|
||||
.submeniuRight {float:left; width:200px;margin-top:2px;}
|
||||
.contentright {float: right; width: 700px;}
|
||||
.contentright ul { list-style-image:url('/wp-content/themes/iqon/images/icon-arrow.png') !important;list-style-position:outside; }
|
||||
.contentright ol { list-style-type:decimal !important;list-style-position:outside; }
|
||||
.contentright ul, ol {margin:0 0 15px 25px;}
|
||||
.contentright li {margin-bottom:4px;}
|
||||
.contentright strong {color:#000;}
|
||||
.clear {clear: both;}
|
||||
|
||||
.homeleft {float: left}
|
||||
.homeright {float: right; width: 700px;}
|
||||
#content-footer {padding: 0px 30px; margin: 40px 0px; position: relative;}
|
||||
#content-footer div.cf {float: left; width: 279px; border-right: 1px solid #b2b2b2; margin-right: 20px; position: relative; min-height: 160px;}
|
||||
#content-footer div.cf h3 {font-family: 'HelveticaNeueLTPro45LtRegular'; font-size: 18px; color: #000000; text-decoration: none; margin-bottom: 20px;}
|
||||
#content-footer div.cf a {font-family: arial; text-decoration: none; color: #4c4c4c; line-height: 20px; height: 20px;}
|
||||
#content-footer-bottom {padding: 0px 10px; margin: 35px 0px; position: relative;font-family: arial; font-size: 11px; line-height: 18px; color: #444444}
|
||||
#content-footer-bottom a {font-family: arial; font-size: 11px; line-height: 18px; color: #444444}
|
||||
#logo-bottom {position: absolute; right: 0px; top: 0px;}
|
||||
.iconite-contact {position: absolute; bottom: -10px; left: -2px;}
|
||||
#breadcrumb {width: 950px; height: 27px; padding-left: 10px; padding-top: 3px}
|
||||
#breadcrumb a {text-decoration: none; line-height: 30px; color: #4c4c4c}
|
||||
#linie-punctata {line-height: 1px; height: 1px; border-top: 1px dotted black; width: 200px; margin: 5px 0px}
|
||||
|
||||
#download_brosura {display: block; margin-top: 35px; margin-left: 10px;}
|
||||
.container_imagine {border: 5px solid #cccccc; padding: 1px; width: 208px; height: 142px;}
|
||||
#content p {font-family: arial; font-size: 12px; line-height: 16px; color: #4c4c4c}
|
||||
h2 a {text-decoration: none; color: black;}
|
||||
.caseStudyRow h2 {margin-bottom: 15px!important}
|
||||
.caseStudyRow {margin-bottom: 40px; position: relative;}
|
||||
.readCaseStudy {position: absolute; bottom: 0px; left: 240px;}
|
||||
.imagine_study_interior {float: right; margin-left: 20px; margin-bottom: 20px;}
|
||||
.timp {position: absolute; top: -52px; right: 10px;}
|
||||
h1.single {font-size: 32px!important; line-height: 34px!important; margin-bottom: 40px!important}
|
||||
h2.single {color: #4c4c4c!important;}
|
||||
.download_case_file {width: 960px; height: 50px; background-color: #ededed; margin-bottom: 20px; font-size: 14px; font-style: italic; color: black; line-height: 50px;}
|
||||
.download_case_file .link {margin-left: 10px; margin-top: 10px; float: left; width: 200px;}
|
||||
.disclaimer {font-size: 10px; font-style: italic; margin-top: 50px; line-height: 12px;}
|
||||
.rowInput {float: left; width: 350px; margin-bottom: 25px;}
|
||||
.rowInput label, .rowTextarea label {display: block; font-style: italic}
|
||||
.rowInput input {border: 0px; margin: 0px; height: 30px; width: 320px; border: 1px solid #dcdcdc; background-color: #ececee; color: black;}
|
||||
.rowTextarea textarea {border: 0px; margin: 0px; height: 210px; width: 670px; border: 1px solid #dcdcdc; background-color: #ececee; color: black;margin-bottom: 25px;}
|
||||
.submitMessage {border: 0px; margin: 0px;background-image: url('/wp-content/themes/iqon/images/send_message.png');background-repeat: no-repeat; width: 140px; height: 30px; margin-top: 0px; cursor: pointer}
|
||||
#search {position: absolute; right: 0px; top: 28px;}
|
||||
#search input {border: 0px; margin: 0px; background-color: white; border: 1px solid #feaf31; height: 25px; font-size: 11px; padding: 0px 10px}
|
||||
|
||||
.noborder {border: 0px !important}
|
||||
.lineheight14 {line-height: 14px !important}
|
||||
.fontsize20 {font-size: 20px!important}
|
||||
.marginbottom20 {margin-bottom: 20px!important}
|
||||
.margintop10 {margin-top:10px!important}
|
||||
.margintop40 {margin-top:40px!important}
|
||||
.floatleft {float: left;}
|
||||
.marginright20 {margin-right: 20px;}
|
||||
.notCompleted {color: red!important}
|
||||
|
After Width: | Height: | Size: 136 B |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 134 B |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 744 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 811 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 371 B |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 694 B |
@@ -0,0 +1,7 @@
|
||||
/* http://keith-wood.name/realPerson.html
|
||||
Real Person Form Submission for jQuery v1.0.1.
|
||||
Written by Keith Wood (kwood{at}iinet.com.au) June 2009.
|
||||
Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
|
||||
MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
|
||||
Please attribute the author if you use it. */
|
||||
(function($){var f='realPerson';function RealPerson(){this._defaults={length:6,includeNumbers:false,regenerate:'Click to change',hashName:'{n}Hash'}}var g='ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';var h=[[' * ',' * * ',' * * ',' * * ',' ***** ','* *','* *'],['****** ','* *','* *','****** ','* *','* *','****** '],[' ***** ','* *','* ','* ','* ','* *',' ***** '],['****** ','* *','* *','* *','* *','* *','****** '],['*******','* ','* ','**** ','* ','* ','*******'],['*******','* ','* ','**** ','* ','* ','* '],[' ***** ','* *','* ','* ','* ***','* *',' ***** '],['* *','* *','* *','*******','* *','* *','* *'],['*******',' * ',' * ',' * ',' * ',' * ','*******'],[' *',' *',' *',' *',' *','* *',' ***** '],['* *','* ** ','* ** ','** ','* ** ','* ** ','* *'],['* ','* ','* ','* ','* ','* ','*******'],['* *','** **','* * * *','* * *','* *','* *','* *'],['* *','** *','* * *','* * *','* * *','* **','* *'],[' ***** ','* *','* *','* *','* *','* *',' ***** '],['****** ','* *','* *','****** ','* ','* ','* '],[' ***** ','* *','* *','* *','* * *','* * ',' **** *'],['****** ','* *','* *','****** ','* * ','* * ','* *'],[' ***** ','* *','* ',' ***** ',' *','* *',' ***** '],['*******',' * ',' * ',' * ',' * ',' * ',' * '],['* *','* *','* *','* *','* *','* *',' ***** '],['* *','* *',' * * ',' * * ',' * * ',' * * ',' * '],['* *','* *','* *','* * *','* * * *','** **','* *'],['* *',' * * ',' * * ',' * ',' * * ',' * * ','* *'],['* *',' * * ',' * * ',' * ',' * ',' * ',' * '],['*******',' * ',' * ',' * ',' * ',' * ','*******'],[' *** ',' * * ','* *','* *','* *',' * * ',' *** '],[' * ',' ** ',' * * ',' * ',' * ',' * ','*******'],[' ***** ','* *',' *',' * ',' ** ',' ** ','*******'],[' ***** ','* *',' *',' ** ',' *','* *',' ***** '],[' * ',' ** ',' * * ',' * * ','*******',' * ',' * '],['*******','* ','****** ',' *',' *','* *',' ***** '],[' **** ',' * ','* ','****** ','* *','* *',' ***** '],['*******',' * ',' * ',' * ',' * ',' * ','* '],[' ***** ','* *','* *',' ***** ','* *','* *',' ***** '],[' ***** ','* *','* *',' ******',' *',' * ',' **** ']];$.extend(RealPerson.prototype,{markerClassName:'hasRealPerson',setDefaults:function(a){$.extend(this._defaults,a||{});return this},_attachRealPerson:function(a,b){a=$(a);if(a.hasClass(this.markerClassName)){return}a.addClass(this.markerClassName);var c={settings:$.extend({},this._defaults)};$.data(a[0],f,c);this._changeRealPerson(a,b)},_changeRealPerson:function(a,b,c){a=$(a);if(!a.hasClass(this.markerClassName)){return}b=b||{};if(typeof b=='string'){var d=b;b={};b[d]=c}var e=$.data(a[0],f);$.extend(e.settings,b);a.prevAll('.realperson-challenge,.realperson-hash').remove().end().before(this._generateHTML(a,e))},_generateHTML:function(a,b){var c='';for(var i=0;i<b.settings.length;i++){c+=g.charAt(Math.floor(Math.random()*(b.settings.includeNumbers?36:26)))}var d='<div class="realperson-challenge"><div class="realperson-text">';for(var i=0;i<h[0].length;i++){for(var j=0;j<c.length;j++){d+=h[g.indexOf(c.charAt(j))][i].replace(/ /g,' ')+' '}d+='<br>'}d+='</div><div class="realperson-regen">'+b.settings.regenerate+'</div></div><input type="hidden" class="realperson-hash" name="'+b.settings.hashName.replace(/\{n\}/,a.attr('name'))+'" value="'+this._hash(c)+'">';return d},_destroyRealPerson:function(a){a=$(a);if(!a.hasClass(this.markerClassName)){return}a.removeClass(this.markerClassName).prevAll('.realperson-challenge,.realperson-hash').remove();$.removeData(a[0],f)},_hash:function(a){var b=5381;for(var i=0;i<a.length;i++){b=((b<<5)+b)+a.charCodeAt(i)}return b}});$.fn.realperson=function(a){var b=Array.prototype.slice.call(arguments,1);return this.each(function(){if(typeof a=='string'){$.realperson['_'+a+'RealPerson'].apply($.realperson,[this].concat(b))}else{$.realperson._attachRealPerson(this,a||{})}})};$.realperson=new RealPerson();$('.realperson-challenge').live('click',function(){$(this).next().next().realperson('change')})})(jQuery);
|
||||
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1,40 @@
|
||||
=== WP OPTIONS ===
|
||||
blogname=Разработка и внедрение ИТ решений.
|
||||
blogdescription=Контроль качества ИТ решений. ИТ технадзор. Системная интеграция
|
||||
siteurl=https://dsu-project.ru
|
||||
home=https://dsu-project.ru
|
||||
admin_email=webmaster@dsu-project.ru
|
||||
default_role=subscriber
|
||||
users_can_register=0
|
||||
permalink_structure=/%postname%/
|
||||
stylesheet=strata-child
|
||||
template=strata
|
||||
page_on_front=12499
|
||||
page_for_posts=0
|
||||
show_on_front=page
|
||||
posts_per_page=2
|
||||
|
||||
=== THEME PHP FILES ===
|
||||
header.php=7243
|
||||
footer.php=6077
|
||||
home.php=1330
|
||||
page.php=1354
|
||||
single.php=2641
|
||||
category.php=3786
|
||||
functions.php=15546
|
||||
contactkz.php=7936
|
||||
meniu.php=524
|
||||
meniu-services.php=1050
|
||||
search.php=2290
|
||||
analyticstracking.php=45
|
||||
class.phpmailer.php=81748
|
||||
|
||||
=== BACKUP FILES ON SERVER ===
|
||||
wp-content/themes/iqon/analyticstracking.php.bak=45
|
||||
wp-content/themes/iqon/category.php.bak=3741
|
||||
wp-content/themes/iqon/contactkz.php.bak=7900
|
||||
wp-content/themes/iqon/contactkz.php.bak2=7930
|
||||
wp-content/themes/iqon/footer.php.bak=5817
|
||||
wp-content/themes/iqon/functions.php.bak=15546
|
||||
wp-content/themes/iqon/header.php.bak=7041
|
||||
wp-content/themes/iqon/meniu-services.php.bak=1022
|
||||