Logins in jobs on webpages

From Wikanual

Jump to: navigation, search

A Job groupa a number of logins together that it contains.

This page describes how this can be used to create web pages that link to other logins in a job.


Contents

HTML keywords

The keyword

IDXHTML_JOBNAME 

will display the job name that the current login is contained it.


If you insert

IDX_LOGINS_INJOB

or

IDX_LOGINS_NUM([0-9]+)JOB


in the html then INTERDUBS will replace it with a list of logins in the same job.

The second keyword style allows you to call logins for a specific job that must not necessary be the current one.

The number between IDX_LOGINS_NUM and JOB is the ID of the job. You can obtain this number via the

 edit job

function.

ignoring login in job listing via specific password

Sometimes you might not want to list a given login in a job. This can be accomplished via the password:


ignoreme

The typo in this intentional to avoid accidental collisions. Any login that has this password will be ignored in job / login listings.


Configuration

Two configuration values control how each login will be listed. They are called:


login in job

and

current login in job

respectively. The current login is how the link / listing looks if you are looking at this login.


These configurations use a couple of keywords:

IDXLOGININJOB_LINK

will be replaced with the link pointing to that login.


IDXLOGININJOB_NAME 

will be replaced with the name of the login.


IDXLOGININJOB_IMAGE([0-9+)

this keyword will be replaced with the link to icon of that login. The number designates the width of the icon.


This would be an example of a text link to a login:

<a href="IDXLOGININJOB_LINK">IDXLOGININJOB_NAME</a>

And this link will show the image for the login that will link to it:

<a href="IDXLOGININJOB_LINK" >IDXLOGININJOB_IMAGE320</a>


Next and previous

Similar to the overview listing of all logins in a job as decribed above one can link to the previous or next login in the job via the keywords:

IDXHTML_NXTLOGININJOBLINK

and

IDXHTML_PRVLOGININJOBLINK


The format will the same as described above.

Personal tools