Plugin Directory

Changeset 2674369


Ignore:
Timestamp:
02/07/2022 03:21:40 PM (4 years ago)
Author:
joanv
Message:

fix pagination closing tag, improved latest job widget

Location:
jobsearch
Files:
4 added
18 edited

Legend:

Unmodified
Added
Removed
  • jobsearch/css/jobsearch.css

    r2510468 r2674369  
    791791        margin-top: 5px;
    792792    }
     793    #listJob .tdb-jd-row {
     794        flex-flow: row wrap;
     795    }
    793796    .tdb-jd-row {
    794797        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;
    796802    }
    797803
     
    799805        display: none;
    800806    }
    801 
    802807}
    803808
  • jobsearch/frontEnd/job/helper/jobHelper.php

    r2600254 r2674369  
    371371
    372372                $cssTmp = "tdb-jd-li-page";
    373                
     373
    374374                if($i >($current + $nbLinkToShowAfterMobile) || ($i >=($current + $nbLinkToShowAfterMobile) && $current ==1) ){
    375375                    $cssTmp .= " tdb-jd-li-page-last-element";
     
    395395        /****/
    396396        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>";
    398398            //   $html_first_page = '';
    399399        }
    400400        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>";
    402402            // $html_page = '';
    403403        }
    404404        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>";
    406406            //   $html_next_page = '';
    407407        }
    408408
    409         $html.= "<div class='tdb-jd-row tdb-jd-row-pagination'>"
    410             . $html_first_page
     409        $html.=
     410            $html_first_page
    411411            . $html_page
    412412            . $html_next_page
    413             . "</div>"
    414413            . '</ul>';
    415414
     
    425424            }
    426425        }
    427         $html.= "</div>";
     426        $html.= "</div>"; // tdb-jd-col-11
    428427        $html.= "<div class ='tdb-jd-col-1 tdb-jd-row-widget tdb-jd-select-pagination' >";
    429428        $html.= $helper->tdb_jb_get_col("","select","pageJob",$option,"","","","","","","","","","","tdb-jd-col-6-widget tdb-jd-page-job ");
    430429        $html.= "</div>";
    431         $html.= "</div>";
     430        $html.= "</div>"; //tdb-jd-row
     431        $html.= "</div>"; //tdb-jd-pagination
    432432
    433433        return $html;
  • jobsearch/frontEnd/widget/widgetJobList.php

    r2510927 r2674369  
    215215                }
    216216
    217                 $langWidget = $categoryTranslate . " " . TDB_LANG_JOB;
     217                $langWidget = $categoryTranslate . " " . TDB_LANG_JOBS;
    218218            }
    219219        }
  • jobsearch/helper/translation.php

    r2614212 r2674369  
    884884
    885885        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));
    887887        define('TDB_LANG_APPLYDATE',__("Apply date",$translation_name));
    888888        define('TDB_LANG_APPLYFIELD',__("Visibility fields",$translation_name));
     
    10541054        define('TDB_LANG_LANGUAGEREQUIRED',__("Language required",$translation_name));
    10551055        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));
    10571057        define('TDB_LANG_LEVEL',__("Level",$translation_name));
    10581058        define('TDB_LANG_LINKEDIN',__("Linkedin",$translation_name));
  • jobsearch/jobsearch.php

    r2614212 r2674369  
    33Plugin Name: Tamago-DB Job Board
    44Description: Job board integrated with the ATS/CRM Tamago-DB
    5 Version: 2.0.12
     5Version: 2.0.13
    66Author: Tamago-DB
    77Text Domain: jobsearch
  • jobsearch/readme.txt

    r2597720 r2674369  
    33Tags: job-board,recruiting,api,job-search,job,recruitment,recruit,job,tamago,tamago-db,
    44Requires at least: 4.9
    5 Tested up to: 5.8
     5Tested up to: 5.9
    66Requires PHP: 7.1
    77
     
    1010== Description ==
    1111
    12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board. 
     12Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board.
    1313
    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. 
     14The 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.
    1515
    1616The Tamago-DB job board is compatible with Google for Jobs compliant, England and Japanese language optimised and only available to Tamago-DB licence users.
     
    2626
    2727[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 
     28Parameters:
     29jobLanguage: filter on the language of the job
     30url: 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.
     31searchHidden: set to true to hide the search form on the result page
    3232api: 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)
    3333
    3434[jobsearch_apply] - [tdb_job_board_apply] / Apply for candidate
    35 Parameters: 
    36 redirect-link: redirect to a different page after submitting the registration form 
     35Parameters:
     36redirect-link: redirect to a different page after submitting the registration form
    3737api: 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)
    3838
    3939[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. 
     40Parameters:
     41url: 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.
    4242api: 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)
    4343
    4444[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. 
     45Parameters:
     46url: 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.
    4747api: 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)
    4848
    4949[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 
     50Parameters:
     51url: 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.
     52tag: tag ID
     53title: widget title
    5454api: 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)
    5555
    5656[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. 
     57Parameters:
     58jobLanguage: filter on the language of the job
     59url: 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.
    6060api: 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)
    6161
    6262[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 
     63Parameters:
     64jobLanguage: filter on the language of the job
     65company: ID of the company jobs will be listed.
     66featured: true or false to add featured job.
     67url: 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.
     68urllist: pages you need to redirect to go to the detail
    6969api: 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)
    7070
    7171[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. 
     72Parameters:
     73company: ID of the company jobs will be listed.
     74url: 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.
    7575api: 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)
    7676
  • jobsearch/templates/job/list/jobListBody1.tpl

    r2354303 r2674369  
    103103    <!--Separator -->
    104104    {if $i != $nbElementJson }
    105         <hr class="tdb-jd-my-4">
     105        <hr class="tdb-jd-my-4" />
    106106    {/if}
    107107</div>
  • jobsearch/templates/search/searchForm1.tpl

    r2382513 r2674369  
    11{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"/>
    44{else}
    55    <form class="tdb-jd-search-form" method="GET" >
     
    77
    88{if isset($searchHidden) &&  $searchHidden != ''}
    9     <input type="hidden" name="searchHidden"  value ="true"/>
     9    <input type="hidden" name="searchHidden"  value="true"/>
    1010{else}
    11     <input type="hidden" name="searchHidden"  value ="false"/>
     11    <input type="hidden" name="searchHidden"  value="false"/>
    1212{/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">
    1717                    {$keyword}
    1818
  • jobsearch/templates/widget/widgetJobListBody1.tpl

    r2510927 r2674369  
    11<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>
    204</div>
     5<hr/>
  • jobsearch/trunk/css/jobsearch.css

    r2510468 r2674369  
    791791        margin-top: 5px;
    792792    }
     793    #listJob .tdb-jd-row {
     794        flex-flow: row wrap;
     795    }
    793796    .tdb-jd-row {
    794797        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;
    796802    }
    797803
     
    799805        display: none;
    800806    }
    801 
    802807}
    803808
  • jobsearch/trunk/frontEnd/job/helper/jobHelper.php

    r2600254 r2674369  
    371371
    372372                $cssTmp = "tdb-jd-li-page";
    373                
     373
    374374                if($i >($current + $nbLinkToShowAfterMobile) || ($i >=($current + $nbLinkToShowAfterMobile) && $current ==1) ){
    375375                    $cssTmp .= " tdb-jd-li-page-last-element";
     
    395395        /****/
    396396        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>";
    398398            //   $html_first_page = '';
    399399        }
    400400        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>";
    402402            // $html_page = '';
    403403        }
    404404        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>";
    406406            //   $html_next_page = '';
    407407        }
    408408
    409         $html.= "<div class='tdb-jd-row tdb-jd-row-pagination'>"
    410             . $html_first_page
     409        $html.=
     410            $html_first_page
    411411            . $html_page
    412412            . $html_next_page
    413             . "</div>"
    414413            . '</ul>';
    415414
     
    425424            }
    426425        }
    427         $html.= "</div>";
     426        $html.= "</div>"; // tdb-jd-col-11
    428427        $html.= "<div class ='tdb-jd-col-1 tdb-jd-row-widget tdb-jd-select-pagination' >";
    429428        $html.= $helper->tdb_jb_get_col("","select","pageJob",$option,"","","","","","","","","","","tdb-jd-col-6-widget tdb-jd-page-job ");
    430429        $html.= "</div>";
    431         $html.= "</div>";
     430        $html.= "</div>"; //tdb-jd-row
     431        $html.= "</div>"; //tdb-jd-pagination
    432432
    433433        return $html;
  • jobsearch/trunk/frontEnd/widget/widgetJobList.php

    r2510927 r2674369  
    215215                }
    216216
    217                 $langWidget = $categoryTranslate . " " . TDB_LANG_JOB;
     217                $langWidget = $categoryTranslate . " " . TDB_LANG_JOBS;
    218218            }
    219219        }
  • jobsearch/trunk/helper/translation.php

    r2614212 r2674369  
    884884
    885885        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));
    887887        define('TDB_LANG_APPLYDATE',__("Apply date",$translation_name));
    888888        define('TDB_LANG_APPLYFIELD',__("Visibility fields",$translation_name));
     
    10541054        define('TDB_LANG_LANGUAGEREQUIRED',__("Language required",$translation_name));
    10551055        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));
    10571057        define('TDB_LANG_LEVEL',__("Level",$translation_name));
    10581058        define('TDB_LANG_LINKEDIN',__("Linkedin",$translation_name));
  • jobsearch/trunk/jobsearch.php

    r2614212 r2674369  
    33Plugin Name: Tamago-DB Job Board
    44Description: Job board integrated with the ATS/CRM Tamago-DB
    5 Version: 2.0.12
     5Version: 2.0.13
    66Author: Tamago-DB
    77Text Domain: jobsearch
  • jobsearch/trunk/readme.txt

    r2597720 r2674369  
    33Tags: job-board,recruiting,api,job-search,job,recruitment,recruit,job,tamago,tamago-db,
    44Requires at least: 4.9
    5 Tested up to: 5.8
     5Tested up to: 5.9
    66Requires PHP: 7.1
    77
     
    1010== Description ==
    1111
    12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board. 
     12Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, thereby enabling recruitment companies to create their own website job-board.
    1313
    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. 
     14The 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.
    1515
    1616The Tamago-DB job board is compatible with Google for Jobs compliant, England and Japanese language optimised and only available to Tamago-DB licence users.
     
    2626
    2727[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 
     28Parameters:
     29jobLanguage: filter on the language of the job
     30url: 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.
     31searchHidden: set to true to hide the search form on the result page
    3232api: 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)
    3333
    3434[jobsearch_apply] - [tdb_job_board_apply] / Apply for candidate
    35 Parameters: 
    36 redirect-link: redirect to a different page after submitting the registration form 
     35Parameters:
     36redirect-link: redirect to a different page after submitting the registration form
    3737api: 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)
    3838
    3939[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. 
     40Parameters:
     41url: 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.
    4242api: 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)
    4343
    4444[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. 
     45Parameters:
     46url: 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.
    4747api: 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)
    4848
    4949[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 
     50Parameters:
     51url: 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.
     52tag: tag ID
     53title: widget title
    5454api: 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)
    5555
    5656[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. 
     57Parameters:
     58jobLanguage: filter on the language of the job
     59url: 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.
    6060api: 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)
    6161
    6262[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 
     63Parameters:
     64jobLanguage: filter on the language of the job
     65company: ID of the company jobs will be listed.
     66featured: true or false to add featured job.
     67url: 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.
     68urllist: pages you need to redirect to go to the detail
    6969api: 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)
    7070
    7171[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. 
     72Parameters:
     73company: ID of the company jobs will be listed.
     74url: 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.
    7575api: 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)
    7676
  • jobsearch/trunk/templates/job/list/jobListBody1.tpl

    r2354303 r2674369  
    103103    <!--Separator -->
    104104    {if $i != $nbElementJson }
    105         <hr class="tdb-jd-my-4">
     105        <hr class="tdb-jd-my-4" />
    106106    {/if}
    107107</div>
  • jobsearch/trunk/templates/search/searchForm1.tpl

    r2382513 r2674369  
    11{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"/>
    44{else}
    55    <form class="tdb-jd-search-form" method="GET" >
     
    77
    88{if isset($searchHidden) &&  $searchHidden != ''}
    9     <input type="hidden" name="searchHidden"  value ="true"/>
     9    <input type="hidden" name="searchHidden"  value="true"/>
    1010{else}
    11     <input type="hidden" name="searchHidden"  value ="false"/>
     11    <input type="hidden" name="searchHidden"  value="false"/>
    1212{/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">
    1717                    {$keyword}
    1818
  • jobsearch/trunk/templates/widget/widgetJobListBody1.tpl

    r2510927 r2674369  
    11<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>
    204</div>
     5<hr/>
Note: See TracChangeset for help on using the changeset viewer.