1. Import
This commit is contained in:
40
html/jobs2/job_edit.tpl.htm
Normal file
40
html/jobs2/job_edit.tpl.htm
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>votian: Auftragserfassung</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="description" content="votian Auftragserfassung"> <meta name="keywords" content="votian Auftragserfassung">
|
||||
<script type="text/javascript">
|
||||
self.moveTo(0, 0);
|
||||
self.resizeTo(screen.width,screen.height);
|
||||
this.iname="job_edit";
|
||||
top.opener.top.job_edit=this;
|
||||
var Start=new Date();
|
||||
var Startzeit=Start.getTime();
|
||||
function unloadFunc(){
|
||||
if(parent.job_options.jb_id!=""&&parent.job_options.jb_id!="killMe")
|
||||
{
|
||||
self.location.href="job_unlock.php?jb_id="+parent.job_options.jb_id;
|
||||
for(var i=0;i<=100000;i++)
|
||||
{
|
||||
var Ende=new Date();
|
||||
var Endzeit=Ende.getTime();
|
||||
var Aufenthalt=Math.floor((Endzeit-Startzeit)/ 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<frameset rows="35,*,250,120" border=0 onUnload="unloadFunc()">
|
||||
<!-- BEGIN csc_id_orderer -->
|
||||
<frame src="job_header.php?csc_id_orderer={_csc_id_orderer_}&what_is_this={_what_is_this_}" name="job_header" scrolling="no" marginwidth=0 marginheight=0>
|
||||
<frame src="job_tour.php?csc_id_orderer={_csc_id_orderer_}" name="job_tour" scrolling="no" marginwidth=0 marginheight=0>
|
||||
<frame src="job_options.php?csc_id_orderer={_csc_id_orderer_}&jb_id={_jb_id_}&jb_copy={_jb_copy_}&csc_id_start={_csc_id_start_}&dbhistory={_dbhistory_}" name="job_options" scrolling="no" marginwidth=0 marginheight=0>
|
||||
<frame src="job_tour_list.htm" name="job_tour_list" scrolling="no" marginwidth=0 marginheight=0>
|
||||
<!-- END csc_id_orderer -->
|
||||
<noframes>
|
||||
<p>Diese Seite benutzt Frames. Bitte benutzen Sie einen Browser, der Frames darstellen kann
|
||||
(z.B. Internet Explorer ab Version 3.0 oder Netscape ab Version 2.0).</p>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
Reference in New Issue
Block a user