DutyMan Embedded Directory


You can embed the DutyMan Directory inside your own website. Because the directory contains personal information it should normally be embedded in a secure part of your website.

The directory can be displayed in two layouts or modes as shown below.

Landscape: Index on the left, directory entries on the right

Portrait: Index above, directory entries below


The appearance of the embedded directory is controlled partly by iFrame tag attributes, partly by a Cascading Style Sheet and partly by the url query string. Try various options to achieve a suitable style for your site.


IFrame Tag Attributes

Height and Width define the size of the frame.


Cascading Style Sheet

The CSS determines fonts, borders and positioning. You can either accept the default CSS or supply your own and specify its url via the query string parameters as described opposite.

Download default CSS


Url Query String Parameters

id=YourRosterID Mandatory
vcode=verificationcode * Mandatory and case-dependent
mode=Landscape|Portrait Display mode
css=url_of_CSS To replace default CSS
maxrows=n|10 Maximum number of directory rows


* Verification Code
The Verification Code is like a password and is unique to each duty roster. You need to specify it in the query string in order to display the directory. Without a Verification Code anyone who knew your roster id. could read your directory. You can view, and if you wish change, your Verification Code in >Set Up>Security and Privacy.


Example

dmembeddir.aspx?id=X000000&vcode=abCde5fghiJ0
&mode=portrait&maxrows=20
&css=http://mysite.com/mystyles.css



Questions and Comments

Mail DutyMan Support

HTML used to embed the two pages below

<iframe src="https://dutyman.biz/dmembeddir.aspx?id=demo&vcode=piboDaga23go" frameborder="0" height="350px" width="800px">To view the DutyMan embedded page you must have a browser that supports iframes.</iframe>

<iframe src="https://dutyman.biz/dmembeddir.aspx?id=demo&vcode=piboDaga23go&mode=portrait&maxrows=5" frameborder="0" height="580px" width="440px">To view the DutyMan embedded page you must have a browser that supports iframes.</iframe>
Try letter B!