Sha256: a75fedb176403ddc6662ae859180dfaad9fd0514fc68a6783320833c7cb55a55
Contents?: true
Size: 1.02 KB
Versions: 13
Compression:
Stored size: 1.02 KB
Contents
<r:include template='Node'> <r:with part='title'> <h1 do='title' actions='all'/> <div id='location'> <r:case> <r:when test='gps_latitude'> <!-- iframe width="200" height="200" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style='float:left;' do='void' set_src="http://maps.google.com/maps?q=[d_gps_latitude],[d_gps_longitude]&ie=UTF8&t=h&ll=[d_gps]&z=7&iwloc=A&output=embed"></iframe --> <p> <a target='_blank' do='void' set_href="http://maps.google.com/maps?q=#{gps_latitude},#{gps_longitude}&ie=UTF8&t=h&hq=&ll=#{gps_latitude},#{gps_longitude}&z=7&iwloc=A&source=embed"><r:img src='find(97)'/> voir sur la carte</a> <r:if test='can_write?'>(<r:link mode='edit' do='t'>modifier</r:link>)</r:if> </p> <p class='clear'> </p> </r:when> <r:when can='write'> <r:link mode='edit' do='t'><r:img src='97'/> ajouter la position gps</r:link> </r:when> </r:case> </div> </r:with> </r:include>
Version data entries
13 entries across 13 versions & 1 rubygems