6 | | <div class="fg-toolbar ui-widget-header ui-corner-all ui-helper-clearfix"> |
7 | | <div class="fg-buttonset fg-buttonset-single"> |
8 | | <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all ui-state-active" title="Pan" name="pan" onclick="toggleControl(this)";"><span class="ui-icon pan"></span>Pan</a> |
9 | | <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Zoom In" name="zoomin" onclick="toggleControl(this)";"><span class="ui-icon zoom_in"></span> Zoom in</a> |
10 | | <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Zoom Out" name="zoomout" onclick="toggleControl(this)";"><span class="ui-icon zoom_out"></span> Zoom out</a> |
11 | | <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Create Profile" name="createprofile" onclick="toggleControl(this)";"><span class="ui-icon createprofile"></span>Create profile</a> |
12 | | <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Delete Profile" name="deleteprofile" onclick="toggleControl(this)";"><span class="ui-icon deleteprofile"></span>Delete line</a> |
13 | | </div> |
| 6 | |