$farm = Get-SPFarm
$file = $farm.Solutions.Item("Sample.wsp").SolutionFile
$file.SaveAs("c:\saravanan\sample.wsp")
$file = $farm.Solutions.Item("Sample.wsp").SolutionFile
$file.SaveAs("c:\saravanan\sample.wsp")
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="vallenato/vallenato.js" type="text/javascript"></script>
<link rel="stylesheet" href="vallenato/vallenato.css" type="text/css" media="screen">
sp content editor webpart
<div id="accordion-container">
<h2 class="accordion-header">Section 1</h2>
<div class="accordion-content">
<p>Section 1 Content</p>
</div>
<h2 class="accordion-header">Section 2</h2>
<div class="accordion-content">
<p>Section 2 Content</p>
</div>
</div>
1
2
3
4
5
6
7
8
|
<!-- =Push is needed for the footer to be correctly placed on the page. ms-dialogHidden used to hide it in the dialogs. -->
<div class="push ms-dialogHidden"></div>
</div>
<!-- =Footer: ms-dialogHidden used to hide it in the dialogs. -->
<div class="footer ms-dialogHidden">
<span>This is my SharePoint 2013 Footer</span>
</div>
</div>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
/* The bottom margin is the negative value of the footer's height */
margin: 0 auto -30px;
overflow: visible !important;
}
.footer, .push {
/* .push must be the same height as .footer */
height: 30px;
/* Multicolumn Layout With Sticky Footer */
clear: both;
}
.footer {
background: #0072C6;
color: #fff;
line-height: 30px;
text-align: center;
}
body #s4-workspace {
margin-bottom: -30px;
}
|
.s
4
-tn li.
static
> a
{
display
:
none
!important
;
}
.s
4
-tn li.
static
> ul a
{
display
:
block
!important
;
}