TODO (2341B)
1 !!! iframe problem? 2 3 <image src="" id="ImageUrlMedium" onclick="getImageLarge()" tooltiptext="Click to see the larger image"> 4 <window id="amazWindow" width="800" height="600" type="mab:main" persist="screenX screenY width height sizemode"> 5 <textbox id="find-text" ... allowevents="false" /> ??? 6 7 persist=? 8 9 ? <!ENTITY goGoogle.label "Go to Google"> 10 ? <!ENTITY imageLarge.tooltip "Click to see the larger image"> 11 12 gladep images dir? 13 14 fix DocOpenManager:-( 15 16 ;; tree 17 18 <popupset> 19 <popup id="relatedcontext"> 20 <!-- TODO Use overaly to prevent replicate code. The above code is the same that is in main_menubar (edit) --> 21 <menu label="&label.label;"> 22 <menupopup> 23 <menuitem label="None" style="margin: 3px 3px 3px 3px;border: 1px solid" oncommand="setLabel('none')"/> 24 <menuseparator/> 25 <menuitem label="Orange" style="background-color: #FF4500;margin: 3px 3px 0px 3px;border: 1px solid" oncommand="setLabel('Orange')"/> 26 <menuitem label="Blue" style="background-color: Blue;margin: 3px 3px 0px 3px;border: 1px solid" oncommand="setLabel('Blue')"/> 27 <menuitem label="Green" style="background-color: Green;margin: 3px 3px 0px 3px;border: 1px solid" oncommand="setLabel('Green')"/> 28 <menuitem label="Maroon" style="background-color: Maroon;margin: 3px 3px 0px 3px;border: 1px solid" oncommand="setLabel('Maroon')"/> 29 <menuitem label="Olive" style="background-color: Olive;margin: 3px 3px 0px 3px;border: 1px solid" oncommand="setLabel('Olive')"/> 30 <menuitem label="Teal" style="background-color: Teal;margin: 3px 3px 0px 3px;border: 1px solid" oncommand="setLabel('Teal')"/> 31 <menuitem label="Purple" style=" background-color: Purple;margin: 3px 3px 3px 3px;border: 1px solid" oncommand="setLabel('Purple')"/> 32 </menupopup> 33 </menu> 34 <menuitem label="Text Summary" command="exportTXTCmd"/> 35 <menuitem label="Make CD Cover" command="makeCoverCmd"/> 36 <menuseparator/> 37 <menuitem label="Go to Amazon" command="goAmazonCmd"/> 38 <menuitem label="Add to cart" command="addCartCmd" /> 39 <menuitem label="Go to Google" command="goGoogleCmd" /> 40 <menuseparator/> 41 <menuitem label="Reload" command="reloadCmd"/> 42 <menuitem label="Load Review" command="commentCmd"/> 43 <menuitem label="Load Similar Products" command="simProductCmd"/> 44 <menuitem label="Delete" command="deleteCmd"/>