www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

proxy.xul (996B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
      3 <?xml-stylesheet href="chrome://zotero/skin/zotero.css"?>
      4 <!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
      5 <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      6 	title="&zotero.proxy.recognized.title;" buttons="cancel,accept" id="proxy-dialog"
      7 	buttonlabelcancel="&zotero.proxy.recognized.ignore.label;"
      8 	ondialogaccept="Zotero_Proxy_Dialog.accept()" ondialogcancel="Zotero_Proxy_Dialog.cancel()"
      9 	onload="Zotero_Proxy_Dialog.init()">
     10 	
     11 	<script src="include.js"/>
     12 	<script src="proxy.js"/>
     13 	
     14 	<vbox flex="1" style="width:510px">
     15 		<hbox align="start">
     16 			<image class="alert-icon"/>
     17 			<vbox flex="1">
     18 				<description class="zotero-warning">&zotero.proxy.recognized.warning;</description>
     19 				<description>&zotero.proxy.recognized.warning.secondary;</description>
     20 			</vbox>
     21 		</hbox>
     22 		<spacer flex="1"/>
     23 		<description id="description"> </description>
     24 	</vbox>
     25 </dialog>