- Timestamp:
- 05/27/11 19:01:20 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/LogOn.aspx
r4729 r6316 13 13 <% using (Html.BeginForm()) { %> 14 14 <%: Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") %> 15 <div >15 <div class="hl-signon-form"> 16 16 <fieldset> 17 17 <legend>Account Information</legend> … … 38 38 </div> 39 39 40 <p> 41 <input type="submit" value="Log On" /> 42 </p> 40 <input type="submit" value="Log On" class="hl-button-text-signon"/> 43 41 </fieldset> 44 42 </div> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/About.aspx
r4604 r6316 9 9 <p> 10 10 Put content here. 11 <input type="submit" class="hl-icon-delete" /> 11 12 </p> 12 13 </asp:Content>
Note: See TracChangeset
for help on using the changeset viewer.