| 1 | <%@ Page Language="C#" AutoEventWireup="false" CodeFile="Upload.aspx.cs" Inherits="Upload_Upload" %> |
|---|
| 2 | |
|---|
| 3 | <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %> |
|---|
| 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 5 | |
|---|
| 6 | <html xmlns="http://www.w3.org/1999/xhtml" > |
|---|
| 7 | <head runat="server"> |
|---|
| 8 | <title>Upload</title> |
|---|
| 9 | <link href="../CSS/Styles.css" rel="stylesheet" type="text/css" /> |
|---|
| 10 | <script src="../Js/prototype.js" type="text/javascript"></script> |
|---|
| 11 | <script src="../Js/validation.js" type="text/javascript"></script> |
|---|
| 12 | <script src="../Js/winOpen.js" type="text/javascript"></script> |
|---|
| 13 | </head> |
|---|
| 14 | <body> |
|---|
| 15 | <form id="form1" runat="server"> |
|---|
| 16 | <div> |
|---|
| 17 | <table id="tb03" cellspacing="0"> |
|---|
| 18 | <tr> |
|---|
| 19 | <td> |
|---|
| 20 | </td> |
|---|
| 21 | </tr> |
|---|
| 22 | </table> |
|---|
| 23 | <table cellspacing="0" id="tb04"> |
|---|
| 24 | <tr> |
|---|
| 25 | <td> |
|---|
| 26 | </td> |
|---|
| 27 | </tr> |
|---|
| 28 | </table> |
|---|
| 29 | <table cellspacing="0" class="table-auto"> |
|---|
| 30 | <tr> |
|---|
| 31 | <td><table cellspacing="0" class="tb-outline"> |
|---|
| 32 | <tr> |
|---|
| 33 | <td class="outline-topleft"><img src="../Images/CTopLeft.gif" alt="TopLeft" width="5" height="5" /></td> |
|---|
| 34 | <td class="outline-xtop"></td> |
|---|
| 35 | <td class="outline-topright"><img src="../Images/CTopRight.gif" alt="TopRight" width="5" height="5" /></td> |
|---|
| 36 | </tr> |
|---|
| 37 | <tr> |
|---|
| 38 | <td class="outline-yleft"></td> |
|---|
| 39 | <td class="grey-block"><table cellspacing="0" id="tb05-1"> |
|---|
| 40 | <tr> |
|---|
| 41 | <td><table cellspacing="0" id="tb05-1-1"> |
|---|
| 42 | <tr> |
|---|
| 43 | <td class="login-cap-left"><img src="../Images/Arrow.gif" alt="Arrow" width="5" height="9" /></td> |
|---|
| 44 | <td class="login-cap-right caption-bold"></td> |
|---|
| 45 | <td class="text-right caption-bold" style="width: 120px"></td> |
|---|
| 46 | </tr> |
|---|
| 47 | </table> |
|---|
| 48 | <table cellspacing="0" class="tb-separator10"> |
|---|
| 49 | <tr> |
|---|
| 50 | <td></td> |
|---|
| 51 | </tr> |
|---|
| 52 | </table> |
|---|
| 53 | <table cellspacing="0" class="table-auto2" style="line-height: 28px"> |
|---|
| 54 | <tr> |
|---|
| 55 | <td class="text-right caption" ><%= LabelQuestion %></td> |
|---|
| 56 | <td class="text-left caption"> |
|---|
| 57 | <FCKeditorV2:FCKeditor id="fckEditorQuestion" BasePath="~/FCKeditor/" runat="server" Height="300px" Width="630px" /> |
|---|
| 58 | </td> |
|---|
| 59 | </tr> |
|---|
| 60 | <tr> |
|---|
| 61 | <td></td> |
|---|
| 62 | <td class="tb-separator10"></td> |
|---|
| 63 | </tr> |
|---|
| 64 | <tr> |
|---|
| 65 | <td class="text-right caption"><%= LabelAnswer1 %></td> |
|---|
| 66 | <td class="text-left caption"> |
|---|
| 67 | <FCKeditorV2:FCKeditor id="fckEditorAnswer1" BasePath="~/FCKeditor/" runat="server" Height="200px" Width="630px" /> |
|---|
| 68 | </td> |
|---|
| 69 | </tr> |
|---|
| 70 | <tr> |
|---|
| 71 | <td></td> |
|---|
| 72 | <td class="tb-separator8"></td> |
|---|
| 73 | </tr> |
|---|
| 74 | <tr> |
|---|
| 75 | <td class="text-right caption"><%= LabelAnswer2 %></td> |
|---|
| 76 | <td class="text-left caption"> |
|---|
| 77 | <FCKeditorV2:FCKeditor id="fckEditorAnswer2" BasePath="~/FCKeditor/" runat="server" Height="200px" Width="630px" /> |
|---|
| 78 | </td> |
|---|
| 79 | </tr> |
|---|
| 80 | <tr> |
|---|
| 81 | <td></td> |
|---|
| 82 | <td class="tb-separator8"></td> |
|---|
| 83 | </tr> |
|---|
| 84 | <tr> |
|---|
| 85 | <td class="text-right caption"><%= LabelAnswer3 %></td> |
|---|
| 86 | <td class="text-left caption"> |
|---|
| 87 | <FCKeditorV2:FCKeditor id="fckEditorAnswer3" BasePath="~/FCKeditor/" runat="server" Height="200px" Width="630px" /> |
|---|
| 88 | </td> |
|---|
| 89 | </tr> |
|---|
| 90 | <tr> |
|---|
| 91 | <td></td> |
|---|
| 92 | <td class="tb-separator8"></td> |
|---|
| 93 | </tr> |
|---|
| 94 | <tr> |
|---|
| 95 | <td class="text-right caption"><%= LabelAnswer4 %></td> |
|---|
| 96 | <td class="text-left caption"> |
|---|
| 97 | <FCKeditorV2:FCKeditor id="fckEditorAnswer4" BasePath="~/FCKeditor/" runat="server" Height="200px" Width="630px" /> |
|---|
| 98 | </td> |
|---|
| 99 | </tr> |
|---|
| 100 | <tr> |
|---|
| 101 | <td></td> |
|---|
| 102 | <td class="tb-separator8"></td> |
|---|
| 103 | </tr> |
|---|
| 104 | <tr> |
|---|
| 105 | <td class="text-right caption"><%= LabelAnswer5 %></td> |
|---|
| 106 | <td class="text-left caption"> |
|---|
| 107 | <FCKeditorV2:FCKeditor id="fckEditorAnswer5" BasePath="~/FCKeditor/" runat="server" Height="200px" Width="630px" /> |
|---|
| 108 | </td> |
|---|
| 109 | </tr> |
|---|
| 110 | <tr> |
|---|
| 111 | <td class="text-right caption"><%= LabelSetCorrectAnswer %></td> |
|---|
| 112 | <td class="text-left caption"> |
|---|
| 113 | <asp:RadioButtonList ID="rblAnswers" runat="server" CssClass="caption" CellSpacing="12" RepeatDirection="horizontal" RepeatColumns="5"> |
|---|
| 114 | <asp:ListItem Value="1" Selected="true" Text="<%$ Resources:Resource, Answer1 %>"></asp:ListItem> |
|---|
| 115 | <asp:ListItem Value="2" Text="<%$ Resources:Resource, Answer2 %>"></asp:ListItem> |
|---|
| 116 | <asp:ListItem Value="3" Text="<%$ Resources:Resource, Answer3 %>"></asp:ListItem> |
|---|
| 117 | <asp:ListItem Value="4" Text="<%$ Resources:Resource, Answer4 %>"></asp:ListItem> |
|---|
| 118 | <asp:ListItem Value="5" Text="<%$ Resources:Resource, Answer5 %>"></asp:ListItem> |
|---|
| 119 | </asp:RadioButtonList> |
|---|
| 120 | </td> |
|---|
| 121 | </tr> |
|---|
| 122 | <tr> |
|---|
| 123 | <td></td> |
|---|
| 124 | <td class="tb-separator8"></td> |
|---|
| 125 | </tr> |
|---|
| 126 | <tr> |
|---|
| 127 | <td class="text-right caption"><%= LabelSolutionDetails %></td> |
|---|
| 128 | <td class="text-left caption"> |
|---|
| 129 | <FCKeditorV2:FCKeditor id="fckEditorSolution" BasePath="~/FCKeditor/" runat="server" Height="200px" Width="630px" /> |
|---|
| 130 | </td> |
|---|
| 131 | </tr> |
|---|
| 132 | <tr> |
|---|
| 133 | <td></td> |
|---|
| 134 | <td class="tb-separator8"></td> |
|---|
| 135 | </tr> |
|---|
| 136 | <tr> |
|---|
| 137 | <td class="text-right caption"> </td> |
|---|
| 138 | <td class="text-left caption"> |
|---|
| 139 | <asp:Label ID="lblMessage" runat="server" Text="" ForeColor="red"></asp:Label> |
|---|
| 140 | </td> |
|---|
| 141 | </tr> |
|---|
| 142 | <tr> |
|---|
| 143 | <td class="text-right caption"> </td> |
|---|
| 144 | <td class="text-left caption"><table cellspacing="0" class="text-left" style="width: 50%"> |
|---|
| 145 | <tr> |
|---|
| 146 | <td> |
|---|
| 147 | <asp:Button ID="btnOK" runat="server" CssClass="caption" Text="<%$ Resources:Resource, Upload %>" OnClick="btnOK_Click" /></td> |
|---|
| 148 | <td> |
|---|
| 149 | <asp:Button ID="btnCANCEL" runat="server" CssClass="caption" Text="<%$ Resources:Resource, Reset %>" /></td> |
|---|
| 150 | </tr> |
|---|
| 151 | </table></td> |
|---|
| 152 | </tr> |
|---|
| 153 | <tr> |
|---|
| 154 | <td class="text-right caption"> </td> |
|---|
| 155 | <td class="text-left caption"> </td> |
|---|
| 156 | </tr> |
|---|
| 157 | </table> |
|---|
| 158 | </td> |
|---|
| 159 | </tr> |
|---|
| 160 | </table></td> |
|---|
| 161 | <td class="outline-yright"></td> |
|---|
| 162 | </tr> |
|---|
| 163 | <tr> |
|---|
| 164 | <td class="outline-bottomleft"><img src="../Images/CBottomLeft.gif" alt="BottomLeft" width="5" height="5" /></td> |
|---|
| 165 | <td class="outline-xbottom"></td> |
|---|
| 166 | <td class="outline-bottomright"><img src="../Images/CBottomRight.gif" alt="BottomRight" width="5" height="5" /></td> |
|---|
| 167 | </tr> |
|---|
| 168 | </table></td> |
|---|
| 169 | </tr> |
|---|
| 170 | </table> |
|---|
| 171 | </div> |
|---|
| 172 | </form> |
|---|
| 173 | </body> |
|---|
| 174 | </html> |
|---|