- Timestamp:
- 26.10.2009 17:53:28 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/ZMSContainerObject/manage_importexportdebugfilter.dtml
r750 r752 39 39 <input type="hidden" name="outfilename" value="<dtml-var outfilename>"/> 40 40 41 <input class="form-submit" type="submit" name="btn" value="<dtml-var "getZMILangStr('BTN_NEXT')">"/> 42 <input class="form-submit" type="submit" name="btn" value="<dtml-var "getZMILangStr('BTN_CANCEL')">"/> 41 <input class="form-submit" type="submit" name="btn" value=" » "/> 43 42 <hr size="1"/> 44 43 … … 74 73 ></td><td class="form-small" style="color:blue"><b> {IN}</b></td></tr> 75 74 <dtml-elif "filter['format']=='export'"> 76 <tr><td align="center" class="form-small" style=" <dtml-if "step==0">border: 2px solid red; </dtml-if>white-space: nowrap; color:white; background-color:black; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;"75 <tr><td align="center" class="form-small" style="white-space: nowrap; color:white; background-color:black; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;" 77 76 ><dtml-var "filter['format'].capitalize()"> <font style="font-weight: bold; color:#D9E100; background-color:#000000;"> ZMS </font></td></tr> 78 77 <dtml-elif "filter['format']=='XHTML'"> 79 <tr><td align="center" class="form-small" style=" <dtml-if "step==0">border: 2px solid red; </dtml-if>white-space: nowrap; color:white; background-color:black; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;"78 <tr><td align="center" class="form-small" style="white-space: nowrap; color:white; background-color:black; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;" 80 79 ><img src="<dtml-var MISC_ZMS>mime_type.text_html.gif" title="<dtml-var "filter['format']">" border="0" align="absmiddle" /><dtml-var "filter['format']"> <font style="font-weight: bold; color:#D9E100; background-color:#000000;"> ZMS </font></td></tr> 81 80 <dtml-elif "filter['format'] in ['XML','XML_incl_embedded']"> 82 <tr><td align="center" class="form-small" style=" <dtml-if "step==0">border: 2px solid red; </dtml-if>white-space: nowrap; color:white; background-color:black; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;"81 <tr><td align="center" class="form-small" style="white-space: nowrap; color:white; background-color:black; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;" 83 82 ><img src="<dtml-var MISC_ZMS>mime_type.text_xml.gif" title="<dtml-var "filter['format']">" border="0" align="absmiddle" /><dtml-var "filter['format']"> <font style="font-weight: bold; color:#D9E100; background-color:#000000;"> ZMS </font></td></tr> 84 83 </dtml-if> … … 90 89 <dtml-if "filterProcess.get('file',None)"> 91 90 <dtml-let f="filterProcess['file']"> 92 <td align="center" class="form-small" style="<dtml-if "step==pid +1">border: 2px solid red;<dtml-else>border: 1px solid navy;</dtml-if> white-space: nowrap; background-color: white; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;">91 <td align="center" class="form-small" style="<dtml-if "step==pid">border: 2px solid red;<dtml-else>border: 1px solid navy;</dtml-if> white-space: nowrap; background-color: white; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;"> 93 92 <dtml-if "len(process.keys())==1"><img src="<dtml-var MISC_ZMS>ico_error.gif" title="ERROR: Processing-step type '<dtml-var "process['id']">' not found!" border="0" align="absmiddle"/> <span style="border: 2px solid red;"></dtml-if> 94 93 <img src="<dtml-var "f.getMimeTypeIconSrc()">" title="<dtml-var "f.getContentType()">, <dtml-var "f.getDataSizeStr()">" border="0" align="absmiddle"/> … … 101 100 <dtml-else> 102 101 <tr> 103 <td align="center" class="form-small" style="<dtml-if "step==pid +1">border: 2px solid red;<dtml-else>border: 1px solid maroon;</dtml-if> white-space: nowrap; background-color: #FFFFE0; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;"><dtml-var "process['name']" html_quote></td>102 <td align="center" class="form-small" style="<dtml-if "step==pid">border: 2px solid red;<dtml-else>border: 1px solid maroon;</dtml-if> white-space: nowrap; background-color: #FFFFE0; padding:2px; margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px;"><dtml-var "process['name']" html_quote></td> 104 103 <dtml-if "filterProcess.get('file',None)"> 105 104 <dtml-let f="filterProcess['file']"> … … 140 139 141 140 <hr size="1"/> 142 <input class="form-submit" type="submit" name="btn" value="<dtml-var "getZMILangStr('BTN_NEXT')">"/> 143 <input class="form-submit" type="submit" name="btn" value="<dtml-var "getZMILangStr('BTN_CANCEL')">"/> 144 141 <input class="form-submit" type="submit" name="btn" value=" » "/> 145 142 </form> 146 143
Note: See TracChangeset
for help on using the changeset viewer.
