Changeset 487469
- Timestamp:
- 01/10/2012 12:42:27 PM (14 years ago)
- Location:
- zartis-job-plugin
- Files:
-
- 2 added
- 2 edited
-
assets (added)
-
assets/banner-772x250.png (added)
-
trunk/Zartis_Job_Plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zartis-job-plugin/trunk/Zartis_Job_Plugin.php
r460300 r487469 4 4 Plugin URI: http://www.zartis.com 5 5 Description: Easily add your own secure jobs and careers page to your WordPress site. Includes full access to professional candidate management and posting to twitter, facebook and free job aggregation sites. 6 Version: 1. 16 Version: 1.2 7 7 Author: Zartis 8 8 Author URI: http://www.zartis.com 9 Tags: jobs, job, career, manager, vacancy, hiring, hire, listing, recruiting, recruitment, ats, employer, application, board9 Tags: jobs, job, career, manager, vacancy, hiring, hire,listing, social, media, recruiting, recruitment, ats, employer, application, board 10 10 License: GPLv2 11 11 */ … … 138 138 139 139 $Zartis_Width = get_option('Zartis_Width'); 140 140 if ($Company_Zartis_ID!="False") 141 { 141 142 $script = '<script type="text/javascript"src="http://my.zartis.com/'.$Company_Zartis_ID.'/getwidget"></script><script type="text/javascript"charset="utf-8">function getParam(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(window.location.href);if(results==null)return"";else return results[1];}function updateIFrame(height){var iframe=document.getElementById("jobs_iframe");iframe.setAttribute("height",height);}var height=getParam("height");if(height==""){var zartis_options={};zartis_options.display="iframe";zartis_options.company="'.$Company_Zartis_ID.'";zartis_options.placement="left";zartis_options.type="widget";zartis_options.color="#222";zartis_options.width="'.$Zartis_Width.'%";zartis_options.style="idea";zartis_options.url=document.URL;var zartis_widget=new ZARTIS.jobs_widget(zartis_options);}else{window.top.updateIFrame(height);}</script>'; 142 143 143 144 return $script; 145 } 146 else 147 { 148 return false; 149 } 144 150 } 145 151 -
zartis-job-plugin/trunk/readme.txt
r467026 r487469 4 4 Tags: jobs, job, career, manager, vacancy, hiring, hire, listing, recruiting, recruitment, ats, employer, application, board 5 5 Requires at least: 2.9 6 Tested up to: 3. 2.17 Stable tag: 1. 16 Tested up to: 3.3.1 7 Stable tag: 1.2 8 8 9 9 Easily add job listings and secure candidate management to your Wordpress site. 10 10 11 11 == Description == 12 13 <iframe width="510" height="289" src="http://www.youtube.com/embed/VPUVDW3FCVA" frameborder="0" allowfullscreen></iframe> 12 14 13 15 = Be your own recruiter =
Note: See TracChangeset
for help on using the changeset viewer.