- Timestamp:
- 08/12/08 16:20:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MILK/trunk/milk_server/milk_server/templates/atom_editor/atom_editor.html
r4557 r4563 7 7 <head> 8 8 <title py:content="c.title">title</title> 9 <span py:if="c.atom.isDeployable() " py:strip="">9 <span py:if="c.atom.isDeployable() or c.atom.isDE()" py:strip=""> 10 10 <script type="text/javascript"> 11 11 var placeholderNames = ['deploymentsPlaceholder']; … … 29 29 var urls = ['$c.dataEntitiesURL']; 30 30 </script> 31 </span> 32 <span py:if="not c.atom.isDeployment()" py:strip=""> 31 33 <script type="text/javascript" src="$g.server/js/queueDeployments.js"/> 32 34 </span> … … 51 53 52 54 <div py:if="not c.atom.isDeployment() and not c.atom.isGranule()" py:replace="GeneralInfo(c.saveLink)"/> 53 <div py:if="c.atom.isGranule() and not c.atom.contentFile" py:replace="Upload File('Ingest data from CSML file', 'CSML',c.saveLink)"/>55 <div py:if="c.atom.isGranule() and not c.atom.contentFile" py:replace="UploadCSMLOrCDMLFileForm(c.saveLink)"/> 54 56 <div py:if="not c.atom.isDeployment() and not c.atom.isGranule()" py:replace="TextArea('Summary', c.atom.Summary, c.saveLink)"/> 55 57 <div py:if="not c.atom.isDeployment() and not c.atom.isGranule()" py:replace="TextArea('Content', c.atom.Content, c.saveLink)"/> … … 64 66 <div id="dataEntitiesPlaceholder" /> 65 67 </div> 66 <div class="metadataSection" py:if="c.atom.isDeployable() ">68 <div class="metadataSection" py:if="c.atom.isDeployable() or c.atom.isDE()"> 67 69 <div id="deploymentsPlaceholder" /> 68 70 </div>
Note: See TracChangeset
for help on using the changeset viewer.