82: htp.tableData('', 'Right',
85: cattributes=>'id=""');
86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),
87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;
91: htp.tableData('', 'Right',
94: cattributes=>'id=""');
95: htp.tableData(htf.formPassword('Password', 25,
96: cattributes=>'id="i_password"'), 'Left',
97: cattributes=>'id=""');
98: htp.tableRowClose;
99:
723: Wf_Notification.GetInfo(nid, username, s0, s0, s0, s0, status);
724: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
725:
726: -- Set title
727: result := htf.htmlOpen ||g_newLine;
728: result := result || htf.headOpen||g_newLine;
729: if (status = 'OPEN') then
730: result := result ||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
724: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
725:
726: -- Set title
727: result := htf.htmlOpen ||g_newLine;
728: result := result || htf.headOpen||g_newLine;
729: if (status = 'OPEN') then
730: result := result ||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
732: g_newLine;
727: result := htf.htmlOpen ||g_newLine;
728: result := result || htf.headOpen||g_newLine;
729: if (status = 'OPEN') then
730: result := result ||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
732: g_newLine;
733: else
734: result := result ||
735: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
732: g_newLine;
733: else
734: result := result ||
735: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
736: g_newLine;
737: end if;
738:
739: --tr: dont execute the help function
739: --tr: dont execute the help function
740: --it calls htp procs which causes session to hang
741: -- wfa_html.create_help_function('wf/links/det.htm?DETNOT');
742:
743: result := result || htf.headClose||g_newLine;
744:
745: -- Calculate size of response frame
746: respsize := RespFrameSize(nid);
747:
768: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
769: agent ||
770: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">'||g_newLine;
771: result := result || ''||g_newLine;
772: result := result || htf.htmlClose;
773:
774: else
775: -- Send_accesskey is set to N so we will generate a DirectLogin call.
776: -- We do not need to authenticate the user, since the user will have
779: -- we will then confirm that the user logged in can also view the
780: -- notification.
781: key := NULL;
782:
783: result := htf.htmlOpen ||g_newLine;
784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;
780: -- notification.
781: key := NULL;
782:
783: result := htf.htmlOpen ||g_newLine;
784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;
788: result := result || htf.headClose||g_newLine;
782:
783: result := htf.htmlOpen ||g_newLine;
784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;
788: result := result || htf.headClose||g_newLine;
789:
790: result := result||'