QJ_helyrajz_RUN.inc
Line #0:?>
Line #1:<html>
Line #2:<head>
Line #3:<title><? echo $QIN;?></title>
Line #4:<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
Line #5:</head>
Line #6:<script type="text/javascript">
Line #7:var linestr = "";
Line #8:var lineind = 0;
Line #9:var jelmod = false;
Line #10:var dblmod = false;
Line #11:var rowind = 0;
Line #12:var linestr = "";
Line #13:var getcolor = "";
Line #14:var getmod = false;
Line #15:
Line #16:function dispHandle(obj)
Line #17:{
Line #18:if (obj.style.display == "none")
Line #19: obj.style.display = "";
Line #20: else
Line #21: obj.style.display = "none";
Line #22:}
Line #23:
Line #24:function STable(col, row, tableData) {
Line #25:
Line #26:if (jelmod == true ){
Line #27: var tds = rsTable.getElementsByTagName('td');
Line #28: as=tds[col].innerText;
Line #29: an=as.length
Line #30: aktsor=as.substr(an-3,3);
Line #31:if (aktsor==rowind) {
Line #32:
Line #33: if (tds[col].style.backgroundColor == tableData)
Line #34: tds[col].style.backgroundColor = "green";
Line #35: else
Line #36: {
Line #37:
Line #38: if (tds[col].style.backgroundColor == "green" )
Line #39: tds[col].style.backgroundColor = tableData;
Line #40:
Line #41: if (tds[col].style.backgroundColor == "red") {
Line #42: dblmod = false;
Line #43: jelmod = false;
Line #44: rowind = 0;
Line #45:
Line #46:
Line #47: }
Line #48:
Line #49: }
Line #50:
Line #51:}
Line #52:}
Line #53:if (dblmod==true) {
Line #54: jelmod = true;
Line #55:}
Line #56:}
Line #57:function OTable(col, row, tableData) {
Line #58:rowind=row;
Line #59:var tds = rsTable.getElementsByTagName('td');
Line #60: if (dblmod == false) {
Line #61:
Line #62: tds[10].style.backgroundColor = "white";
Line #63:
Line #64: if (tds[col].style.backgroundColor == tableData ) {
Line #65: tds[col].style.backgroundColor = "green";
Line #66:
Line #67: }
Line #68: else {
Line #69: if (tds[col].style.backgroundColor == "red") {
Line #70:
Line #71:element = document.getElementById('biref');
Line #72:
Line #73:
Line #74:document.location("QJ_kijelol.php");
Line #75:
Line #76: }
Line #77: aktszin=tds[col].style.backgroundColor;
Line #78:// if (tds[col].style.backgroundColor == "green" ) { or aktszin == "Purple"
Line #79: if (aktszin == "green" ) {
Line #80: tds[col].style.backgroundColor = tableData;
Line #81:
Line #82: }
Line #83: if (aktszin == "purple" ) {
Line #84: tds[col].style.backgroundColor = tableData;
Line #85:
Line #86: }
Line #87:
Line #88: if (aktszin == "fuchsia" ) {
Line #89: tds[col].style.backgroundColor = tableData;
Line #90:
Line #91: }
Line #92:
Line #93:
Line #94: }
Line #95:
Line #96: Tarea(tds[col].innerText);
Line #97: }
Line #98:
Line #99:}
Line #100:function Setbgcolor(col, row, tableData) {
Line #101: var tds = rsTable.getElementsByTagName('td');
Line #102: tds[col].style.backgroundColor = tableData;
Line #103:}
Line #104:function Getbgcolor(col, row, tableData) {
Line #105: var tds = rsTable.getElementsByTagName('td');
Line #106: getcolor =tds[col].style.backgroundColor;
Line #107: getmod = true;
Line #108:}
Line #109:
Line #110:function DTable(col, row, tableData) {
Line #111:var tds = rsTable.getElementsByTagName('td');
Line #112:
Line #113:if (jelmod == true){
Line #114: rowind = 0;
Line #115: dblmod = false;
Line #116: jelmod = false;
Line #117: tds[col].style.backgroundColor = "green";
Line #118: tds[10].innerText="folyamatos - KI";
Line #119: tds[10].style.backgroundColor = "white";
Line #120:
Line #121:} else {
Line #122: rowind = row;
Line #123: dblmod = true;
Line #124: tds[col].style.backgroundColor = tableData;
Line #125: tds[10].innerText="folyamatos - BE";
Line #126: tds[10].style.backgroundColor = "silver";
Line #127:}
Line #128:
Line #129:}
Line #130:
Line #131:function Tarea(tData) {
Line #132:
Line #133:dayTwo = new Date();
Line #134:hrNow = dayTwo.getHours();
Line #135:mnNow = dayTwo.getMinutes();
Line #136:scNow = dayTwo.getSeconds();
Line #137:
Line #138:lineind++;
Line #139:lineinfo = tData ;
Line #140:linestr = lineinfo + " \r\n" + linestr ;
Line #141:self.document.msgform.msgarea.value = linestr;
Line #142:
Line #143:}
Line #144:
Line #145:</script>
Line #146:
Line #147:<style type="text/css">
Line #148:
Line #149:a:link
Line #150: {
Line #151: font-size: 12px;
Line #152: font-weight: normal;
Line #153: text-decoration:none;
Line #154: }
Line #155:a:visited
Line #156: {
Line #157: font-size: 12px;
Line #158: font-weight: normal;
Line #159: text-decoration:none;
Line #160: }
Line #161:
Line #162:a {position: relative;}
Line #163:
Line #164:
Line #165:a span {
Line #166: display: none;
Line #167: }
Line #168:
Line #169:a:hover {
Line #170: background-color: #dbe4f2;
Line #171: text-decoration:none;
Line #172: display: block;
Line #173: }
Line #174:
Line #175:/* The above hover change defeats the
Line #176: background: #fdd;
Line #177: IE/Win display changing bug */
Line #178:
Line #179:
Line #180:a:hover span {
Line #181: position: absolute;
Line #182: top: 30px;
Line #183: left: 0px;
Line #184: width: 200px;
Line #185: display: block;
Line #186: background: white;
Line #187: color: black;
Line #188: border: 1px solid red;
Line #189: text-decoration:none;
Line #190:
Line #191: }
Line #192:
Line #193:</style>
Line #194:
Line #195:
Line #196:<body>
Line #197:<?