Changeset 7537 for trunk/www/main.jsp
- Timestamp:
- Nov 28, 2018, 9:07:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/main.jsp
r7536 r7537 130 130 <input type="hidden" name="deviceToken" value=""> 131 131 132 <table style="margin: auto; width: 700px;" >132 <table style="margin: auto; width: 700px;" id="the-login-form"> 133 133 <tr> 134 134 <td> 135 135 <% 136 if (loginAction.getHelp() != null)137 {138 %>139 <div class="messagecontainer help" style="margin-bottom: 1em; font-style: italic;" id="login-help">140 <%=loginAction.getHelp() %>141 </div>142 <%143 }144 if (error != null)145 {146 %>147 <div class="messagecontainer error" style="margin-top: 1em; margin-bottom: 1em;"><%=error%></div>148 <%149 }150 136 if (allForms.size() > 1) 151 137 { … … 171 157 %> 172 158 <input type="hidden" name="loginForm" value="<%=selectedLoginForm%>"> 159 <% 160 } 161 if (loginAction.getHelp() != null) 162 { 163 %> 164 <div class="messagecontainer help" style="margin-bottom: 1em; font-style: italic;" id="login-help"> 165 <%=loginAction.getHelp() %> 166 </div> 167 <% 168 } 169 if (error != null) 170 { 171 %> 172 <div class="messagecontainer error" style="margin-top: 1em; margin-bottom: 1em;"><%=error%></div> 173 173 <% 174 174 }
Note: See TracChangeset
for help on using the changeset viewer.