a note on billls,
+refactoring * instdbws.sql: * BlogsController.cs: * NpgsqlBlogProvider.cs: Implements the note * robots.txt: * Web.config: * Web.csproj: * Catalog.xml: * Global.asax.cs: * pgsql.xcf: * p8-av4.png: * pgsql.jpeg: * logoDev.png: * logoDev.xcf: * debian-pb.gif: * apache_pb.gif: * theme.css: * style.css: * apache_pby.gif: * apache_pbw.gif: * Book.aspx: * jquery-ui.css: * Login.aspx: * debian-powered.png: * BlogManager.cs: * FhHRx.gif: * pgsql.png: * TagControl.ascx: * jquery-ui.min.css: * BlogProvider.cs: * theme.css: * p8-av4.s.jpg: * test-domain-TestAPI.config: * noavatar.png: * p8-av4.xxs.jpg: * apache_pbw.png: * debian-logo.png: * TestCatalogInit.cs: * Mono-powered.png: * helix-nebula-1400x1400.l.jpg: * star-939235_1280.jpg: * animated-overlay.gif: * star-939235_1280.s.jpg: * sign-in-with-google.png: * star-939235_1280.xxs.jpg: * sign-in-with-google-s.png: * helix-nebula-1400x1400.jpg: * helix-nebula-1400x1400.s.jpg: * helix-nebula-1400x1400.xxs.jpg: removes the /images folder from the app root folder, all images are moved to /App_Themes/images
This commit is contained in:
parent
c90b54d642
commit
7bf9b6a771
53 changed files with 217 additions and 103 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<div class="panel">
|
||||
<a href="<%= Url.RouteUrl ("Default", new { controller = "Google", action= "Login", returnUrl=ViewData["returnUrl"] }) %>" class="actionlink">
|
||||
Identification avec un compte Google
|
||||
<img src="/images/sign-in-with-google.png" style="max-height:1.5em; max-width:6em;" alt="Google sign in">
|
||||
<img src="/App_Themes/images/sign-in-with-google.png" style="max-height:1.5em; max-width:6em;" alt="Google sign in">
|
||||
</a>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
|
@ -8,7 +8,6 @@ foreach ( var tagname in Model.Tags) { %>
|
|||
<% if (Membership.GetUser()!=null) { %>
|
||||
<% if (Membership.GetUser().UserName==Model.Author || Roles.IsUserInRole("Admin"))
|
||||
{ // grant all permissions: to choose a given set of tags, also create some new tags %>
|
||||
|
||||
<span id="viewtagger<%=Model.Id%>">
|
||||
<i class="fa fa-tag menuitem" id="viewtaggerbtn<%=Model.Id%>"><%=Html.Translate("DoTag")%></i></span>
|
||||
<span id="hidetagger<%=Model.Id%>" class="hidden">
|
||||
|
|
|
|||
|
|
@ -12,12 +12,11 @@
|
|||
</asp:Content>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
<% using ( Html.BeginForm("Book","Google") ) { %>
|
||||
<div id="book" >Date d'intervention :
|
||||
Intervention souhaitée entre le
|
||||
<input type="text" id="StartDate" name="StartDate" class="start date" value="<%=Model.StartDate.ToString("yyyy/MM/dd")%>">
|
||||
<%= Html.ValidationMessageFor(model=>model.StartDate) %>
|
||||
<%= Html.ValidationMessageFor( model=>model.StartDate ) %>
|
||||
et le
|
||||
<input type="text" id="EndDate" name="EndDate" class="end date" value="<%=Model.StartDate.ToString("yyyy/MM/dd")%>">
|
||||
<%= Html.ValidationMessageFor(model=>model.EndDate) %>
|
||||
|
|
@ -30,7 +29,6 @@ et le
|
|||
<%= Html.LabelFor(model=>model.EndHour) %>
|
||||
<input type="text" id="EndHour" name="EndHour" class="end time" value="<%=Model.EndHour%>">
|
||||
<%= Html.ValidationMessageFor(model=>model.EndHour) %>
|
||||
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Intervenant</legend>
|
||||
|
|
@ -64,6 +62,4 @@ et le
|
|||
|
||||
<input type="submit">
|
||||
<% } %>
|
||||
<pre><%= Html.Encode(ViewData["json"]) %></pre>
|
||||
|
||||
</asp:Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue