Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5590
Line 44... Line 44...
44
%>
44
%>
45
<%
45
<%
46
'Process submition
46
'Process submition
47
If CBool(QStrPar("action")) Then
47
If CBool(QStrPar("action")) Then
48
      Call Insert_Memo_Message ( QStrPar("FRmsg"), QStrPar("FRexpdate") )
48
      Call Insert_Memo_Message ( QStrPar("FRmsg"), QStrPar("FRexpdate") )
49
      %>
-
 
50
      <script language="JavaScript" type="text/javascript">
-
 
51
      opener.location='index.asp?refresh=true<%=QSTR%>';
-
 
52
      </script>
49
      ReloadParentWindow()
53
      <%
-
 
54
      Call CloseWindow
50
      Response.End
55
End If
51
End If
56
%>
52
%>
57
<html>
53
<html>
58
<head>
54
<head>
59
<title>Release Manager</title>
55
<title>Release Manager</title>
Line 64... Line 60...
64
<link rel="stylesheet" href="images/navigation.css" type="text/css">
60
<link rel="stylesheet" href="images/navigation.css" type="text/css">
65
<script language="JavaScript" src="images/common.js"></script>
61
<script language="JavaScript" src="images/common.js"></script>
66
<script language="JavaScript" src="images/calendar.js"></script>
62
<script language="JavaScript" src="images/calendar.js"></script>
67
</head>
63
</head>
68
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.memo.FRmsg.focus();">
64
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.memo.FRmsg.focus();">
69
<form name="memo" method="post" action="<%=scriptName%>?done=done<%=QSTR_All%>" onSubmit="return check();">
65
<form class="form_tight" name="memo" method="post" action="<%=scriptName%>?done=done<%=QSTR_All%>" onSubmit="return check();">
70
  <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
66
  <table border="0" cellspacing="0" cellpadding="2">
71
    <tr>
67
    <tr>
72
      <td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/h_trsp_dot.gif" width="22" height="1"></td>
-
 
73
      <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">&nbsp;ADD Memo</td>
-
 
74
      <td background="images/lbox_bg_blue.gif" align="right" width="50%">
-
 
75
        <input type="submit" name="btn" value="   ADD   " class="form_btn_comp" onClick="clickedButton=true;MM_validateForm('FRexpdate','Expiry Date','R','FRmsg','Message details','R');return document.MM_returnValue">
-
 
76
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
-
 
77
      </td>
-
 
78
      <td background="images/lbox_bg_blue.gif" align="right" width="1%%" nowrap>
-
 
79
        <img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
-
 
80
    </tr>
-
 
81
    <tr>
-
 
82
      <td height="100%" width="1%">&nbsp;</td>
-
 
83
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
68
      <td valign="top" nowrap colspan="2" class="wform_ttl" background="images/bg_form_lightgray.gif">
84
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
69
        <table border="0" cellspacing="1" cellpadding="2">
85
          <tr>
-
 
86
            <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
-
 
87
            <td width="1%" nowrap class="form_group" valign="bottom"></td>
-
 
88
            <td nowrap width="100%">&nbsp; </td>
-
 
89
          </tr>
-
 
90
          <tr>
70
          <tr>
91
            <td width="1%">&nbsp;</td>
-
 
92
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Expiry Date </td>
71
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Expiry Date </td>
93
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
72
            <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
94
              <input type="text" name="FRexpdate" maxlength="10" size="10" class="form_item" value="<%=EuroDate(Date+7)%>">
73
              <input type="text" name="FRexpdate" maxlength="10" size="10" class="form_item" value="<%=EuroDate(Date+7)%>">
95
              <A onmouseover="window.status='Select a date';return true;" onmouseout="window.status='';return true;" href="javascript:show_calendar('memo.FRexpdate',null,null,null);"><img src="images/i_calendar.gif" width="16" height="16" border="0"></a>
74
              <a href="javascript:show_calendar('memo.FRexpdate',null,null,null);"><img src="images/i_calendar.gif" width="16" height="16" border="0"></a>
96
            </td>
75
            </td>
97
          </tr>
76
          </tr>
98
          <tr>
77
          <tr>
99
            <td width="1%">&nbsp;</td>
-
 
100
            <td colspan="2" nowrap class="form_field" background="images/bg_form_lightbluedark.gif" valign="top">
78
            <td colspan="2" nowrap class="form_field" background="images/bg_form_lightbluedark.gif" valign="top">
101
              <textarea name="FRmsg" cols="40" rows="10" class="form_item"></textarea>
79
              <textarea name="FRmsg" cols="80" rows="10" class="form_item"></textarea>
102
              <input type="hidden" name="action" value="true">
80
              <input type="hidden" name="action" value="true">
103
            </td>
81
            </td>
104
          </tr>
82
          </tr>
105
          <tr>
-
 
106
            <td width="1%">&nbsp;</td>
-
 
107
            <td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
-
 
108
            <td nowrap width="100%">
-
 
109
              <p>&nbsp;</p>
-
 
110
            </td>
-
 
111
          </tr>
-
 
112
        </table>
83
        </table>
113
      </td>
84
      </td>
114
    </tr>
85
    </tr>
115
    <tr>
86
    <tr>
-
 
87
      <td align="right">
116
      <td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
88
        <input type="submit" name="btn" value="Add" class="form_btn_comp" onClick="clickedButton=true;MM_validateForm('FRexpdate','Expiry Date','R','FRmsg','Message details','R');return document.MM_returnValue">
117
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
89
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
-
 
90
      </td>
118
    </tr>
91
    </tr>
119
  </table>
92
  </table>
120
</form>
93
</form>
121
</body>
94
</body>
122
</html>
95
</html>