页面未采用母版页设计
本文关键字:母版页 | 更新日期: 2023-09-27 18:36:11
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="The_Saloon.master.cs" Inherits="The_Saloon" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Organic Company Template</title>
<asp:ContentPlaceHolder ID="head" runat="server" EnableViewState="true">
<link href="App_Themes/maintheme/css/style.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link href="App_Themes/maintheme/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
<script type="text/javascript" src="App_Themes/maintheme/js/jquery.js"></script>
<!--[if IE 6]>
<script type="text/javascript" src="App_Themes/maintheme/js/ie6pngfix.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('img, ul, ol, li, div, p, a, h1, h2, h3, h4, h5, h6');
</script>
<![endif]-->
</asp:ContentPlaceHolder>
</head>
<body id="page">
<div class="rapidxwpr floatholder">
<div id="middle">
<div id="left" class="clearingfix">
<a href="App_Themes/maintheme/index.html">
<img id="logo" class="correct-png" src="App_Themes/maintheme/images/logo.png" alt="Home"
title="Home" /></a>
<div class="menu">
<ul>
<li><a href="" class="home">Home</a></li>
<li><a href="" class="gallery">Picture Gallery</a></li>
<li><a href="" class="events">Upcoming Events</a></li>
<li><a href="" class="contact">Contact Us</a></li>
</ul>
</div>
</div>
<div id="main">
<div id="main_container" class="clearingfix">
<div id="mainmiddle" class="floatbox withright">
<div class="why-organic">
<form id="form1" runat="server">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server" EnableViewState="true">
<p>
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum." Section 1.10.32 of "de Finibus Bonorum et
Malorum", written by Cicero in 45 BC "Sed ut perspiciatis unde omnis iste natus
error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque
ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt
explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut
fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci
velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam
aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem
ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis
autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae
consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?" 1914
translation by H. Rackham "But I must explain to you how all this mistaken idea
of denouncing pleasure and praising pain was born and I will give you a complete
account of the system, and expound the actual teachings of the great explorer of
the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids
pleasure itself, because it is pleasure, but because those who do not know how to
pursue pleasure rationally encounter consequences that are extremely painful. Nor
again is there anyone who loves or pursues or desires to obtain pain of itself,
because it is pain, but because occasionally circumstances occur in which toil and
pain can procure him some great pleasure. To take a trivial example, which of us
ever undertakes laborious physical exercise, except to obtain some advantage from
it? But who has any right to find fault with a man who chooses to enjoy a pleasure
that has no annoying consequences, or one who avoids a pain that produces no resultant
pleasure?" Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero
in 45 BC "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi
sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt
mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est
et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio
cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas
assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis
debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint
et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus,
ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus
asperiores repellat." 1914 translation by H. Rackham "On the other hand, we denounce
with righteous indignation and dislike men who are so beguiled and demoralized by
the charms of pleasure of the moment, so blinded by desire, that they cannot foresee
the pain and trouble that are bound to ensue; and equal blame belongs to those who
fail in their duty through weakness of will, which is the same as saying through
shrinking from toil and pain. These cases are perfectly simple and easy to distinguish.
In a free hour, when our power of choice is untrammelled and when nothing prevents
our being able to do what we like best, every pleasure is to be welcomed and every
pain avoided. But in certain circumstances and owing to the claims of duty or the
obligations of business it will frequently occur that pleasures have to be repudiated
and annoyances accepted. The wise man therefore always holds in these matters to
this principle of selection: he rejects pleasures to secure other greater pleasures,
or else he endures pains to avoid worse pains."</p>
</asp:ContentPlaceHolder>
</form>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
© The Saloon 2012
</div>
</div>
</body>
</html>
嗨,我添加了我的母版页,也许我对内容占位符做错了什么,我不确定。但我的问题是当我使用母版页制作新的 Web 表单时,唯一显示的是背景图像,仅此而已。所以我不知道怎么了
可能是因为您将内容放置在<asp:ContentPlaceHolder
因此在使用此母版页并定义了此内容 ID 的页面上删除此内容。
认为<asp:ContentPlaceHolder> ... </asp:ContentPlaceHolder>
内的内容是默认内容,而在下一页上您没有为此特定内容设置任何内容。
所以对我来说,我将不遗漏你页面的这一部分的内容,至少在你抱怨的标题上没有得到风格。
例如,将头部写成:
<head>
<title>Organic Company Template</title>
<asp:ContentPlaceHolder ID="head" runat="server" EnableViewState="true">
</asp:ContentPlaceHolder>
<link href="App_Themes/maintheme/css/style.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link href="App_Themes/maintheme/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
<script type="text/javascript" src="App_Themes/maintheme/js/jquery.js"></script>
<!--[if IE 6]>
<script type="text/javascript" src="App_Themes/maintheme/js/ie6pngfix.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('img, ul, ol, li, div, p, a, h1, h2, h3, h4, h5, h6');
</script>
<![endif]-->
</head>
创建母版页时,内容占位符是继承母版页的页面放置自己的内容的一部分。不应将本节中的内容放在母版页上。
在页面中引用此内容占位符时,将在母版页中分配的内容被覆盖。
页.aspx
<asp:Content ContentPlaceHolderID="MainContent"></asp:Content>
该语句之间没有任何内容,将替换母版页中的内容
要实现您想要的,请执行此操作
//母版页.aspx将文本移出
<div>
My default content to show on every page
<asp:ContentPlaceHolder ID="MainContent"> <!-- child pages content goes here -->
</asp:ContentPlaceHolder>
</div>
看到我已将文本移出 ContentPlaceHolder。试试这个,你的内容不会再消失