Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99165131
edit_study.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 21, 21:35
Size
909 B
Mime Type
text/html
Expires
Thu, Jan 23, 21:35 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23726111
Attached To
R7177 epiph
edit_study.html
View Options
<template
name=
"editStudy"
>
<div
class=
"questions editStudy"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<h2>
{{> xEditable titleEO}}
<div
class=
"lock pull-right cursorPointer"
>
{{#if isLocked}}
<i
class=
"fa fa-lg fa-lock unlockStudy"
></i>
{{else}}
<i
class=
"fa fa-lg fa-unlock lockStudy"
></i>
{{/if}}
</div>
</h2>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<ul
class=
"nav nav-tabs hidden-print"
>
{{#each tabs}}
<li
role=
"presentation"
class=
{{tabClasses}}
>
<a
href=
""
class=
"switchTab"
data-id=
{{../_id}}
>
{{title}}
</a>
</li>
{{/each}}
</ul>
<div
id=
"studyPageOverlay"
></div>
<div
id=
"studyPage"
>
{{> Template.dynamic template=template data=this}}
</div>
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment