404 lines
19 KiB
HTML
404 lines
19 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<HTML>
|
||
|
<HEAD><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>iSeries journal entry information finder--results</title>
|
||
|
<meta name="Copyright" content="Copyright (c) 2002, 2006 by IBM Corporation">
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
|
||
|
<h2>Journal entry information finder</h2>
|
||
|
<SCRIPT type="text/javascript" language="Javascript" src="../rzahg/iccommon.js"></SCRIPT>
|
||
|
<SCRIPT type="text/javascript" language="Javascript">
|
||
|
|
||
|
|
||
|
var alls = "Journal entries by journal code and type<br><br>";
|
||
|
var news = "New journal codes and entry types<br><br>";
|
||
|
var textJK = "<table COLS=5 WIDTH='100%' BORDER=1 CELLPADDING=6 CELLSPACING=0><TR valign=\"top\" class=\"finderbar\"><TH ID =\"COL1\" WIDTH='10%'>Journal code<\/TH><TH ID =\"COL2\" WIDTH='10%'>Entry type<\/TH><TH ID =\"COL3\" WIDTH='30%'>Description<\/TH><TH ID =\"COL4\" WIDTH='50%'>Notes<\/TH><\/TR>";
|
||
|
//START NON-TRANSLATABLE
|
||
|
//Obtain name of HTML file in parent frame.
|
||
|
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
||
|
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
|
||
|
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
|
||
|
//Is the hidden frame already loaded with the correct html?
|
||
|
if (parentUrl != "rzakifinder.htm") {
|
||
|
window.location = "rzakifinder.htm"; //load finder frameset
|
||
|
} else {
|
||
|
//Obtain name of HTML file in hidden frame.
|
||
|
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
||
|
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
|
||
|
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
|
||
|
if (hiddenUrl != "rzakijournalblank.htm") {
|
||
|
//Correct HTML not loaded, load it
|
||
|
parent.window.location = "rzakifinder.htm";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
var input = parent.hidden.placeholders[2];
|
||
|
var tstring = "";
|
||
|
var blank = " ";
|
||
|
var textA = "<FONT SIZE='+1'>";
|
||
|
var textB = "<\/FONT SIZE='+1'>";
|
||
|
var text1 = "<P>";
|
||
|
var text2 = "<\/P>";
|
||
|
var brake = "<br><br>";
|
||
|
var textC = "<tr valign=\"top\">";
|
||
|
var textD = "<\/td>";
|
||
|
var textE = "<td headers=\"COL1\">";
|
||
|
var textE2 = "<td headers=\"COL2\">";
|
||
|
var textE3 = "<td headers=\"COL3\">";
|
||
|
var textE4 = "<td headers=\"COL4\">";
|
||
|
var textF = "<\/td><\/tr>";
|
||
|
var textG = "<\/table><BR><BR>";
|
||
|
var textk = "<A HREF='";
|
||
|
var textm = "'>";
|
||
|
var textn = "<\/A>";
|
||
|
|
||
|
if (input == "ALL") {
|
||
|
document.write(textA + alls + textB);
|
||
|
document.write(textJK);
|
||
|
for (var i=0; i < parent.hidden.mycat.length; i++) {
|
||
|
for (var j=0; j < parent.hidden.mycat[i].length; j++) {
|
||
|
if (parent.hidden.mycat[i][j][0] != 0) {
|
||
|
|
||
|
document.write(textC + textE + parent.hidden.jourcode[i][2] + textD + textE2 + parent.hidden.mycat[i][j][0] + textD + textE3 + parent.hidden.mycat[i][j][1] + textD + textE4);
|
||
|
if (parent.hidden.mycat[i][j][2] == 0 && parent.hidden.mycat[i][j][3] == 0) {
|
||
|
document.write(blank);
|
||
|
}
|
||
|
|
||
|
if (parent.hidden.mycat[i][j][2] != 0 && parent.hidden.mycat[i][j][3] == 0){
|
||
|
document.write(parent.hidden.mycat[i][j][2]);
|
||
|
}
|
||
|
|
||
|
if (parent.hidden.mycat[i][j][2] == 0 && parent.hidden.mycat[i][j][3] != 0){
|
||
|
document.write(parent.hidden.mycat[i][j][3]);
|
||
|
}
|
||
|
|
||
|
if (parent.hidden.mycat[i][j][2] != 0 && parent.hidden.mycat[i][j][3] != 0){
|
||
|
document.write(parent.hidden.mycat[i][j][2] + brake + parent.hidden.mycat[i][j][3]);
|
||
|
}
|
||
|
|
||
|
document.write(textF);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
else
|
||
|
if (input == "NEW") {
|
||
|
document.write(textA + news + textB);
|
||
|
document.write(textJK);
|
||
|
|
||
|
//start new row //BB6
|
||
|
document.write (textC + textE + parent.hidden.jourcode[1][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[1][10][0] + textD + textE3 + parent.hidden.mycat[1][10][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[1][10][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row //BB7 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[1][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[1][11][0] + textD + textE3 + parent.hidden.mycat[1][11][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[1][11][2] + brake + parent.hidden.mycat[1][11][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row BJA
|
||
|
document.write (textC + textE + parent.hidden.jourcode[1][2] + textD);
|
||
|
document.write (textE + parent.hidden.mycat[1][19][0] + textD + textE + parent.hidden.mycat[1][19][1]);
|
||
|
document.write (textD + textE + parent.hidden.mycat[1][19][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row CCN
|
||
|
document.write (textC + textE + parent.hidden.jourcode[2][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[2][3][0] + textD + textE3 + parent.hidden.mycat[2][3][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[2][3][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row CSB
|
||
|
document.write (textC + textE + parent.hidden.jourcode[2][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[2][10][0] + textD + textE3 + parent.hidden.mycat[2][10][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[2][10][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row CSQ
|
||
|
document.write (textC + textE + parent.hidden.jourcode[2][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[2][12][0] + textD + textE3 + parent.hidden.mycat[2][12][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[2][12][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row CSU
|
||
|
document.write (textC + textE + parent.hidden.jourcode[2][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[2][13][0] + textD + textE3 + parent.hidden.mycat[2][13][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[2][13][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row DDD
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][4][0] + textD + textE3 + parent.hidden.mycat[3][4][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][4][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row DDG
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][6][0] + textD + textE3 + parent.hidden.mycat[3][6][1]);
|
||
|
document.write (textD + textE4 + blank + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row DDH
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][7][0] + textD + textE3 + parent.hidden.mycat[3][7][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][7][2] + brake + parent.hidden.mycat[3][7][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row DDJ
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][8][0] + textD + textE3 + parent.hidden.mycat[3][8][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][8][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
|
||
|
//start new row DDW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][10][0] + textD + textE3 + parent.hidden.mycat[3][10][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][10][2] + brake + parent.hidden.mycat[3][10][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row DDZ
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][11][0] + textD + textE3 + parent.hidden.mycat[3][11][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][11][2] + brake + parent.hidden.mycat[3][11][3] + textF);
|
||
|
//end new row
|
||
|
|
||
|
//start new row DMA
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][20][0] + textD + textE3 + parent.hidden.mycat[3][20][1]);
|
||
|
document.write (textD + textE4 + blank + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row DTQ
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][25][0] + textD + textE3 + parent.hidden.mycat[3][25][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][25][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row //DZB 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[3][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[3][26][0] + textD + textE3 + parent.hidden.mycat[3][26][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[3][26][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row //EEE 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][3][0] + textD + textE3 + parent.hidden.mycat[4][3][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][3][2] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row EEK
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][6][0] + textD + textE3 + parent.hidden.mycat[4][6][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][6][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row EZA 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][17][0] + textD + textE3 + parent.hidden.mycat[4][17][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][17][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row EZB 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][18][0] + textD + textE3 + parent.hidden.mycat[4][18][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][18][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row EZO 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][19][0] + textD + textE3 + parent.hidden.mycat[4][19][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][19][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row EZP 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][20][0] + textD + textE3 + parent.hidden.mycat[4][20][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][20][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row EZT 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[4][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[4][21][0] + textD + textE3 + parent.hidden.mycat[4][21][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[4][21][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row FC1
|
||
|
document.write (textC + textE + parent.hidden.jourcode[5][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[5][6][0] + textD + textE3 + parent.hidden.mycat[5][6][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[5][6][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row FIT 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[5][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[5][14][0] + textD + textE3 + parent.hidden.mycat[5][14][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[5][14][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row FJC
|
||
|
document.write (textC + textE + parent.hidden.jourcode[5][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[5][15][0] + textD + textE3 + parent.hidden.mycat[5][15][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[5][15][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
|
||
|
//start new row FMO
|
||
|
document.write (textC + textE + parent.hidden.jourcode[5][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[5][23][0] + textD + textE3 + parent.hidden.mycat[5][23][1]);
|
||
|
document.write (textD + textE4 + parent.hidden.mycat[5][23][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row IDK
|
||
|
document.write (textC + textE + parent.hidden.jourcode[6][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[6][1][0] + textD + textE3 + parent.hidden.mycat[6][1][1]);
|
||
|
document.write (textD + textE4 + blank + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row IIO 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[6][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[6][9][0] + textD + textE3 + parent.hidden.mycat[6][9][1]);
|
||
|
document.write (textD + textE4 + blank + textF);
|
||
|
//end new row
|
||
|
|
||
|
//start new row IIQ 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[6][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[6][10][0] + textD + textE3 + parent.hidden.mycat[6][10][1]);
|
||
|
document.write (textD + textE4 + blank + textF);
|
||
|
//end new row
|
||
|
|
||
|
//start new row IIW 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[6][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[6][12][0] + textD + textE3 + parent.hidden.mycat[6][12][1]);
|
||
|
document.write (textD + textE4 + blank + textF);
|
||
|
//end new row
|
||
|
|
||
|
//start new row //IIX
|
||
|
document.write (textC + textE + parent.hidden.jourcode[6][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[6][13][0] + textD + textE3 + parent.hidden.mycat[6][13][1]);
|
||
|
document.write (textD + textE4 + blank + textF);
|
||
|
//end new row
|
||
|
|
||
|
//start new row JSL
|
||
|
document.write (textC + textE + parent.hidden.jourcode[7][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[7][18][0] + textD + textE3 + parent.hidden.mycat[7][18][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[7][18][2] + brake + parent.hidden.mycat[7][18][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QQA 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][0][0] + textD + textE3 + parent.hidden.mycat[11][0][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][0][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QQH 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][5][0] + textD + textE3 + parent.hidden.mycat[11][5][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][5][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QQW 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][14][0] + textD + textE3 + parent.hidden.mycat[11][14][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][14][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QVW 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][20][0] + textD + textE3 + parent.hidden.mycat[11][20][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][20][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QZA 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][21][0] + textD + textE3 + parent.hidden.mycat[11][21][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][21][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QZB 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][22][0] + textD + textE3 + parent.hidden.mycat[11][22][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][22][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QZO 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][23][0] + textD + textE3 + parent.hidden.mycat[11][23][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][23][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QZP 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][24][0] + textD + textE3 + parent.hidden.mycat[11][24][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][24][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row QZT 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[11][25][0] + textD + textE3 + parent.hidden.mycat[11][25][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[11][25][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
//start new row TIM 7-28-05 -- SLW
|
||
|
document.write (textC + textE + parent.hidden.jourcode[11][2] + textD);
|
||
|
document.write (textE2 + parent.hidden.mycat[14][18][0] + textD + textE3 + parent.hidden.mycat[14][18][1] + textD );
|
||
|
document.write (textE4 + parent.hidden.mycat[14][18][3] + textF );
|
||
|
//end new row
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
else {
|
||
|
input = parseInt(input);
|
||
|
document.write(textA + parent.hidden.jourcode[input][0] + textB);
|
||
|
document.write(text1 + parent.hidden.jourcode[input][1] + text2);
|
||
|
document.write(textJK);
|
||
|
for (var j=0; j < parent.hidden.mycat[input].length; j++) {
|
||
|
if (parent.hidden.mycat[input][j][0] != 0) {
|
||
|
document.write(textC + textE + parent.hidden.jourcode[input][2] + textD + textE2 + parent.hidden.mycat[input][j][0] + textD + textE3 + parent.hidden.mycat[input][j][1] + textD + textE4);
|
||
|
|
||
|
if (parent.hidden.mycat[input][j][2] == 0 && parent.hidden.mycat[input][j][3] == 0) {
|
||
|
document.write(blank);
|
||
|
}
|
||
|
if (parent.hidden.mycat[input][j][2] != 0 && parent.hidden.mycat[input][j][3] == 0) {
|
||
|
document.write(parent.hidden.mycat[input][j][2]);
|
||
|
}
|
||
|
|
||
|
if (parent.hidden.mycat[input][j][2] == 0 && parent.hidden.mycat[input][j][3] != 0) {
|
||
|
document.write(parent.hidden.mycat[input][j][3]);
|
||
|
}
|
||
|
if (parent.hidden.mycat[input][j][2] != 0 && parent.hidden.mycat[input][j][3] != 0) {
|
||
|
document.write(parent.hidden.mycat[input][j][2] + brake + parent.hidden.mycat[input][j][3]);
|
||
|
}
|
||
|
|
||
|
document.write(textF);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
document.write(textG);
|
||
|
//END NON-TRANSLATABLE
|
||
|
</script>
|
||
|
<NOSCRIPT>This finder uses JavaScript. Your browser either does not
|
||
|
support JavaScript or does not have JavaScript enabled. For an an alternative
|
||
|
to this finder, see one of the following:<ul>
|
||
|
<li><a href="rzakijournalfinderall.htm">All journal codes and entry types</a>
|
||
|
<li><a href="rzakivarlength.htm">Variable-length portion of the
|
||
|
journal entry</a></li>
|
||
|
<li><a href="rzakifixlength.htm">Fixed-length portion of the
|
||
|
journal entry</a>
|
||
|
</ul>
|
||
|
</NOSCRIPT>
|
||
|
</body>
|
||
|
</html>
|