Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 110... Line 110...
110
//-->
110
//-->
111
</script>
111
</script>
112
</head>
112
</head>
113
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.notes.FRnotes.focus();">
113
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.notes.FRnotes.focus();">
114
<!--#include file="_jquery_includes.asp"-->
114
<!--#include file="_jquery_includes.asp"-->
115
<form name="notes" method="post" action="<%=scriptName%>">
115
<form class="form_tight" name="notes" method="post" action="<%=scriptName%>">
116
  <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
116
  <table border="0" cellspacing="0" cellpadding="2">
117
    <tr> 
117
    <tr> 
118
      <td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/i_note.gif" width="18" height="22" hspace="5"></td>
-
 
119
      <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">Issue Notes</td>
-
 
120
      <td background="images/lbox_bg_blue.gif" align="right" width="50%"> 
-
 
121
        <input type="submit" name="btn" value="Submit" class="form_btn_comp" onClick="ValidString('FRnotes',255);return document.validstr_returnValue;">
-
 
122
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
-
 
123
      </td>
-
 
124
      <td background="images/lbox_bg_blue.gif" align="right" width="1%%" nowrap> 
-
 
125
        <img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
-
 
126
    </tr>
-
 
127
    <tr> 
-
 
128
      <td height="100%" width="1%">&nbsp;</td>
-
 
129
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif"> 
118
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif"> 
130
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
119
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
131
          <tr> 
120
          <tr> 
132
            <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
-
 
133
            <td nowrap width="100%">&nbsp; </td>
-
 
134
          </tr>
-
 
135
          <tr> 
-
 
136
            <td width="1%">&nbsp;</td>
-
 
137
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt"> 
121
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt"> 
138
              <textarea name="FRnotes" cols="60" rows="10" class="form_item" id="FRnotes"><%=Get_Notes( parPv_id, parIss_db, parIss_id )%></textarea>
122
              <textarea name="FRnotes" cols="60" rows="10" class="form_item" id="FRnotes"><%=Get_Notes( parPv_id, parIss_db, parIss_id )%></textarea>
139
			  <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
123
			  <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
140
			  <input type="hidden" name="pv_id" value="<%=parPv_id%>">
124
			  <input type="hidden" name="pv_id" value="<%=parPv_id%>">
141
			  <input type="hidden" name="iss_db" value="<%=parIss_db%>">
125
			  <input type="hidden" name="iss_db" value="<%=parIss_db%>">
142
			  <input type="hidden" name="iss_id" value="<%=parIss_id%>">
126
			  <input type="hidden" name="iss_id" value="<%=parIss_id%>">
143
              <input type="hidden" name="action" value="true">
127
              <input type="hidden" name="action" value="true">
144
            </td>
128
            </td>
145
          </tr>
129
          </tr>
146
          <tr> 
-
 
147
            <td width="1%">&nbsp;</td>
-
 
148
            <td nowrap width="100%"> 
-
 
149
              <p>&nbsp;</p>
-
 
150
            </td>
-
 
151
          </tr>
-
 
152
        </table>
130
        </table>
153
      </td>
131
      </td>
154
    </tr>
132
    </tr>
155
    <tr>
133
    <tr> 
-
 
134
      <td align="right"> 
156
      <td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
135
        <input type="submit" name="btn" value="Submit" class="form_btn_comp" onClick="ValidString('FRnotes',255);return document.validstr_returnValue;">
157
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
136
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
-
 
137
      </td>
158
    </tr>
138
    </tr> 
159
  </table>
139
  </table>
160
</form>
140
</form>
161
</body>
141
</body>
162
</html>
142
</html>
163
 
143