Changeset 12204 for extensions/GMaps/templates
- Timestamp:
- Sep 23, 2011, 10:44:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GMaps/templates/gmaps_category.tpl
r10551 r12204 3 3 {combine_script id="jquery.ui.dialog" path="themes/default/js/ui/minified/jquery.ui.dialog.min.js"} 4 4 {combine_script id="maps.google.com/api" path="http://maps.google.com/maps/api/js?sensor=false"} 5 {combine_script id="gmaps.category" path="plugins/GMaps/js/gmapsCategory.min.js" require="jquery.ui"}6 5 7 6 {foreach from=$maps item=map} … … 11 10 {/foreach} 12 11 13 14 <div id='iGMapsInfoWindow' style='display:none;'>15 <div id='iGMapsInfoWindowContent'>16 <div id='iGMIWC_title'>Titre de la photo</div>17 18 <table id='iGMIWC_thumb'>19 <tr>20 <td style='width:28px;'><div id='iWALeft' onclick='displayPicturePrev();'></div></td>21 <td>22 <img id='iGMIWC_img' src=''>23 </td>24 <td style='width:28px;'><div id='iWARight' onclick='displayPictureNext();'></div></td>25 </tr>26 </table>27 28 <div id='iGMIWC_picnum'>0/0 photo</div>29 30 <div id='iGMIWC_showcat' style='display:none;'>31 <span>{'gmaps_i_show_this_picture_in'|@translate}</span>32 <ul id='iGMIWC_showcatList'>33 </ul>34 </div>35 </div>36 </div>
Note: See TracChangeset
for help on using the changeset viewer.