Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101660337
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
Wed, Feb 12, 13:29
Size
909 B
Mime Type
text/html
Expires
Fri, Feb 14, 13:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24210088
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