Wiki Archive 🙊
MDL Examples

Examples

The short form is http://your.server.address /u?/alias,pointer, as in

<a class='urllink' href='http://reflections.mndigital.org/u?/swede,69' rel='nofollow'>http://reflections.mndigital.org/u?/swede,69</a>

MDL identifier (mun17020)... in the results.php, as in:

<a class='urllink' href='http://reflections.mndigital.org/cdm4/results.php?CISOOP1=all&CISOBOX1=umn17020&CISOFIELD1=CISOSEARCHALL&CISOROOT=all' rel='nofollow'>http://reflections.mndigital.org/cdm4/results.php?CISOOP1=all&CISOBOX1=umn17020&CISOFIELD1=CISOSEARCHALL&CISOROOT=all</a>

The results.php gets you one click away from the item view.

Compound object, the whole object:

<a class='urllink' href='http://reflections.mndigital.org/u?/mpls,2038' rel='nofollow'>http://reflections.mndigital.org/u?/mpls,2038</a>

and a single page:

<a class='urllink' href='http://reflections.mndigital.org/u?/mpls,1951,18' rel='nofollow'>http://reflections.mndigital.org/u?/mpls,1951,18</a>

An image:

Note, I add the "&SILLY=.jpg" to force PmWiki to recognize this as an image. Does CONTENTdm have any options for "getimage.exe" that force a certain maximum dimension (width/height) for an image without requiring that I know the specific scale ahead of time? The closest I can come is using the "thumbnail.exe" for now.

<img src='http://reflections.mndigital.org/cgi-bin/thumbnail.exe?CISOROOT=/swede&CISOPTR=69&SILLY=.jpg' alt='' title='' />

This use of "getimage.exe" requires a specific scale to work well.

<img src='http://reflections.mndigital.org/cgi-bin/getimage.exe?CISOROOT=/swede&CISOPTR=69&DMSCALE=5.27797&DMWIDTH=600&DMHEIGHT=600&DMX=0&DMY=0&DMTEXT=&REC=1&DMTHUMB=1&DMROTATE=0&SILLY=.jpg' alt='' title='' />

Without the scaling, theimage just gets cropped.

<img src='http://reflections.mndigital.org/cgi-bin/getimage.exe?CISOROOT=/swede&CISOPTR=69&DMSCALE=10.5&DMWIDTH=250&DMHEIGHT=250&SILLY=.jpg' alt='' title='' />

MDL Examples