You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dijit/templates/Dialog.html

10 lines
615 B
HTML

<div class="dijitDialog" tabindex="-1" waiRole="dialog" waiState="labelledby-${id}_title">
<div dojoAttachPoint="titleBar" class="dijitDialogTitleBar">
<span dojoAttachPoint="titleNode" class="dijitDialogTitle" id="${id}_title"></span>
<span dojoAttachPoint="closeButtonNode" class="dijitDialogCloseIcon" dojoAttachEvent="onclick: onCancel, onmouseenter: _onCloseEnter, onmouseleave: _onCloseLeave" title="${buttonCancel}">
<span dojoAttachPoint="closeText" class="closeText" title="${buttonCancel}">x</span>
</span>
</div>
<div dojoAttachPoint="containerNode" class="dijitDialogPaneContent"></div>
</div>