[Redizajn 1KA] - Onboarding screen podstrani - s tem je vse končano za arnes update :)
This commit is contained in:
parent
288e1ac8a0
commit
06e3abcd3f
@ -693,61 +693,10 @@ class NewSurvey{
|
||||
|
||||
echo '<div class="noSurvey_sequence">';
|
||||
|
||||
// Video
|
||||
if ($_GET['b'] == 'video') {
|
||||
|
||||
echo '<div class="main_holder video">';
|
||||
|
||||
echo '<span class="title">' . $lang['noSurvey_sequence_title'] . '</span>';
|
||||
|
||||
echo '<p style="text-align:center;"><iframe width="700" height="500" style="border:1px #8a9fbf solid;" src="//www.youtube.com/embed/1OeaQErrPrc" frameborder="0" allowfullscreen></iframe></p>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
// Spisek funkcionalnosti
|
||||
elseif ($_GET['b'] == 'features') {
|
||||
|
||||
echo '<div class="main_holder features">';
|
||||
|
||||
echo '<span class="title">' . $lang['noSurvey_sequence_title'] . '</span>';
|
||||
|
||||
echo $lang['noSurvey_sequence_features'];
|
||||
|
||||
echo '<h2>' . $lang['noSurvey_sequence_features_h1'] . '</h2>';
|
||||
echo '<ul class="features">';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li1'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li2'] . '</li>';
|
||||
echo '</ul>';
|
||||
|
||||
echo '<h2>' . $lang['noSurvey_sequence_features_h2'] . '</h2>';
|
||||
echo '<ul class="features">';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li3'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li4'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li5'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li6'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li7'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li8'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li9'] . '</li>';
|
||||
echo '</ul>';
|
||||
|
||||
echo '<h2>' . $lang['noSurvey_sequence_features_h3'] . '</h2>';
|
||||
echo '<ul class="features">';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li10'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li11'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li12'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li13'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li14'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li15'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li16'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li17'] . '</li>';
|
||||
echo '</ul>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
// Prva stran
|
||||
else {
|
||||
|
||||
echo '<div class="main_holder main">';
|
||||
echo '<div class="main_holder main">';
|
||||
echo '<div id="no_survey">';
|
||||
|
||||
$sql = sisplet_query("SELECT * FROM users WHERE id='$global_user_id'");
|
||||
@ -758,9 +707,63 @@ class NewSurvey{
|
||||
$text = trim($text);
|
||||
|
||||
echo '<div class="no_survey_title">';
|
||||
echo '<img src="/public/img/images/hand_icon.svg" />';
|
||||
echo $lang['noSurvey_sequence_1'] . $text .'!';
|
||||
echo '</div>';
|
||||
|
||||
// Video
|
||||
if ($_GET['b'] == 'video') {
|
||||
|
||||
echo '<div id="no_survey_video" class="main_holder video">';
|
||||
|
||||
echo '<p style="text-align:center;"><iframe width="800" height="450" src="//www.youtube.com/embed/1OeaQErrPrc" frameborder="0" allowfullscreen></iframe></p>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
// Spisek funkcionalnosti
|
||||
if ($_GET['b'] == 'features') {
|
||||
|
||||
echo '<div id="no_survey_features" class="main_holder features">';
|
||||
|
||||
echo '<p id="intro">'.$lang['noSurvey_sequence_features'].'</p>';
|
||||
|
||||
echo '<h2>' . $lang['noSurvey_sequence_features_h1'] . '</h2>';
|
||||
echo '<ul class="features">';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li1'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li2'] . '</li>';
|
||||
echo '</ul>';
|
||||
|
||||
echo '<h2>' . $lang['noSurvey_sequence_features_h2'] . '</h2>';
|
||||
echo '<ul class="features">';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li3'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li4'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li5'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li6'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li7'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li8'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li9'] . '</li>';
|
||||
echo '</ul>';
|
||||
|
||||
echo '<h2>' . $lang['noSurvey_sequence_features_h3'] . '</h2>';
|
||||
echo '<ul class="features">';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li10'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li11'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li12'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li13'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li14'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li15'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li16'] . '</li>';
|
||||
echo '<li>' . $lang['noSurvey_sequence_features_li17'] . '</li>';
|
||||
echo '</ul>';
|
||||
|
||||
$cenik_link = ($lang['id'] == '1') ? 'https://www.1ka.si/d/sl/cenik' : 'https://www.1ka.si/d/en/services/';
|
||||
|
||||
echo '<p class="top16">'.$lang['noSurvey_sequence_button_cenik_text'].'<a target="_blank" href="'.$cenik_link.'">'.$lang['noSurvey_sequence_button_cenik'].'</a>.</p>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
// Ustvari anketo
|
||||
echo '<div class="no_survey_box">';
|
||||
|
||||
@ -784,14 +787,14 @@ class NewSurvey{
|
||||
echo '</div>';
|
||||
|
||||
|
||||
// Videovodic
|
||||
// Videovodic box
|
||||
if($_GET['b'] != 'video'){
|
||||
|
||||
echo '<div class="no_survey_box">';
|
||||
|
||||
echo '<div class="feature">';
|
||||
echo '<div class="icon">';
|
||||
echo '<span class="faicon fa-play"></span>';
|
||||
echo '<span class="faicon fa-film"></span>';
|
||||
echo '</div>';
|
||||
echo '<div class="name">';
|
||||
echo $lang['noSurvey_sequence_3'];
|
||||
@ -809,14 +812,14 @@ class NewSurvey{
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
// Ogled funkcionalnosti
|
||||
// Ogled funkcionalnosti box
|
||||
if($_GET['b'] != 'features'){
|
||||
|
||||
echo '<div class="no_survey_box">';
|
||||
|
||||
echo '<div class="feature">';
|
||||
echo '<div class="icon">';
|
||||
echo '<span class="faicon fa-wrench"></span>';
|
||||
echo '<span class="faicon fa-toolbox"></span>';
|
||||
echo '</div>';
|
||||
echo '<div class="name">';
|
||||
echo $lang['noSurvey_sequence_5'];
|
||||
@ -837,23 +840,6 @@ class NewSurvey{
|
||||
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
|
||||
// Gumbi na dnu
|
||||
echo '<div class="buttons_holder">';
|
||||
|
||||
// Gumb ogled cenika
|
||||
if($_GET['b'] == 'features'){
|
||||
$cenik_link = ($lang['id'] == '1') ? 'https://www.1ka.si/d/sl/cenik' : 'https://www.1ka.si/d/en/services/';
|
||||
|
||||
echo '<a href="'.$cenik_link.'" target="_blank">';
|
||||
echo ' <div class="button button_gray">'.$lang['noSurvey_sequence_button_cenik'].'</div>';
|
||||
echo '</a>';
|
||||
}
|
||||
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
11
lang/1.php
11
lang/1.php
@ -7039,19 +7039,19 @@ $lang = array (
|
||||
'noSurvey_sequence_cenik' => "<a href=\"https://www.1ka.si/d/sl/storitve/cenik-metodoloskih-storitev\" target=\"_blank\">Oglejte si našo ponudbo storitev in cenik na spletni strani 1KA >></a>",
|
||||
'noSurvey_sequence_video_link1' => "Želim pogledati še nekaj ključnih funkcionalnosti, ki jih orodje 1KA omogoča",
|
||||
'noSurvey_sequence_video_link2' => "Želel bi dodatno pomoč pri izdelavi vprašalnika ali analizi podatkov",
|
||||
'noSurvey_sequence_features' => "<p>Naslednje ključne funkcionalnosti <span class=\"bold\">1KA</span> vam lahko pomembno podprejo ali olajšajo delo:</p>",
|
||||
'noSurvey_sequence_features' => "Naslednje ključne funkcionalnosti 1KA vam lahko pomembno podprejo ali olajšajo delo:",
|
||||
'noSurvey_sequence_features_h1' => "BISTVENE FUNKCIONALNOSTI",
|
||||
'noSurvey_sequence_features_h2' => "SPLOŠNE FUNKCIONALNISTI",
|
||||
'noSurvey_sequence_features_h3' => "SPECIFIČNE FUNKCIONALNOSTI",
|
||||
'noSurvey_sequence_features_li1' => "<a href=\"https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/testiranje/komentarji\">Komentarji</a>: Za razvoj in testiranje vprašalnika je neprecenljivo uporabiti komentarje, ki omogočajo izredno učinkovito zbiranje pripomb in njihovo obdelavo.",
|
||||
'noSurvey_sequence_features_li2' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/strukturiranje-vprasalnika-bloke\">Bloki vprašanj</a>: Pri izdelavi kompleksnejših anket je priporočljivo vprašalnik razdeliti v sklope.",
|
||||
'noSurvey_sequence_features_li3' => "<a href=\"https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/urejanje/vprasalnik/pogoji\" target=\"_blank\">Pogoji</a>: Nastavitve, da le določeni respondenti odgovarjajo na določena vprašanja (npr. vprašanje o število rojstev se prikaže le za spol=ženski).",
|
||||
'noSurvey_sequence_features_li4' => "<span class=\"bold\">Skrčeni pogled</span> vprašalnika je nujen pri dolgih vprašalnikih.",
|
||||
'noSurvey_sequence_features_li4' => "<span class=\"semi-bold\">Skrčeni pogled</span> vprašalnika je nujen pri dolgih vprašalnikih.",
|
||||
'noSurvey_sequence_features_li5' => "<a href=\"https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/urejanje/vprasalnik/zanka\" target=\"_blank\">Zanke</a>: Ko se vprašanje ponovi glede na določen odgovor (npr. najprej se vpraša, katere države je respondent obiskal in za označene sledijo podvprašanja), je smiselno uporabiti poseben tip zanke.",
|
||||
'noSurvey_sequence_features_li6' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/prenos-vrednosti-iz-odgovora-na-eno-vprasanje-tekst-drugega-vprasanja-angl-data\" target=\"_blank\">Prenos odgovorov</a> (Data Piping). Vključevanje odgovora v tekst naslednjega vprašanja (npr. ime navedeno kot odgovor v prvem vprašanju se uporabi v tekstu naslednjega vprašanja).",
|
||||
'noSurvey_sequence_features_li7' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/obvescanje\" target=\"_blank\">Obveščanje o izpolnjeni anketi</a>: Nastavitev, da se po izpolnjeni anketi pošlje email respondentu in/ali avtorju ankete.",
|
||||
'noSurvey_sequence_features_li8' => "<span class=\"bold\">PDF izpolnjenega vprašalnika</span>:</span> Respondenti lahko dobijo link na PDF obliko svojega izpolnjenega vprašalnika.",
|
||||
'noSurvey_sequence_features_li9' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/nacela-uporabe-javne-knjiznice-1ka\" target=\"_blank\">Uporaba knjižnice</a>: s pomočjo knjižnice lahko prenašate vprašanja iz ene ankete v drugo ali pa uporabite sistemska vprašanja, ki so že na voljo.<br /><br />",
|
||||
'noSurvey_sequence_features_li8' => "<span class=\"semi-bold\">PDF izpolnjenega vprašalnika</span>:</span> Respondenti lahko dobijo link na PDF obliko svojega izpolnjenega vprašalnika.",
|
||||
'noSurvey_sequence_features_li9' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/nacela-uporabe-javne-knjiznice-1ka\" target=\"_blank\">Uporaba knjižnice</a>: s pomočjo knjižnice lahko prenašate vprašanja iz ene ankete v drugo ali pa uporabite sistemska vprašanja, ki so že na voljo.",
|
||||
'noSurvey_sequence_features_li10' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/javna-povezava-do-vpogleda-podatke-analize\" target=\"_blank\">Vpogled v podatke realnem času</a>: Sproti je mogoče na zunanji povezavi (izven 1KA) spremljati tudi podatke (vnose), kar je posebej primerno za prijavne forme, glasovanja ali druge kratke ankete; v realnem času je mogoče preko linka (izven 1KA) spremljati tudi statistike.",
|
||||
'noSurvey_sequence_features_li11' => "<a href=\"https://www.1ka.si/d/sl/pomoc/prirocniki/ustvarjanje-skupin-respondentov/\" target=\"_blank\">Ustvarjanje skupin respondentov</a>, ki jih lahko analizirate brez postavljanja vprašanja za identifikacijo.",
|
||||
'noSurvey_sequence_features_li12' => "<a href=\"https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/urejanje/nastavitve/jezik\" target=\"_blank\">Večjezičnost</a>: Omogoča izdelavo ankete v več jezikih.",
|
||||
@ -7072,7 +7072,8 @@ $lang = array (
|
||||
'noSurvey_sequence_button_create' => "Ustvari anketo",
|
||||
'noSurvey_sequence_button_video' => "Ogled videovodiča",
|
||||
'noSurvey_sequence_button_advanced' => "Ogled funkcionalnosti",
|
||||
'noSurvey_sequence_button_cenik' => "Ogled cenika",
|
||||
'noSurvey_sequence_button_cenik_text' => "Funkcionalnosti so razdeljene v različne pakete (od brezplačnega do plačljivih). Oglejte si naš ",
|
||||
'noSurvey_sequence_button_cenik' => "cenik paketov",
|
||||
'noSurvey_sequence_main_li11' => "<span class=\"new_survey_text\">Uporabnikom, ki nimajo izkušenj s spletnim anketiranjem, priporočamo uvodni video. To bo omogočilo izkoristiti vse prednosti orodja 1KA, hkrati pa se bodo s tem izognili nepotrebnim težavam in vprašanjem.</span>",
|
||||
'noSurvey_sequence_main_li12' => "Želim si ogledati nekajminutni video uporabe orodja 1KA",
|
||||
'noSurvey_sequence_main_li21' => "<span class=\"new_survey_text\">Izkušenim uporabnikom priporočamo pregled kratkega spiska prednosti 1KA. Pogosto namreč tudi napredni uporabniki ne poznajo funkcionalnosti, ki lahko pomembno izboljšajo proces izdelave spletne ankete.</span>",
|
||||
|
19
lang/2.php
19
lang/2.php
@ -6923,19 +6923,19 @@ $lang = array (
|
||||
'noSurvey_sequence_cenik' => "<a href=\"https://www.1ka.si/d/en/services/pricelist-for-methodological-counselling\" target=\"_blank\">Check out our offer of services and price list on the 1KA website >></a>",
|
||||
'noSurvey_sequence_video_link1' => "I would like to review some of the key functionalities of the 1KA tool",
|
||||
'noSurvey_sequence_video_link2' => "I would like further assistance in the preparation of a questionnaire or data analysis",
|
||||
'noSurvey_sequence_features' => "<p>The following key features of <span class=\"bold\">1KA</span> can significantly support or facilitate your work:</p>",
|
||||
'noSurvey_sequence_features' => "The following key functionalities of 1KA can significantly support or facilitate your work:",
|
||||
'noSurvey_sequence_features_h1' => "CORE FUNCTIONALITIES",
|
||||
'noSurvey_sequence_features_h2' => "GENERAL FUNCTIONALITIES",
|
||||
'noSurvey_sequence_features_h3' => "SPECIFIC FUNCTIONALITIES",
|
||||
'noSurvey_sequence_features_li1' => "<a href=\"https://www.1ka.si/d/en/help/user-guide/testing/comments\">Comments</a>: For the development and testing of the questionnaire, the use of comments is invaluable, as they provide an extremely efficient tool for the collection and processing of comments from the respondents.",
|
||||
'noSurvey_sequence_features_li2' => "<a href=\"https://www.1ka.si/d/en/help/user-guide/edit/questionnaire/block/\">Blocks</a>: When creating complex surveys, it is recommended that the user divides the questionnaire into specific sections.",
|
||||
'noSurvey_sequence_features_li3' => "<a href=\"https://www.1ka.si/d/en/help/user-guide/edit/questionnaire/conditions\">(IF) conditions</a>: Settings that stipulate that only certain respondents can answer specific questions (e.g. the question of the number of births is displayed only for gender = female).",
|
||||
'noSurvey_sequence_features_li4' => "<span class=\"bold\">Collapsed view</span> of the questionnaire is recommended for long and more complex questionnaires.",
|
||||
'noSurvey_sequence_features_li4' => "<span class=\"semi-bold\">Collapsed view</span> of the questionnaire is recommended for long and more complex questionnaires.",
|
||||
'noSurvey_sequence_features_li5' => "<a href=\"https://www.1ka.si/d/en/help/user-guide/edit/questionnaire/loops\" target=\"_blank\">Loops</a>: When the question is repeated, depending on the specific answer (e.g. respondent is first asked which countries they had visited and then is displayed sub-questions for each country), it is reasonable to use a special type of loop. ",
|
||||
'noSurvey_sequence_features_li6' => "<a href=\"https://www.1ka.si/d/en/help/manuals/transfering-values-from-the-answer-of-one-question-into-the-text-of-another-question/\" target=\"_blank\">Data Piping</a>: including the answer of a question into the text of a subsequent question (e.g. name mentioned as a response to the first question is used in the text of the following questions).",
|
||||
'noSurvey_sequence_features_li7' => "<a href=\"https://www.1ka.si/d/en/help/manuals/1ka-settings-for-email-notifications-for-completed-surveys-and-insight-into-the\" target=\"_blank\">Notifications of survey completion</a>: You can set that an email notification is sent to the respondents and/or survey authors upon successful survey completion.",
|
||||
'noSurvey_sequence_features_li8' => "<span class=\"bold\">PDF of the completed questionnaire</span>:</span> respondents may obtain a link to the PDF format of their completed questionnaire.",
|
||||
'noSurvey_sequence_features_li9' => "<a href=\"https://www.1ka.si/d/en/help/manuals/principles-of-1ka-public-library-use\" target=\"_blank\">Library</a>: using the library, you can download questions from one survey to another, or use the system questions that are already available.<br /><br />",
|
||||
'noSurvey_sequence_features_li8' => "<span class=\"semi-bold\">PDF of the completed questionnaire</span>:</span> respondents may obtain a link to the PDF format of their completed questionnaire.",
|
||||
'noSurvey_sequence_features_li9' => "<a href=\"https://www.1ka.si/d/en/help/manuals/principles-of-1ka-public-library-use\" target=\"_blank\">Library</a>: using the library, you can download questions from one survey to another, or use the system questions that are already available.",
|
||||
'noSurvey_sequence_features_li10' => "<a href=\"https://www.1ka.si/d/en/help/manuals/public-url-to-view-data-and-analysis\" target=\"_blank\">Viewing data in real-time</a>: you can continuously monitor the data (entries) through an external link (outside 1KA), which is especially suitable for application forms, voting or other short surveys; you can also monitor the statistics through a link (outside 1KA).",
|
||||
'noSurvey_sequence_features_li11' => "<a href=\"https://www.1ka.si/d/en/help/manuals/creating-respondent-groups\" target=\"_blank\">Creating groups of respondents </a>, that can be analysed without asking additional identification questions.",
|
||||
'noSurvey_sequence_features_li12' => "<a href=\"https://www.1ka.si/d/en/help/user-guide/edit/settings/language\" target=\"_blank\">Multiple languages</a>: Creating surveys in multiple languages.",
|
||||
@ -6945,18 +6945,19 @@ $lang = array (
|
||||
'noSurvey_sequence_features_li16' => "<a href=\"https://www.1ka.si/d/en/about/general-description/questionnaire-types/voting\" target=\"_blank\">Voting system</a>: The respondent answers a question, after which a graphic representation of all responses, i.e. results of the vote, are displayed.",
|
||||
'noSurvey_sequence_features_li17' => "<a href=\"https://www.1ka.si/d/en/help/user-guide/advanced-modules/website-evaluation-split-screen\" target=\"_blank\">Evaluation of websites</a>: The monitor is split into two screens when completing a survey, by which one of the screens displays a website, while the other screen allows you to evaluate the website.",
|
||||
'noSurvey_sequence_main' => "<p>We invite you to take a few minutes and view the <b>1KA introductory video on using the 1KA tool</b> before creating the first survey.</p>
|
||||
<p>We recommend experienced users to review the list of <b>basic 1KA functionalities</b>, where you can also choose one of the paid subscriptions that enables you to use <b>advanced functionalities</b>.</p>
|
||||
<p>We recommend experienced users to review the list of <b>basic 1KA functionalities</b>, where you can also choose one of the paid subscriptions that enables you to use <b>advanced functionalities.</p>
|
||||
<p>To create a survey immediately, without viewing the video guide and reviewing the functionalities, click the <b>Create survey button</b>.</p>",
|
||||
'noSurvey_sequence_button_create' => "Create survey",
|
||||
'noSurvey_sequence_button_video' => "View video",
|
||||
'noSurvey_sequence_button_video' => "View video",
|
||||
'noSurvey_sequence_button_create' => "Create survey",
|
||||
'noSurvey_sequence_button_video' => "View video",
|
||||
'noSurvey_sequence_button_advanced' => "View features",
|
||||
'noSurvey_sequence_1' => "Welcome to the 1KA online tool, ",
|
||||
'noSurvey_sequence_2' => "Get started right away and get to know the 1KA tool as you use it.",
|
||||
'noSurvey_sequence_3' => "How to use 1ka?",
|
||||
'noSurvey_sequence_4' => "Before creating your first survey, watch this short video tutorial.",
|
||||
'noSurvey_sequence_5' => "Wide range of functionalities",
|
||||
'noSurvey_sequence_6' => "What does 1KA offer? The list of functionalities will answer your questions.",
|
||||
'noSurvey_sequence_button_cenik' => "View pricelist",
|
||||
'noSurvey_sequence_button_cenik_text' => "The functionalities are divided into different packages (from free to paid). Take a look at our ",
|
||||
'noSurvey_sequence_button_cenik' => "package pricelist",
|
||||
'noSurvey_sequence_main_li11' => "<span class=\"new_survey_text\">For users that do not have any experience with online surveys, we recommend that you view our introductory video. This will allow you to utilize all the advantages of the 1KA tool and will also help you avoid unnecessary problems and questions.</span>",
|
||||
'noSurvey_sequence_main_li12' => "I would like to view a short video on how to use the 1KA tool",
|
||||
'noSurvey_sequence_main_li21' => "<span class=\"new_survey_text\">We recommend that experienced users review a short list of 1KA's advantages. Even advanced users are often unaware of certain functionalities of the tool, which can significantly improve the process of creating an online survey.</span>",
|
||||
|
@ -12811,6 +12811,11 @@ div#no_survey div.no_survey_title {
|
||||
width: 800px;
|
||||
margin-bottom: 25px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
div#no_survey div.no_survey_title img {
|
||||
margin-right: 8px;
|
||||
}
|
||||
div#no_survey div.no_survey_box {
|
||||
width: 800px;
|
||||
@ -12843,6 +12848,33 @@ div#no_survey div.no_survey_box div.feature div.name {
|
||||
div#no_survey div.no_survey_box div.button_holder {
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
div#no_survey #no_survey_video {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div#no_survey #no_survey_features {
|
||||
width: 800px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div#no_survey #no_survey_features #intro {
|
||||
font-size: 21px;
|
||||
}
|
||||
div#no_survey #no_survey_features h2 {
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
margin: 16px 0;
|
||||
}
|
||||
div#no_survey #no_survey_features .features {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
div#no_survey #no_survey_features .features li {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
div#no_survey #no_survey_features .features li:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.page_ustvari_anketo {
|
||||
margin: 0 !important;
|
||||
|
9
public/img/images/hand_icon.svg
Normal file
9
public/img/images/hand_icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.5 KiB |
@ -15,6 +15,12 @@ div#no_survey {
|
||||
margin-bottom: 25px;
|
||||
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
div.no_survey_box {
|
||||
@ -54,6 +60,38 @@ div#no_survey {
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
#no_survey_video {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
#no_survey_features {
|
||||
width: 800px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
#intro {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: $semi-bold;
|
||||
font-size: 18px;
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.features {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
li {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0 0 8px 0;
|
||||
&:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user