[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/boston/slots/ Delete old files. This files are located in zope.app.boston.pagelets now

Roger Ineichen roger at projekt01.ch
Thu Mar 17 21:28:32 EST 2005


Log message for revision 29544:
  Delete old files. This files are located in zope.app.boston.pagelets now

Changed:
  D   Zope3/trunk/src/zope/app/boston/slots/addbox.zcml
  D   Zope3/trunk/src/zope/app/boston/slots/addbox_layout.pt
  D   Zope3/trunk/src/zope/app/boston/slots/helpaction.zcml
  D   Zope3/trunk/src/zope/app/boston/slots/img/
  D   Zope3/trunk/src/zope/app/boston/slots/toggle.zcml
  D   Zope3/trunk/src/zope/app/boston/slots/toolbar.zcml
  D   Zope3/trunk/src/zope/app/boston/slots/tooltipbox.zcml
  D   Zope3/trunk/src/zope/app/boston/slots/tooltipbox_layout.pt
  D   Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox.zcml
  D   Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox_layout.pt

-=-
Deleted: Zope3/trunk/src/zope/app/boston/slots/addbox.zcml
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/addbox.zcml	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/addbox.zcml	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,27 +0,0 @@
-<configure
-    xmlns:zope="http://namespaces.zope.org/zope"
-    xmlns="http://namespaces.zope.org/browser"
-    i18n_domain="zope">
-
-  <configure package="zope.app.skintools.addbox.browser">
-    <pagelet
-        name="addbox"
-        for="zope.app.container.interfaces.IWriteContainer"
-        slot="zope.app.boston.slots.ILeft"
-        permission="zope.ManageContent"
-        template="addbox.pt"
-        layer="zope.app.boston.boston"
-        weight="1"
-        />
-  </configure>
-
-  <pagelet
-      name="addbox_layout"
-      for="*"
-      slot="zope.app.skintools.addbox.IAddBoxLayout"
-      permission="zope.ManageContent"
-      template="addbox_layout.pt"
-      layer="zope.app.boston.boston"
-      />
-
-</configure>
\ No newline at end of file

Deleted: Zope3/trunk/src/zope/app/boston/slots/addbox_layout.pt
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/addbox_layout.pt	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/addbox_layout.pt	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,27 +0,0 @@
-<html>
-<body>
-
-<metal:block define-macro="addbox_layout">
-  <div class="slotbox" id="addbox">
-    <div class="header">
-
-      <img id="arrowAddBox" class="icon" style="cursor:hand" 
-           onClick="javascript:toggle(document.getElementById('arrowAddBox'), 
-                                      'addboxToggle')"
-           border="0" src="collapse.gif" width="16" height="16"
-           tal:attributes="src context/++resource++collapse.gif" />
-        
-      <metal:block define-slot="header">
-        This text will be replace by the content of the pagelet.
-      </metal:block>
-    </div>
-    <div class="toggle body" id="addboxToggle">
-      <metal:block define-slot="body">
-        This text will be replace by the content of the pagelet.
-      </metal:block>
-    </div>
-  </div>
-</metal:block>
-
-</body>
-</html>

Deleted: Zope3/trunk/src/zope/app/boston/slots/helpaction.zcml
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/helpaction.zcml	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/helpaction.zcml	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,27 +0,0 @@
-<configure
-    xmlns:zope="http://namespaces.zope.org/zope"
-    xmlns="http://namespaces.zope.org/browser"
-    i18n_domain="zope">
-
-  <configure package="zope.app.skintools.helpaction.browser">
-    <pagelet
-        name="helpaction"
-        for="*"
-        slot="zope.app.boston.slots.IToolBar"
-        permission="zope.ManageContent"
-        template="helpaction.pt"
-        layer="zope.app.boston.boston"
-        weight="2"
-        />
-
-    <pagelet
-        name="helpaction_layout"
-        for="*"
-        slot="zope.app.skintools.helpaction.IHelpActionLayout"
-        permission="zope.ManageContent"
-        template="helpaction_layout.pt"
-        layer="zope.app.boston.boston"
-        />
-  </configure>
-
-</configure>
\ No newline at end of file

Deleted: Zope3/trunk/src/zope/app/boston/slots/toggle.zcml
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/toggle.zcml	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/toggle.zcml	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,36 +0,0 @@
-<configure
-    xmlns:zope="http://namespaces.zope.org/zope"
-    xmlns="http://namespaces.zope.org/browser"
-    i18n_domain="tiks">
-
-  <configure package="zope.app.skintools.javascripts.toggle.browser">
-    <pagelet
-        for="*"
-        slot="zope.app.boston.slots.IJavaScript" 
-        name="toggle"
-        permission="zope.Public"
-        template="javascript.pt"
-        layer="zope.app.boston.boston"
-        />
-
-    <resource 
-        name="toggle.js"
-        file="toggle.js"
-        layer="zope.app.boston.boston"
-        />
-  </configure>
-
-  <!-- toggle img -->
-  <resource 
-      name="collapse.gif"
-      file="img/collapse.gif"
-      layer="zope.app.boston.boston"
-      />
-  
-  <resource 
-      name="expand.gif"
-      file="img/expand.gif"
-      layer="zope.app.boston.boston"
-      />
-
-</configure>
\ No newline at end of file

Deleted: Zope3/trunk/src/zope/app/boston/slots/toolbar.zcml
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/toolbar.zcml	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/toolbar.zcml	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,27 +0,0 @@
-<configure
-    xmlns:zope="http://namespaces.zope.org/zope"
-    xmlns="http://namespaces.zope.org/browser"
-    i18n_domain="tiks">
-
-  <configure package="zope.app.skintools.toolbar.browser">
-    <pagelet
-        for="*"
-        slot="zope.app.boston.slots.IToolBar" 
-        name="toolbar"
-        permission="zope.Public"
-        template="toolbar.pt"
-        layer="zope.app.boston.boston"
-        weight="1"
-        />
-
-    <pagelet
-        name="toolbar_layout"
-        for="*"
-        slot="zope.app.skintools.toolbar.IToolBarLayout"
-        permission="zope.ManageContent"
-        template="toolbar_layout.pt"
-        layer="zope.app.boston.boston"
-        />
-  </configure>
-
-</configure>
\ No newline at end of file

Deleted: Zope3/trunk/src/zope/app/boston/slots/tooltipbox.zcml
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/tooltipbox.zcml	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/tooltipbox.zcml	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,27 +0,0 @@
-<configure
-    xmlns:zope="http://namespaces.zope.org/zope"
-    xmlns="http://namespaces.zope.org/browser"
-    i18n_domain="zope">
-
-  <configure package="zope.app.skintools.tooltipbox.browser">
-    <pagelet
-        name="tooltipbox"
-        for="zope.app.container.interfaces.IWriteContainer"
-        slot="zope.app.boston.slots.ILeft"
-        permission="zope.ManageContent"
-        template="tooltipbox.pt"
-        layer="zope.app.boston.boston"
-        weight="2"
-        />
-  </configure>
-
-  <pagelet
-      name="tooltipbox_layout"
-      for="*"
-      slot="zope.app.skintools.tooltipbox.IToolTipBoxLayout"
-      permission="zope.ManageContent"
-      template="tooltipbox_layout.pt"
-      layer="zope.app.boston.boston"
-      />
-
-</configure>
\ No newline at end of file

Deleted: Zope3/trunk/src/zope/app/boston/slots/tooltipbox_layout.pt
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/tooltipbox_layout.pt	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/tooltipbox_layout.pt	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,30 +0,0 @@
-<html>
-<body>
-
-<metal:block define-macro="tooltipbox_layout">
-  <div class="slotbox" id="tooltipbox">
-    <div class="header"> 
-
-      <img id="arrowToolTipBox" class="icon" style="cursor:hand" 
-           onClick="javascript:toggle(
-               document.getElementById('arrowToolTipBox'), 'tooltipboxToggle')"
-           border="0" src="collapse.gif" width="16" height="16"
-           tal:attributes="src context/++resource++collapse.gif" />
-
-      <metal:block define-slot="header">
-        This text will be replace by the content of the pagelet.
-      </metal:block>
-        
-    </div>
-    <div class="toggle body" id="tooltipboxToggle">
-        
-      <metal:block define-slot="body">
-        This text will be replace by the content of the pagelet.
-      </metal:block>
-        
-    </div>
-  </div>
-</metal:block>
-
-</body>
-</html>

Deleted: Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox.zcml
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox.zcml	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox.zcml	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,53 +0,0 @@
-<configure
-    xmlns:zope="http://namespaces.zope.org/zope"
-    xmlns="http://namespaces.zope.org/browser"
-    i18n_domain="zope">
-
-  <configure package="zope.app.skintools.zmicookietreebox.browser">
-  <pagelet
-      name="zmicookietreebox"
-      for="*"
-      slot="zope.app.boston.slots.ILeft"
-      permission="zope.View"
-      template="zmicookietreebox.pt"
-      layer="zope.app.boston.boston"
-      weight="0"
-      />
-  </configure>
-
-  <pagelet
-      name="zmicookietreebox_layout"
-      for="*"
-      slot="zope.app.skintools.zmicookietreebox.IZMICookieTreeBoxLayout"
-      permission="zope.ManageContent"
-      template="zmicookietreebox_layout.pt"
-      layer="zope.app.boston.boston"
-      />
-
-  <configure package="zope.app.tree.browser">
-    <pages
-        for="*"
-        class=".cookie.CookieTreeView"
-        permission="zope.View"
-        layer="zope.app.boston.boston"
-        >
-      <page
-          name="cookie_tree"
-          attribute="cookieTree"
-          />
-      <page
-          name="folder_cookie_tree"
-          attribute="folderTree"
-          />
-      <page
-          name="site_cookie_tree"
-          attribute="siteTree"
-          />
-      <page
-          name="root_cookie_tree"
-          attribute="rootTree"
-          />
-    </pages>
-  </configure>
-
-</configure>

Deleted: Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox_layout.pt
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox_layout.pt	2005-03-18 02:10:37 UTC (rev 29543)
+++ Zope3/trunk/src/zope/app/boston/slots/zmicookietreebox_layout.pt	2005-03-18 02:28:32 UTC (rev 29544)
@@ -1,30 +0,0 @@
-<html>
-<body>
-
-<metal:block define-macro="zmicookietreebox_layout">
-  <div class="slotbox" id="zmicookietreebox">
-    <div class="header"> 
-
-      <img id="arrowZMICookieTreeBox" class="icon" style="cursor:hand" 
-           onClick="javascript:toggle(document.getElementById(
-               'arrowZMICookieTreeBox'), 'zmicookietreeboxToggle')"
-           border="0" src="collapse.gif" width="16" height="16"
-           tal:attributes="src context/++resource++collapse.gif" />
-      
-      <metal:block define-slot="header">
-        This text will be replace by the content of the pagelet.
-      </metal:block>
-	
-    </div>
-    <div class="toggle treebody" id="zmicookietreeboxToggle">
-	
-      <metal:block define-slot="body">
-	This text will be replace by the content of the pagelet.
-      </metal:block>
-	
-    </div>
-  </div>
-</metal:block>
-
-</body>
-</html>



More information about the Zope3-Checkins mailing list