Changeset 2674369
- Timestamp:
- 02/07/2022 03:21:40 PM (4 years ago)
- Location:
- jobsearch
- Files:
-
- 4 added
- 18 edited
-
css/jobsearch.css (modified) (2 diffs)
-
frontEnd/job/helper/jobHelper.php (modified) (3 diffs)
-
frontEnd/widget/widgetJobList.php (modified) (1 diff)
-
helper/translation.php (modified) (2 diffs)
-
jobsearch.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
tags/2.0.13 (added)
-
tags/2.0.13/readme.txt (added)
-
templates/job/list/jobListBody1.tpl (modified) (1 diff)
-
templates/search/searchForm1.tpl (modified) (2 diffs)
-
templates/widget/widgetJobListBody1.tpl (modified) (1 diff)
-
trunk/css/jobsearch.css (modified) (2 diffs)
-
trunk/frontEnd/job/helper/jobHelper.php (modified) (3 diffs)
-
trunk/frontEnd/widget/widgetJobList.php (modified) (1 diff)
-
trunk/helper/translation.php (modified) (2 diffs)
-
trunk/jobsearch.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tags/2.0.13 (added)
-
trunk/tags/2.0.13/readme.txt (added)
-
trunk/templates/job/list/jobListBody1.tpl (modified) (1 diff)
-
trunk/templates/search/searchForm1.tpl (modified) (2 diffs)
-
trunk/templates/widget/widgetJobListBody1.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jobsearch/css/jobsearch.css
r2510468 r2674369 791 791 margin-top: 5px; 792 792 } 793 #listJob .tdb-jd-row { 794 flex-flow: row wrap; 795 } 793 796 .tdb-jd-row { 794 797 display: flex; 795 flex-flow: row wrap; 798 } 799 800 .tdb-jd-row-widget a.tdb-jd-link-title { 801 margin: 5px 0 0 5px; 796 802 } 797 803 … … 799 805 display: none; 800 806 } 801 802 807 } 803 808 -
jobsearch/frontEnd/job/helper/jobHelper.php
r2600254 r2674369 371 371 372 372 $cssTmp = "tdb-jd-li-page"; 373 373 374 374 if($i >($current + $nbLinkToShowAfterMobile) || ($i >=($current + $nbLinkToShowAfterMobile) && $current ==1) ){ 375 375 $cssTmp .= " tdb-jd-li-page-last-element"; … … 395 395 /****/ 396 396 if($html_first_page <> ''){ 397 $html_first_page = "< div class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-first-elem'>" . $html_first_page . "</div>";397 $html_first_page = "<li class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-first-elem'>" . $html_first_page . "</li>"; 398 398 // $html_first_page = ''; 399 399 } 400 400 if($html_page <> ''){ 401 $html_page = "< div class ='tdb-jd-col8 tdb-jd-page-number tdb-jd-search-display tdb-jd-second-elem'>" . $html_page . "</div>";401 $html_page = "<li class ='tdb-jd-col8 tdb-jd-page-number tdb-jd-search-display tdb-jd-second-elem'>" . $html_page . "</li>"; 402 402 // $html_page = ''; 403 403 } 404 404 if($html_next_page <> ''){ 405 $html_next_page = "< div class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-third-elem'>" . $html_next_page . "</div>";405 $html_next_page = "<li class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-third-elem'>" . $html_next_page . "</li>"; 406 406 // $html_next_page = ''; 407 407 } 408 408 409 $html.= "<div class='tdb-jd-row tdb-jd-row-pagination'>"410 .$html_first_page409 $html.= 410 $html_first_page 411 411 . $html_page 412 412 . $html_next_page 413 . "</div>"414 413 . '</ul>'; 415 414 … … 425 424 } 426 425 } 427 $html.= "</div>"; 426 $html.= "</div>"; // tdb-jd-col-11 428 427 $html.= "<div class ='tdb-jd-col-1 tdb-jd-row-widget tdb-jd-select-pagination' >"; 429 428 $html.= $helper->tdb_jb_get_col("","select","pageJob",$option,"","","","","","","","","","","tdb-jd-col-6-widget tdb-jd-page-job "); 430 429 $html.= "</div>"; 431 $html.= "</div>"; 430 $html.= "</div>"; //tdb-jd-row 431 $html.= "</div>"; //tdb-jd-pagination 432 432 433 433 return $html; -
jobsearch/frontEnd/widget/widgetJobList.php
r2510927 r2674369 215 215 } 216 216 217 $langWidget = $categoryTranslate . " " . TDB_LANG_JOB ;217 $langWidget = $categoryTranslate . " " . TDB_LANG_JOBS; 218 218 } 219 219 } -
jobsearch/helper/translation.php
r2614212 r2674369 884 884 885 885 define('TDB_LANG_APIKEY',__("Api key",$translation_name)); 886 define('TDB_LANG_APILINK',__("Api link(domain without http protocol)",$translation_name));886 define('TDB_LANG_APILINK',__("Api URL (domain without http protocol)",$translation_name)); 887 887 define('TDB_LANG_APPLYDATE',__("Apply date",$translation_name)); 888 888 define('TDB_LANG_APPLYFIELD',__("Visibility fields",$translation_name)); … … 1054 1054 define('TDB_LANG_LANGUAGEREQUIRED',__("Language required",$translation_name)); 1055 1055 define('TDB_LANG_LAST',__("Last",$translation_name)); 1056 define('TDB_LANG_LATESTJOB',__("Latest job ",$translation_name));1056 define('TDB_LANG_LATESTJOB',__("Latest jobs",$translation_name)); 1057 1057 define('TDB_LANG_LEVEL',__("Level",$translation_name)); 1058 1058 define('TDB_LANG_LINKEDIN',__("Linkedin",$translation_name)); -
jobsearch/jobsearch.php
r2614212 r2674369 3 3 Plugin Name: Tamago-DB Job Board 4 4 Description: Job board integrated with the ATS/CRM Tamago-DB 5 Version: 2.0.1 25 Version: 2.0.13 6 6 Author: Tamago-DB 7 7 Text Domain: jobsearch -
jobsearch/readme.txt
r2597720 r2674369 3 3 Tags: job-board,recruiting,api,job-search,job,recruitment,recruit,job,tamago,tamago-db, 4 4 Requires at least: 4.9 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 7 … … 10 10 == Description == 11 11 12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board. 12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board. 13 13 14 The Tamago-DB Job-board WP plugin comes with a number of highly customizable templates that seamlessly integrated into the look and feel of the website for high quality user experience. 14 The Tamago-DB Job-board WP plugin comes with a number of highly customizable templates that seamlessly integrated into the look and feel of the website for high quality user experience. 15 15 16 16 The Tamago-DB job board is compatible with Google for Jobs compliant, England and Japanese language optimised and only available to Tamago-DB licence users. … … 26 26 27 27 [jobsearch_form] - [tdb_job_board_form] / Include search and list 28 Parameters: 29 jobLanguage: filter on the language of the job 30 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 31 searchHidden: set to true to hide the search form on the result page 28 Parameters: 29 jobLanguage: filter on the language of the job 30 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 31 searchHidden: set to true to hide the search form on the result page 32 32 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 33 33 34 34 [jobsearch_apply] - [tdb_job_board_apply] / Apply for candidate 35 Parameters: 36 redirect-link: redirect to a different page after submitting the registration form 35 Parameters: 36 redirect-link: redirect to a different page after submitting the registration form 37 37 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 38 38 39 39 [jobsearch_last_job] - [tdb_job_board_last_job] / Widget who shown latest published jobs 40 Parameters: 41 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 40 Parameters: 41 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 42 42 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 43 43 44 44 [jobsearch_category] - [tdb_job_board_category] / Widget who shown some specific jobs on category from Tamago-db 45 Parameters: 46 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 45 Parameters: 46 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 47 47 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 48 48 49 49 [jobsearch_tag] - [tdb_job_board_tag] / Widget who shown some specific jobs on tag from Tamago-db 50 Parameters: 51 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 52 tag: tag ID 53 title: widget title 50 Parameters: 51 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 52 tag: tag ID 53 title: widget title 54 54 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 55 55 56 56 [tdb_search_form] / Search form 57 Parameters: 58 jobLanguage: filter on the language of the job 59 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 57 Parameters: 58 jobLanguage: filter on the language of the job 59 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 60 60 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 61 61 62 62 [tdb_list_form] / List form 63 Parameters: 64 jobLanguage: filter on the language of the job 65 company: ID of the company jobs will be listed. 66 featured: true or false to add featured job. 67 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 68 urllist: pages you need to redirect to go to the detail 63 Parameters: 64 jobLanguage: filter on the language of the job 65 company: ID of the company jobs will be listed. 66 featured: true or false to add featured job. 67 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 68 urllist: pages you need to redirect to go to the detail 69 69 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 70 70 71 71 [jobsearch_featured] - [tdb_job_board_featured] / List featured jobs from a given Company ID 72 Parameters: 73 company: ID of the company jobs will be listed. 74 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 72 Parameters: 73 company: ID of the company jobs will be listed. 74 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 75 75 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 76 76 -
jobsearch/templates/job/list/jobListBody1.tpl
r2354303 r2674369 103 103 <!--Separator --> 104 104 {if $i != $nbElementJson } 105 <hr class="tdb-jd-my-4" >105 <hr class="tdb-jd-my-4" /> 106 106 {/if} 107 107 </div> -
jobsearch/templates/search/searchForm1.tpl
r2382513 r2674369 1 1 {if isset($urlSearch) && $urlSearch != ''} 2 <form action='{$urlSearch}' class="tdb-jd-search-form" method="GET" >3 <input type="hidden" name="urlSearch" value ="urlSearch"/>2 <form action='{$urlSearch}' class="tdb-jd-search-form" method="GET"> 3 <input type="hidden" name="urlSearch" value="urlSearch"/> 4 4 {else} 5 5 <form class="tdb-jd-search-form" method="GET" > … … 7 7 8 8 {if isset($searchHidden) && $searchHidden != ''} 9 <input type="hidden" name="searchHidden" value ="true"/>9 <input type="hidden" name="searchHidden" value="true"/> 10 10 {else} 11 <input type="hidden" name="searchHidden" value ="false"/>11 <input type="hidden" name="searchHidden" value="false"/> 12 12 {/if} 13 <div class ="tdb-jd-container tdb-jd-search-container">14 <div class ="tdb-jd-row">15 <div class ="tdb-jd-col-8" id="keywordplaceholder">16 <div class ="tdb-jd-row">13 <div class="tdb-jd-container tdb-jd-search-container"> 14 <div class="tdb-jd-row"> 15 <div class="tdb-jd-col-8" id="keywordplaceholder"> 16 <div class="tdb-jd-row"> 17 17 {$keyword} 18 18 -
jobsearch/templates/widget/widgetJobListBody1.tpl
r2510927 r2674369 1 1 <div class='tdb-jd-row tdb-jd-row-header-detail tdb-jd-row-widget'> 2 <div class='tdb-jd-col-3 tdb-jd-col-3-widget'> 3 <a href='{$jobLink}'> 4 <img class='tdb-jd-img' src='{$jobImage}' alt="Job Result Image" > 5 </a> 6 </div> 7 <div class='tdb-jd-col-9 tdb-jd-col-subject tdb-jd-col-9-widget'> 8 <div class="tdb-jd-row"> 9 <div class="tdb-jd-col-12"> 10 <span class="tdb-jd-date-widget"> {$jobDate}</span> 11 </div> 12 </div> 13 14 <div class="tdb-jd-row tdb-jd-row-widget"> 15 <div class="tdb-jd-col-12 tdb-jd-col-12-widget"> 16 <a href= '{$jobLink}' class='tdb-jd-link-title' >{$jobTitle}</a> 17 </div> 18 </div> 19 </div> 2 <span class="tdb-jd-date-widget">{$jobDate}</span> 3 <a href='{$jobLink}' class='tdb-jd-link-title'>{$jobTitle}</a> 20 4 </div> 5 <hr/> -
jobsearch/trunk/css/jobsearch.css
r2510468 r2674369 791 791 margin-top: 5px; 792 792 } 793 #listJob .tdb-jd-row { 794 flex-flow: row wrap; 795 } 793 796 .tdb-jd-row { 794 797 display: flex; 795 flex-flow: row wrap; 798 } 799 800 .tdb-jd-row-widget a.tdb-jd-link-title { 801 margin: 5px 0 0 5px; 796 802 } 797 803 … … 799 805 display: none; 800 806 } 801 802 807 } 803 808 -
jobsearch/trunk/frontEnd/job/helper/jobHelper.php
r2600254 r2674369 371 371 372 372 $cssTmp = "tdb-jd-li-page"; 373 373 374 374 if($i >($current + $nbLinkToShowAfterMobile) || ($i >=($current + $nbLinkToShowAfterMobile) && $current ==1) ){ 375 375 $cssTmp .= " tdb-jd-li-page-last-element"; … … 395 395 /****/ 396 396 if($html_first_page <> ''){ 397 $html_first_page = "< div class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-first-elem'>" . $html_first_page . "</div>";397 $html_first_page = "<li class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-first-elem'>" . $html_first_page . "</li>"; 398 398 // $html_first_page = ''; 399 399 } 400 400 if($html_page <> ''){ 401 $html_page = "< div class ='tdb-jd-col8 tdb-jd-page-number tdb-jd-search-display tdb-jd-second-elem'>" . $html_page . "</div>";401 $html_page = "<li class ='tdb-jd-col8 tdb-jd-page-number tdb-jd-search-display tdb-jd-second-elem'>" . $html_page . "</li>"; 402 402 // $html_page = ''; 403 403 } 404 404 if($html_next_page <> ''){ 405 $html_next_page = "< div class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-third-elem'>" . $html_next_page . "</div>";405 $html_next_page = "<li class ='tdb-jd-col2 tdb-jd-page-number tdb-jd-third-elem'>" . $html_next_page . "</li>"; 406 406 // $html_next_page = ''; 407 407 } 408 408 409 $html.= "<div class='tdb-jd-row tdb-jd-row-pagination'>"410 .$html_first_page409 $html.= 410 $html_first_page 411 411 . $html_page 412 412 . $html_next_page 413 . "</div>"414 413 . '</ul>'; 415 414 … … 425 424 } 426 425 } 427 $html.= "</div>"; 426 $html.= "</div>"; // tdb-jd-col-11 428 427 $html.= "<div class ='tdb-jd-col-1 tdb-jd-row-widget tdb-jd-select-pagination' >"; 429 428 $html.= $helper->tdb_jb_get_col("","select","pageJob",$option,"","","","","","","","","","","tdb-jd-col-6-widget tdb-jd-page-job "); 430 429 $html.= "</div>"; 431 $html.= "</div>"; 430 $html.= "</div>"; //tdb-jd-row 431 $html.= "</div>"; //tdb-jd-pagination 432 432 433 433 return $html; -
jobsearch/trunk/frontEnd/widget/widgetJobList.php
r2510927 r2674369 215 215 } 216 216 217 $langWidget = $categoryTranslate . " " . TDB_LANG_JOB ;217 $langWidget = $categoryTranslate . " " . TDB_LANG_JOBS; 218 218 } 219 219 } -
jobsearch/trunk/helper/translation.php
r2614212 r2674369 884 884 885 885 define('TDB_LANG_APIKEY',__("Api key",$translation_name)); 886 define('TDB_LANG_APILINK',__("Api link(domain without http protocol)",$translation_name));886 define('TDB_LANG_APILINK',__("Api URL (domain without http protocol)",$translation_name)); 887 887 define('TDB_LANG_APPLYDATE',__("Apply date",$translation_name)); 888 888 define('TDB_LANG_APPLYFIELD',__("Visibility fields",$translation_name)); … … 1054 1054 define('TDB_LANG_LANGUAGEREQUIRED',__("Language required",$translation_name)); 1055 1055 define('TDB_LANG_LAST',__("Last",$translation_name)); 1056 define('TDB_LANG_LATESTJOB',__("Latest job ",$translation_name));1056 define('TDB_LANG_LATESTJOB',__("Latest jobs",$translation_name)); 1057 1057 define('TDB_LANG_LEVEL',__("Level",$translation_name)); 1058 1058 define('TDB_LANG_LINKEDIN',__("Linkedin",$translation_name)); -
jobsearch/trunk/jobsearch.php
r2614212 r2674369 3 3 Plugin Name: Tamago-DB Job Board 4 4 Description: Job board integrated with the ATS/CRM Tamago-DB 5 Version: 2.0.1 25 Version: 2.0.13 6 6 Author: Tamago-DB 7 7 Text Domain: jobsearch -
jobsearch/trunk/readme.txt
r2597720 r2674369 3 3 Tags: job-board,recruiting,api,job-search,job,recruitment,recruit,job,tamago,tamago-db, 4 4 Requires at least: 4.9 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 7 … … 10 10 == Description == 11 11 12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board. 12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board. 13 13 14 The Tamago-DB Job-board WP plugin comes with a number of highly customizable templates that seamlessly integrated into the look and feel of the website for high quality user experience. 14 The Tamago-DB Job-board WP plugin comes with a number of highly customizable templates that seamlessly integrated into the look and feel of the website for high quality user experience. 15 15 16 16 The Tamago-DB job board is compatible with Google for Jobs compliant, England and Japanese language optimised and only available to Tamago-DB licence users. … … 26 26 27 27 [jobsearch_form] - [tdb_job_board_form] / Include search and list 28 Parameters: 29 jobLanguage: filter on the language of the job 30 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 31 searchHidden: set to true to hide the search form on the result page 28 Parameters: 29 jobLanguage: filter on the language of the job 30 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 31 searchHidden: set to true to hide the search form on the result page 32 32 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 33 33 34 34 [jobsearch_apply] - [tdb_job_board_apply] / Apply for candidate 35 Parameters: 36 redirect-link: redirect to a different page after submitting the registration form 35 Parameters: 36 redirect-link: redirect to a different page after submitting the registration form 37 37 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 38 38 39 39 [jobsearch_last_job] - [tdb_job_board_last_job] / Widget who shown latest published jobs 40 Parameters: 41 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 40 Parameters: 41 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 42 42 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 43 43 44 44 [jobsearch_category] - [tdb_job_board_category] / Widget who shown some specific jobs on category from Tamago-db 45 Parameters: 46 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 45 Parameters: 46 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 47 47 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 48 48 49 49 [jobsearch_tag] - [tdb_job_board_tag] / Widget who shown some specific jobs on tag from Tamago-db 50 Parameters: 51 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 52 tag: tag ID 53 title: widget title 50 Parameters: 51 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 52 tag: tag ID 53 title: widget title 54 54 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 55 55 56 56 [tdb_search_form] / Search form 57 Parameters: 58 jobLanguage: filter on the language of the job 59 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 57 Parameters: 58 jobLanguage: filter on the language of the job 59 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 60 60 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 61 61 62 62 [tdb_list_form] / List form 63 Parameters: 64 jobLanguage: filter on the language of the job 65 company: ID of the company jobs will be listed. 66 featured: true or false to add featured job. 67 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 68 urllist: pages you need to redirect to go to the detail 63 Parameters: 64 jobLanguage: filter on the language of the job 65 company: ID of the company jobs will be listed. 66 featured: true or false to add featured job. 67 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 68 urllist: pages you need to redirect to go to the detail 69 69 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 70 70 71 71 [jobsearch_featured] - [tdb_job_board_featured] / List featured jobs from a given Company ID 72 Parameters: 73 company: ID of the company jobs will be listed. 74 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 72 Parameters: 73 company: ID of the company jobs will be listed. 74 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 75 75 api: if you set-up multiple api link on admin panel, you can give the number of the api you want to use(by default it will be the first one) 76 76 -
jobsearch/trunk/templates/job/list/jobListBody1.tpl
r2354303 r2674369 103 103 <!--Separator --> 104 104 {if $i != $nbElementJson } 105 <hr class="tdb-jd-my-4" >105 <hr class="tdb-jd-my-4" /> 106 106 {/if} 107 107 </div> -
jobsearch/trunk/templates/search/searchForm1.tpl
r2382513 r2674369 1 1 {if isset($urlSearch) && $urlSearch != ''} 2 <form action='{$urlSearch}' class="tdb-jd-search-form" method="GET" >3 <input type="hidden" name="urlSearch" value ="urlSearch"/>2 <form action='{$urlSearch}' class="tdb-jd-search-form" method="GET"> 3 <input type="hidden" name="urlSearch" value="urlSearch"/> 4 4 {else} 5 5 <form class="tdb-jd-search-form" method="GET" > … … 7 7 8 8 {if isset($searchHidden) && $searchHidden != ''} 9 <input type="hidden" name="searchHidden" value ="true"/>9 <input type="hidden" name="searchHidden" value="true"/> 10 10 {else} 11 <input type="hidden" name="searchHidden" value ="false"/>11 <input type="hidden" name="searchHidden" value="false"/> 12 12 {/if} 13 <div class ="tdb-jd-container tdb-jd-search-container">14 <div class ="tdb-jd-row">15 <div class ="tdb-jd-col-8" id="keywordplaceholder">16 <div class ="tdb-jd-row">13 <div class="tdb-jd-container tdb-jd-search-container"> 14 <div class="tdb-jd-row"> 15 <div class="tdb-jd-col-8" id="keywordplaceholder"> 16 <div class="tdb-jd-row"> 17 17 {$keyword} 18 18 -
jobsearch/trunk/templates/widget/widgetJobListBody1.tpl
r2510927 r2674369 1 1 <div class='tdb-jd-row tdb-jd-row-header-detail tdb-jd-row-widget'> 2 <div class='tdb-jd-col-3 tdb-jd-col-3-widget'> 3 <a href='{$jobLink}'> 4 <img class='tdb-jd-img' src='{$jobImage}' alt="Job Result Image" > 5 </a> 6 </div> 7 <div class='tdb-jd-col-9 tdb-jd-col-subject tdb-jd-col-9-widget'> 8 <div class="tdb-jd-row"> 9 <div class="tdb-jd-col-12"> 10 <span class="tdb-jd-date-widget"> {$jobDate}</span> 11 </div> 12 </div> 13 14 <div class="tdb-jd-row tdb-jd-row-widget"> 15 <div class="tdb-jd-col-12 tdb-jd-col-12-widget"> 16 <a href= '{$jobLink}' class='tdb-jd-link-title' >{$jobTitle}</a> 17 </div> 18 </div> 19 </div> 2 <span class="tdb-jd-date-widget">{$jobDate}</span> 3 <a href='{$jobLink}' class='tdb-jd-link-title'>{$jobTitle}</a> 20 4 </div> 5 <hr/>
Note: See TracChangeset
for help on using the changeset viewer.