Changeset 794 for ZMS/trunk/dtml/ZMS/manage_customizesvnform.dtml
- Timestamp:
- 16.11.2009 15:50:56 (3 years ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/ZMS/manage_customizesvnform.dtml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/ZMS/manage_customizesvnform.dtml
r723 r794 7 7 <dtml-var f_bo_area> 8 8 9 <dtml-let basepath="getConfProperty('SVN.path','')" dicon="{ 9 <dtml-let homeId="getHome().id" basepath="getConfProperty('SVN.path','')" dicon="{ 10 'conflict':'%sico_warning.gif'%MISC_ZMS, 10 11 'DTML Method':'/misc_/OFSP/dtmlmethod.gif', 11 'Script (Python)':'/misc_/PythonScripts/pyscript.gif' 12 }" 13 daction="{ 14 'delete':'delete1', 12 'Script (Python)':'/misc_/PythonScripts/pyscript.gif', 13 'ZMSMetamodelProvider':'%sZMSMetamodelProvider.gif'%MISC_ZMS, 15 14 }"> 16 15 … … 23 22 24 23 <dtml-if "action=='outgoing'"> 25 <dtml-call "REQUEST.set('l',svnCopy(getHome(),getConfProperty(conf_key,conf_value)+'/'+ getHome().id))">24 <dtml-call "REQUEST.set('l',svnCopy(getHome(),getConfProperty(conf_key,conf_value)+'/'+homeId))"> 26 25 <dtml-call "REQUEST.set('headline','Copy to Location')"> 27 26 <dtml-else> 28 <dtml-call "REQUEST.set('l',svnUpdate(getHome(),getConfProperty(conf_key,conf_value)+'/'+ getHome().id))">27 <dtml-call "REQUEST.set('l',svnUpdate(getHome(),getConfProperty(conf_key,conf_value)+'/'+homeId))"> 29 28 <dtml-call "REQUEST.set('headline','Update from Location')"> 30 29 </dtml-if> … … 36 35 <td colspan="4"><dtml-var "f_headline(_,_,headline='%s: %s'%(headline,basepath))"></td> 37 36 </tr> 37 <dtml-if "action=='outgoing'"> 38 <tr> 39 <td class="form-small"> </td> 40 <td class="form-small" colspan="2"><b>Location</b></td> 41 <td class="form-small"><b>ZODB</b></td> 42 </tr> 43 <dtml-else> 44 <tr> 45 <td class="form-small"> </td> 46 <td class="form-small" colspan="2"><b>ZODB</b></td> 47 <td class="form-small"><b>Location</b></td> 48 </tr> 49 </dtml-if> 38 50 </dtml-if> 39 51 <tr valign="top" class="zmiTableRow<dtml-if sequence-odd>Odd<dtml-else>Even</dtml-if>"> 40 <td class="form-element"><input class="form-checkbox" type="checkbox" name="ids:list" value="<dtml-var filepath>" checked="checked"/></td>52 <td class="form-element"><input class="form-checkbox" type="checkbox" name="ids:list" value="<dtml-var filepath>" <dtml-unless "action=='conflict'">checked="checked"</dtml-unless>/></td> 41 53 <td class="form-small"> 42 <img src="<dtml-var MISC_ZMS>btn_<dtml-var "daction.get(action,action)">.gif" alt="<dtml-var action>" border="0" align="absmiddle"/>54 <img src="<dtml-var "dicon.get(action,'%s/btn_%s.gif'%(MISC_ZMS,action))">" alt="<dtml-var action>" border="0" align="absmiddle"/> 43 55 <img src="<dtml-var "dicon.get(meta_type,'/misc_/OFSP/%s_icon.gif'%meta_type)">" alt="<dtml-var action>" alt="" title="<dtml-var meta_type>" border="0" align="absmiddle"/> 44 <dtml-var "filepath[len(basepath ):]"> (<dtml-var meta_type>)56 <dtml-var "filepath[len(basepath+'/'+homeId+'/'):]"> 45 57 </td> 46 <td class="form-small"><dtml-if m time><dtml-var "getLangFmtDate(_.DateTime(mtime),lang,'DATETIME_FMT')"></dtml-if></td>47 <td class="form-small"><dtml-if filem time><dtml-var "getLangFmtDate(_.DateTime(filemtime),lang,'DATETIME_FMT')"></dtml-if></td>58 <td class="form-small"><dtml-if mrevision><dtml-var mrevision><dtml-elif mtime><dtml-var "getLangFmtDate(_.DateTime(mtime),lang,'DATETIME_FMT')"></dtml-if></td> 59 <td class="form-small"><dtml-if filemrevision><dtml-var filemrevision><dtml-elif filemtime><dtml-var "getLangFmtDate(_.DateTime(filemtime),lang,'DATETIME_FMT')"></dtml-if></td> 48 60 <dtml-if sequence-end> 49 61 </table>
Note: See TracChangeset
for help on using the changeset viewer.
