Changeset 140
- Timestamp:
- 02/24/2006 06:50:10 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 9 added
- 7 edited
-
globals/language/english.php (modified) (1 diff)
-
globals/language/greek.php (modified) (1 diff)
-
includes/main_center.php (modified) (1 diff)
-
includes/pages/gearth (added)
-
includes/pages/gearth/gearth.php (added)
-
includes/pages/gearth/gearth_download.php (added)
-
includes/pages/gearth/gearth_main.php (added)
-
includes/pages/nodes/nodes_search.php (modified) (1 diff)
-
includes/pages/nodes/nodes_view.php (modified) (1 diff)
-
templates/basic/images/legend.png (added)
-
templates/basic/images/legend_en.png (added)
-
templates/basic/images/windlogo_watermark.png (added)
-
templates/basic/includes/pages/gearth (added)
-
templates/basic/includes/pages/gearth/gearth_main.tpl (added)
-
templates/basic/includes/pages/nodes/nodes_search.tpl (modified) (1 diff)
-
templates/basic/includes/pages/nodes/nodes_view.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/globals/language/english.php
r123 r140 64 64 'for_deletion' => "to delete", 65 65 'welcome' => "Welcome", 66 'gearth_download' => "Google Earth file download", 67 'google_earth' => "Google Earth", 66 68 'nodes_search' => "Search for nodes", 67 69 'nodes_found' => "Nodes found", -
trunk/globals/language/greek.php
r123 r140 72 72 'for_deletion' => "για ΎιαγÏαÏή", 73 73 'welcome' => "ÎαλÏÏ Î®ÏΞαÏε", 74 'gearth_download' => "Google Earth file download", 75 'google_earth' => "Google Earth", 74 76 'nodes_search' => "ÎΜαζήÏηÏη κÏΌβÏΜ", 75 77 'nodes_found' => "ÎÏΌβοι ÏÎ¿Ï -
trunk/includes/main_center.php
r137 r140 64 64 case 'pickup': 65 65 case 'gmap': 66 case 'gearth': 66 67 case 'search': 67 68 return TRUE; -
trunk/includes/pages/nodes/nodes_search.php
r103 r140 104 104 105 105 $this->tpl['link_fullmap'] = makelink(array("page" => "gmap", "node" => get('node'))); 106 $this->tpl['link_gearth'] = makelink(array("page" => "gearth", "subpage" => "download", "node" => get('node'), "show_p2p" => "1", "show_aps" => "1", "show_clients" => "1", "show_unlinked" => "1", "show_links_p2p" => "1", "show_links_client" => "1")); 106 107 $this->tpl['gmap_key_ok'] = include_gmap("?page=gmap&subpage=js&node=".get('node')); 107 108 -
trunk/includes/pages/nodes/nodes_view.php
r137 r140 286 286 287 287 $this->tpl['link_fullmap'] = makelink(array("page" => "gmap", "node" => get('node'))); 288 $this->tpl['link_gearth'] = makelink(array("page" => "gearth", "subpage" => "download", "node" => get('node'), "show_p2p" => "1", "show_aps" => "1", "show_clients" => "1", "show_unlinked" => "1", "show_links_p2p" => "1", "show_links_client" => "1")); 288 289 $this->tpl['gmap_key_ok'] = include_gmap("?page=gmap&subpage=js&node=".get('node')); 289 290 return template($this->tpl, __FILE__); -
trunk/templates/basic/includes/pages/nodes/nodes_search.tpl
r93 r140 25 25 <td class="table-page-split"> 26 26 <table align="center" bgcolor="#DBE0D7" cellpadding="0" cellspacing="2"> 27 <tr><td align=" right">{include file=generic/link.tpl link=$link_fullmap content="`$lang.new_window`" target="_blank"}</td></tr>28 <tr><td style="font-size:12px; text-align:center;" >{if $gmap_key_ok}27 <tr><td align="left">{include file=generic/link.tpl link=$link_gearth content="`$lang.google_earth`"}</td><td align="right">{include file=generic/link.tpl link=$link_fullmap content="`$lang.new_window`" target="_blank"}</td></tr> 28 <tr><td style="font-size:12px; text-align:center;" colspan="2">{if $gmap_key_ok} 29 29 <div id="map" style="width: 500px; height: 500px;"></div> 30 30 {else} -
trunk/templates/basic/includes/pages/nodes/nodes_view.tpl
r53 r140 34 34 <td class="table-page-split"> 35 35 <table bgcolor="#DBE0D7" cellpadding="0" cellspacing="2"> 36 <tr><td align=" right">{include file=generic/link.tpl link=$link_fullmap content="`$lang.new_window`" target="_blank"}</td></tr>37 <tr><td style="font-size:12px; text-align:center; width: 500px; height: 500px" >36 <tr><td align="left">{include file=generic/link.tpl link=$link_gearth content="Google earth"}</td><td align="right">{include file=generic/link.tpl link=$link_fullmap content="`$lang.new_window`" target="_blank"}</td></tr> 37 <tr><td style="font-size:12px; text-align:center; width: 500px; height: 500px" colspan="2"> 38 38 {if $gmap_key_ok} 39 39 <div id="map" style="width: 500px; height: 500px"></div>
Note: See TracChangeset
for help on using the changeset viewer.
