Function: RenderAustrianmapLinks

Parameters

Implementation

%STARTINCLUDE%
%~~ DBQUERY{topic="%name%"
*~~ format="%DBCALL{"%TOPIC%" section="format"}%"}%
%STOPINCLUDE%

Format

%STARTSECTION{"format"}%
~~~    <li>Anzeige in der [[http://www.austrianmap.at/][Austrian Map des BEV]]
~~~    <ul>
$percntCALC{$IF($EXACT($formfield(Einstiegskoordinate_x),),<li>Es wurden noch keine Einstiegskoordinaten eingegeben</li>,<li><a href='
*~~ https://canyon.carto.net/cwiki/bin/custom/create_austrianmap_links.pl?x=$expand(Einstiegskoordinate_x)&
*~~ y=$expand(Einstiegskoordinate_y)&icon=9' target='_new'>Einstieg</a></li>)}$percnt
$percntCALC{$IF($EXACT($formfield(Ausstiegskoordinate_x),),<li>Es wurden noch keine Ausstiegskoordinaten eingegeben</li>,<li><a href='
*~~ https://canyon.carto.net/cwiki/bin/custom/create_austrianmap_links.pl?x=$expand(Ausstiegskoordinate_x)&
*~~ y=$expand(Ausstiegskoordinate_y)&icon=19' target='_new'>Ausstieg</a></li>)}$percnt
~~~    </ul>

%ENDSECTION{"format"}%

Test

-- PeterSykora - 02 Aug 2008

Topic revision: r4 - 2016-02-04 - PeterSykora