<%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "393, 1140, 1141, 1142, 1143, 1144, 1374, 1376, 1377, 1378, 1423, 1424, 1425, 1426, 1427, 1428, 1510, 1619, 1620" %> <% '=============================================== ' Parodia Internet Recruitment Software ' ©1998-2004 Cactusoft Ltd. www.parodia.net '=============================================== ' All rights reserved. ' Use of this code is covered by the terms and ' conditions in the license agreement. No ' unauthorized duplication or distribution is ' permitted. Cactusoft's copyright notices must ' remain in the ASP sections of the code. '=============================================== '----------------------------------------------- 'POWERSEARCH 'This gives the user lots of options to search 'for jobs on the system with plenty of filters. 'Sends to the search.asp form handler as P. '----------------------------------------------- '----------------------------------------------- 'READ PAGE TEMPLATE FROM FILE '----------------------------------------------- Call ReadFromTemplate(strTemplateLocation,aryPageTemplate,strHotJobHTML,strLoginStatusHTML) '----------------------------------------------- 'WRITE FIRST HALF OF PAGE HTML '----------------------------------------------- response.write(aryPageTemplate(0)) %>
 
   
choose a sector:
enter keywords: (optional)
 
<% WriteString("ContentText_SearchAllWords") %> <% WriteString("ContentText_SearchAnyWords") %> <% WriteString("ContentText_SearchExactPhrase") %>
 
choose a category:
choose a location: (optional)
<% If Application(LICENSENUMBER & "roles") = "y" then %> <% End If %> <% if Application(LICENSENUMBER & "includesearchlocations") = "y" then '----------------------------------------- 'LOCATIONS '----------------------------------------- %> <% end if %>
choose a job type:
 
showing <% ' Calls function build this dropdown from comma separated list in config Call SingleCSVDropDown("numAppPageSize","","",Application(LICENSENUMBER & "powersearchperpageselection"),Application(LICENSENUMBER & "powersearchperpageselection_default"),0)%> results per page
 

 
 
FEATURED JOB
Financial Accountant - €40 to €50 K
Bank of Ireland - Cork
BOI seeks Part Qualified or Recently Qualified Financial Accountant
 

 

 

<% '----------------------------------------------- 'WRITE LAST HALF OF PAGE HTML '----------------------------------------------- response.write(aryPageTemplate(1)) '----------------------------------------------- 'CLOSE DATA CONNECTIONS '----------------------------------------------- objDataConn.Close set objDataConn = nothing %>