Reader/Feed.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 04:54:44 +0000 (12:54 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 04:54:44 +0000 (12:54 +0800)
Reader/Feed.js
Reader/templates/Feed.html

Reader/Feed.bjs
Reader/Feed.js
Reader/templates/Feed.html

index 1bbd8f0..1eaee4d 100644 (file)
@@ -7,10 +7,12 @@
  "modOrder" : "",
  "strings" : {
   "8287b137f969bcae66ca51f7abf14308" : "Show Previously Read ",
-  "d41d8cd98f00b204e9800998ecf8427e" : "",
   "d9cd9f7b44e0493c9604e9f8fb7a6c07" : "Mark All Read",
+  "b78a3223503896721cca1303f776159b" : "Title",
   "b7436cc90ecf26f15baeead978f09040" : "name of feed",
-  "83ca9a18d9507324a9453c92a7420dd2" : "Report Issue"
+  "83ca9a18d9507324a9453c92a7420dd2" : "Report Issue",
+  "eae639a70006feff484a39363c977e24" : "Domain",
+  "44749712dbec183e983dcd78a7736c41" : "Date"
  },
  "items" : [
   {
          "String cls" : "breadcrumb",
          "xtype" : "Element",
          "$ xns" : "Roo.bootstrap",
-         "String html" : ""
+         "String html" : "Date"
+        },
+        {
+         "String tag" : "li",
+         "String cls" : "breadcrumb",
+         "xtype" : "Element",
+         "$ xns" : "Roo.bootstrap",
+         "String html" : "Domain"
+        },
+        {
+         "String tag" : "li",
+         "String cls" : "breadcrumb",
+         "xtype" : "Element",
+         "$ xns" : "Roo.bootstrap",
+         "String html" : "Title"
         }
        ]
       }
index 3e4d299..a7ea3fb 100644 (file)
@@ -6,10 +6,12 @@ Feed = new Roo.XComponent({
 
  _strings : {
   '8287b137f969bcae66ca51f7abf14308' :"Show Previously Read ",
-  'd41d8cd98f00b204e9800998ecf8427e' :"",
   'd9cd9f7b44e0493c9604e9f8fb7a6c07' :"Mark All Read",
+  'b78a3223503896721cca1303f776159b' :"Title",
   'b7436cc90ecf26f15baeead978f09040' :"name of feed",
-  '83ca9a18d9507324a9453c92a7420dd2' :"Report Issue"
+  '83ca9a18d9507324a9453c92a7420dd2' :"Report Issue",
+  'eae639a70006feff484a39363c977e24' :"Domain",
+  '44749712dbec183e983dcd78a7736c41' :"Date"
  },
 
   part     :  ["Reader", "Feed" ],
@@ -253,7 +255,23 @@ Feed = new Roo.XComponent({
        items  : [
         {
          cls : 'breadcrumb',
-         html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
+         html : _this._strings['44749712dbec183e983dcd78a7736c41'] /* Date */,
+         tag : 'li',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         xtype : 'Element'
+        },
+        {
+         cls : 'breadcrumb',
+         html : _this._strings['eae639a70006feff484a39363c977e24'] /* Domain */,
+         tag : 'li',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         xtype : 'Element'
+        },
+        {
+         cls : 'breadcrumb',
+         html : _this._strings['b78a3223503896721cca1303f776159b'] /* Title */,
          tag : 'li',
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
index e1fc6dd..82f5f69 100644 (file)
@@ -59,6 +59,8 @@ color: white;" xtype="Roo.bootstrap.Element">name of feed</DIV>
   </DIV>
   <DIV class="" xbuilderid="roo-comp-1018" xtype="Roo.bootstrap.Element">
     <OL class="breadcrumb breadcrumb" xbuilderid="roo-comp-1020" xtype="Roo.bootstrap.Element">
-      <LI class="breadcrumb breadcrumb" xbuilderid="roo-comp-1022" xtype="Roo.bootstrap.Element"></LI>
+      <LI class="breadcrumb breadcrumb" xbuilderid="roo-comp-1022" xtype="Roo.bootstrap.Element">Date</LI>
+      <LI class="breadcrumb breadcrumb" xbuilderid="roo-comp-1024" xtype="Roo.bootstrap.Element">Domain</LI>
+      <LI class="breadcrumb breadcrumb" xbuilderid="roo-comp-1026" xtype="Roo.bootstrap.Element">Title</LI>
     </OL>
   </DIV>