mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
17 lines
405 B
Scheme
17 lines
405 B
Scheme
<div class="title">
|
|
<div style="background-image : url(cms/images/panels/MySite.png)">My
|
|
Site</div>
|
|
</div>
|
|
|
|
<div id="LeftPane">
|
|
<h2>Create Intranet</h2>
|
|
<div id="AddIntranetForm_holder" style="overflow:auto">
|
|
$AddSubsiteForm
|
|
</div>
|
|
<h2>Search for Intranets</h2>
|
|
<div id="SearchForm_holder" style="overflow:auto">
|
|
$SearchForm
|
|
</div>
|
|
<div id="ResultTable_holder" style="overflow:auto">
|
|
$Results</div>
|
|
</div> |