Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12944213
home_pickworkspace.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1014 B
Referenced Files
None
Subscribers
None
home_pickworkspace.tpl
View Options
<!-- Workspace selector -->
<style>
@media screen and (max-width: 768px)
{
#
workspaces
{
margin
-
left
:
5
%;
margin
-
right
:
5
%;
}
}
@media screen and (min-width: 769px)
{
#
workspaces
{
margin
-
left
:
3
%;
margin
-
right
:
3
%;
}
}
#workspaces a:hover
{
text
-
decoration
:
none
;
}
[class*="block-grid-"] > li
{
padding
:
0
3
rem
1.11111
rem
;
}
.workspace-description
{
text
-
align
:
justify
;
}
</style>
<div class="row">
<div class="jumbotron">
<h1><span class="glyphicon glyphicon-th-list"></span>
{
#PickWorkspace#
}
</h1>
<p class="lead">
{
#PickWorkspaceCallForAction#
}
</p>
</div>
</div>
<div class="row">
<ul id="workspaces" class="large-block-grid-3 medium-block-grid-2">
{
foreach
from
=
$workspaces
item
=
workspace
}
<li class="workspace">
<h2><a href="/
{
$workspace
->
code
}
" class="workspace-name">
{
$workspace
->
name
}
</a></h2>
<p class="workspace-description">
{
$workspace
->
description
}
</p>
</li>
{
/foreach
}
</ul>
</div>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Tue, Nov 18, 17:06 (21 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3134445
Default Alt Text
home_pickworkspace.tpl (1014 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment