* Yavsc.sln:
* Web.csproj: * Edit.aspx: * MyClass.cs: * Restore.aspx: * SalesCatalog.csproj: * RemoveUserQuery.aspx: * RemoveRoleQuery.aspx: * AssemblyInfo.cs: * fortune.csproj: a test plugin * App.master: The site name as suffix in titles * AddRole.aspx: Form action fixed * CreateBackup.aspx:
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<asp:ContentPlaceHolder id="init" runat="server">
|
||||
<% Page.Title += " - "+YavscHelpers.SiteName; %>
|
||||
</asp:ContentPlaceHolder>
|
||||
<head runat="server">
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
@ -8,8 +11,7 @@
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'/>
|
||||
|
||||
<asp:ContentPlaceHolder id="init" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
Reference in New Issue
Block a user