Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12870525
header.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
header.tpl
View Options
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
{
#SiteTitle#
}{
if
$PAGE_TITLE
}
::
{
$PAGE_TITLE
}{
/if
}
</title>
<link href="
{
#StaticContentURL#
}
/css/bootstrap.css" rel="stylesheet">
<link href="
{
#StaticContentURL#
}
/css/font-awesome.min.css" rel="stylesheet">
<link href="
{
#StaticContentURL#
}
/css/bluegray.css" rel="stylesheet">
<link href="
{
#StaticContentURL#
}
/favicon.ico" rel="shorcut icon" type="image/x-icon">
<link href="
{
#StaticContentURL#
}
/favicon.png" rel="icon" type="image/png" />
</head>
<body>
<a href="#content" class="sr-only">
{
#SkipNavigation#
}
</a>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".sidebar-collapse">
<span class="sr-only">
{
#ToggleNavigation#
}
</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="
{
get_url
()
}
">
{
#SiteTitle#
}
</a>
</div>
<ul class="nav navbar-top-links navbar-right">
{
if
$workspaces_count
>
1
}
<!-- Workspaces -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-book fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-messages">
{
foreach
from
=
$workspaces
item
=
workspace
}
<li>
<a href="/
{
$workspace
->
code
}
">
<div>
<strong class="workspace-name">
{
$workspace
->
name
}
</strong>
<span class="pull-right text-muted">
<em class="workspace-counter">
{
counter
}
</em>
</span>
</div>
<div class="workspace-description">
{
$workspace
->
description
}
</div>
</a>
</li>
<li class="divider"></li>
{
/foreach
}
<li>
<a class="text-center" href="#">
<strong>
{
#WorkspacesManagement#
}
</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
</li>
{
/if
}
<!-- Other right navigation actions -->
<li>
<a href="
{
get_url
()
}
?action=user.logout">
<i class="fa fa-sign-out fa-fw"></i>
{
#Logout#
}
</a>
</li>
</ul>
</nav>
{
if
$controller_custom_nav
}
{
include
file
=
$controller_custom_nav
}
{
else
}
{
include
file
=
'nav_main.tpl'
}
{
/if
}
<div id="content">
File Metadata
Details
Attached
Mime Type
text/html
Expires
Mon, Nov 17, 15:49 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3160308
Default Alt Text
header.tpl (3 KB)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment