mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 22:43:22 +01:00
36 lines
1.4 KiB
HTML
Executable File
36 lines
1.4 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//SoftQuad Software//DTD HoTMetaL PRO 6.0::19990601::extensions to HTML 4.0//EN" "hmpro6.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Confirm</TITLE> <SCRIPT>
|
|
var xDT = parent.xDT;
|
|
var ppath = "../../";
|
|
if (xDT.resPath().match(/:\/\//)) ppath = "";
|
|
document.write('<link rel="stylesheet" type="text/css" href="' + ppath + xDT.resPath() + 'skins/' + xDT.dSkin() + '/' + xDT.dSkin() + '.css' + '">');
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<BODY>
|
|
<FORM name="form1">
|
|
<TABLE CELLPADDING="5" CELLSPACING="0" ALIGN="CENTER">
|
|
<TR>
|
|
<TD VALIGN="top"><IMG SRC="../images/confirm.gif" BORDER="0" WIDTH="32" HEIGHT="32"></TD>
|
|
<TD><SCRIPT>document.write(xDT.alert())</SCRIPT></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD></TD>
|
|
<TD ALIGN="center">
|
|
<TABLE CELLPADDING="0" CELLSPACING="0">
|
|
<TR>
|
|
<TD><INPUT TYPE="BUTTON" NAME="ok" VALUE=" OK " CLASS="xF_button" ONCLICK="xDT.quit('cOK')"> </TD>
|
|
<TD> <INPUT TYPE="BUTTON" NAME="cancel" VALUE="Cancel" CLASS="xF_button" ONCLICK="xDT.quit('cCANCEL')"></TD>
|
|
</TR>
|
|
</TABLE></TD>
|
|
</TR>
|
|
</TABLE></FORM>
|
|
<script>
|
|
(xDT.language() == 'de') ? document.form1.ok.value = " OK " : document.form1.ok.value = " OK ";
|
|
(xDT.language() == 'de') ? document.form1.cancel.value = "Abbrechen" : document.form1.cancel.value = "Cancel";
|
|
</script>
|
|
|
|
</BODY>
|
|
</HTML>
|