// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
ICONPATH = "../include/"

foldersTree = gFld("<b>个人求职管理中心</b>", "../Area_Person/Center.aspx")
foldersTree.prependHTML = "<td ><img src=\"../images/computer.gif\">&nbsp;</td>"
    insDoc(foldersTree, gLnk("S", "个人帐号", "../Area_Person/Account.aspx"))
    aux2 = insFld(foldersTree, gFld("个人简历", ""))
      insDoc(aux2, gLnk("S", "个人信息", "../Area_Person/Info.aspx"))
      insDoc(aux2, gLnk("S", "教育/培训", "../Area_Person/Education.aspx"))
      insDoc(aux2, gLnk("S", "技能专长", "../Area_Person/Skill.aspx"))
      insDoc(aux2, gLnk("S", "工作经历", "../Area_Person/Work.aspx"))
      insDoc(aux2, gLnk("S", "求职意向", "../Area_Person/Job.aspx"))
      insDoc(aux2, gLnk("B", "简历预览", "../Area_Person/ResumePreview.aspx"))
    aux2 = insFld(foldersTree, gFld("辅助工具", ""))
      insDoc(aux2, gLnk("S", "外发简历", "../Area_Person/SendResume.aspx"))
      insDoc(aux2, gLnk("S", "照片上传", "../Area_Person/Photo.aspx"))
      insDoc(aux2, gLnk("S", "求职信", "../Area_Person/JobLetters.aspx"))
      insDoc(aux2, gLnk("S", "相关证书", "../Area_Person/Certificate.aspx"))
      insDoc(aux2, gLnk("S", "高级人才申请", "../Area_Person/Advanced.aspx"))
    aux2 = insFld(foldersTree, gFld("简历设置", ""))
      insDoc(aux2, gLnk("S", "保密设置", "../Area_Person/Secrecy.aspx"))
      insDoc(aux2, gLnk("S", "删除简历", "../Area_Person/DeleteResume.aspx"))
    aux2 = insFld(foldersTree, gFld("职位搜索", ""))
      insDoc(aux2, gLnk("S", "搜索器", "../Area_Person/Searcher.aspx"))
      insDoc(aux2, gLnk("S", "快速搜索", "../Area_Person/QuickSearch.aspx"))
      insDoc(aux2, gLnk("S", "全能搜索", "../Area_Person/AllSearch.aspx"))
      insDoc(aux2, gLnk("B", "最新职位", "../Area_Person/NewestJobList.aspx"))
    aux2 = insFld(foldersTree, gFld("应聘管理", ""))
      insDoc(aux2, gLnk("S", "应聘历史记录", "../Area_Person/History.aspx"))
      insDoc(aux2, gLnk("S", "谁邀请我加盟", "../Area_Person/InviteJoinin.aspx"))
      insDoc(aux2, gLnk("S", "我的收藏夹", "../Area_Person/Favorite.aspx"))
    aux2 = insFld(foldersTree, gFld("电子杂志", ""))
      insDoc(aux2, gLnk("S", "订阅招聘职位", "../Area_Person/SubscibeJob.aspx"))
      insDoc(aux2, gLnk("S", "订阅MyJob杂志", "../Area_Person/SubscibeMagazine.aspx"))
    aux2 = insFld(foldersTree, gFld("兼职管理", ""))
      insDoc(aux2, gLnk("S", "查询兼职职位", "../Pluralism/SearchPlurality.aspx"))
      insDoc(aux2, gLnk("S", "发布兼职意向", "../Area_Person/PublishPlurality.aspx"))
    insDoc(foldersTree, gLnk("S", "安全退出", "../Logout.aspx"))

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "tperson" 
