Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

How To Create a Job List

In order to create a list of available jobs within your company to be displayed on your website, you can make use of the sys:job-list tag.

Step 1:
The first step is to find a page that you would like the list to be displayed on.

You can either create a new page or select an existing one from the "Page Structure" hierarchy on the left-hand side of the "Content Management" administration screen.


Step 2:
Once you have selected the desired page, open its "Content" tab and click on the "Edit" icon.


Step 3:
In the editing window that appears, select the "Source" editor tab in the upper left-hand corner.


Step 4:
Working with the "Source" editor, you should then place your cursor in the location where you would like the job list to appear on the page (somewhere between the <body> and </body> tags to ensure it is within the page's body).


Step 5:
Once your cursor has been placed in the desired location, click on the "System" drop-down menu located in the toolbar at the top of the window, and scroll down until you reach the section labeled "HR Module."

From here, click on "job-list" and the following tag will be inserted into the page at the location where you placed your cursor:

<sys:job-list />

Step 6:
In order to determine the actual appearance of your job list, you can add the following attributes to the tag that has just been generated: 

  • xmlns: This attribute is used to let the system know which vocabulary you will be using with the tags and codes you are entering, so that the system will evaluate them properly and generate the correct output
  • xslt: This attribute is used to specify the xsl file that you would like to be applied to the job list in order to determine how it should be formatted or transformed

In the end, the tag should look something like this:

<sys:job-list xmlns="http://www.example.org/xhtml" xslt="example-job-list.xsl" />

Step 7:
Once the tag has been entered properly, simply click "Publish" at the top of the screen, and the job list will be added to your website for users to see.