Commit f2f6c715 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs_afs_directory] Drop not needed code

parent cdffffc3
......@@ -106,7 +106,7 @@
<value> <string encoding="cdata"><![CDATA[
CACHE MANIFEST\n
# generated on Mon, 29 May 2017 09:00:00 GMT\n
# generated on Mon, 29 May 2017 10:00:00 GMT\n
# images/ajax-loader.gif\n
CACHE:\n
font-awesome/font-awesome-webfont.eot?v=4.6.3\n
......@@ -316,7 +316,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45244.54157.64750</string> </value>
<value> <string>959.45264.30637.35123</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -334,7 +334,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1496066148.93</float>
<float>1496067282.1</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -18,14 +18,6 @@
panel_template_body = Handlebars.compile(source_body);
gadget_klass
/////////////////////////////////////////////////////////////////
// ready
/////////////////////////////////////////////////////////////////
// Init local properties
.ready(function (g) {
g.props = {};
})
.setState({
visible: false,
desktop: false
......@@ -37,15 +29,6 @@
.declareAcquiredMethod("translateHtml", "translateHtml")
.declareAcquiredMethod("getUrlFor", "getUrlFor")
// Assign the element to a variable
.ready(function (g) {
return g.getElement()
.push(function (element) {
g.props.element = element;
g.props.render_deferred = RSVP.defer();
});
})
/////////////////////////////////////////////////////////////////
// declared methods
/////////////////////////////////////////////////////////////////
......@@ -75,19 +58,15 @@
.push(function (all_result) {
// XXX: Customize panel header!
var tmp = panel_template_header();
tmp += panel_template_body({
"directory_href": all_result[0],
"publisher_statistic_href": all_result[1],
"publisher_href": all_result[2],
"software_href": all_result[3],
"success_case_href": all_result[4]
});
return tmp;
})
.push(function (my_translated_or_plain_html) {
g.props.element.querySelector("div").innerHTML = my_translated_or_plain_html;
g.props.render_deferred.resolve();
var tmp = panel_template_header() +
panel_template_body({
"directory_href": all_result[0],
"publisher_statistic_href": all_result[1],
"publisher_href": all_result[2],
"software_href": all_result[3],
"success_case_href": all_result[4]
});
g.element.querySelector("div").innerHTML = tmp;
});
})
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45016.12856.26658</string> </value>
<value> <string>959.45262.19816.34594</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496052034.32</float>
<float>1496066838.57</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -4,14 +4,6 @@
"use strict";
rJS(window)
/////////////////////////////////////////////////////////////////
// ready
/////////////////////////////////////////////////////////////////
// Init local properties
.ready(function (g) {
g.props = {};
})
/*
.ready(function (g) {
return g.getDeclaredGadget("router")
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45015.31491.22801</string> </value>
<value> <string>959.45017.10197.48298</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1496052069.31</float>
<float>1496066978.7</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -15,25 +15,6 @@
);
gadget_klass
/////////////////////////////////////////////////////////////////
// ready
/////////////////////////////////////////////////////////////////
// Init local properties
.ready(function (g) {
g.props = {};
})
// Assign the element to a variable
.ready(function (g) {
return g.getElement()
.push(function (element) {
g.props.element = element;
})
.push(undefined, function (error) {
console.log(error);
});
})
.declareAcquiredMethod("updateHeader", "updateHeader")
.declareAcquiredMethod("jio_allDocs", "jio_allDocs")
......@@ -42,7 +23,7 @@
/////////////////////////////////////////////////////////////////
.declareMethod("render", function () {
var gadget = this,
masonry_container = gadget.props.element.querySelector(
masonry_container = gadget.element.querySelector(
'.ui-masonry-container'
);
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45141.9554.30549</string> </value>
<value> <string>959.45141.39910.35703</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496059536.49</float>
<float>1496067047.69</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -24,14 +24,6 @@
}
rJS(window)
.ready(function (g) {
g.props = {};
return g.getElement()
.push(function (element) {
g.props.element = element;
});
})
.declareAcquiredMethod('updateHeader', 'updateHeader')
.declareAcquiredMethod('jio_get', 'jio_get')
......@@ -103,7 +95,7 @@
});
})
.push(function (my_publisher) {
gadget.props.element.querySelector(".display-widget")
gadget.element.querySelector(".display-widget")
.innerHTML = display_widget_table(my_publisher);
return gadget.updateHeader({page_title: my_publisher.title});
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45178.38571.47086</string> </value>
<value> <string>959.45186.37882.22272</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496062234.66</float>
<float>1496067089.61</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -4,13 +4,6 @@
(function (window, RSVP, rJS) {
"use strict";
rJS(window)
.ready(function (g) {
g.props = {};
return g.getElement()
.push(function (element) {
g.props.element = element;
});
})
.declareAcquiredMethod("translate", "translate")
.declareAcquiredMethod("getUrlFor", "getUrlFor")
.declareAcquiredMethod("getUrlParameter", "getUrlParameter")
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45150.63557.44714</string> </value>
<value> <string>959.45151.41449.24985</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496060137.94</float>
<float>1496067110.92</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -29,14 +29,6 @@
}
rJS(window)
.ready(function (g) {
g.props = {};
return g.getElement()
.push(function (element) {
g.props.element = element;
});
})
.declareAcquiredMethod('updateHeader', 'updateHeader')
.declareAcquiredMethod('jio_get', 'jio_get')
......@@ -98,7 +90,7 @@
})
.push(function (my_software) {
gadget.props.element.querySelector(".display-widget")
gadget.element.querySelector(".display-widget")
.innerHTML = display_widget_table(my_software);
return gadget.updateHeader({page_title: my_software.title});
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45179.11177.20104</string> </value>
<value> <string>959.45186.59501.25241</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496062254.42</float>
<float>1496067144.61</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -4,13 +4,6 @@
(function (window, RSVP, rJS) {
"use strict";
rJS(window)
.ready(function (g) {
g.props = {};
return g.getElement()
.push(function (element) {
g.props.element = element;
});
})
.declareAcquiredMethod("translate", "translate")
.declareAcquiredMethod("getUrlFor", "getUrlFor")
.declareAcquiredMethod("getUrlParameter", "getUrlParameter")
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45114.28192.42308</string> </value>
<value> <string>959.45114.42947.5734</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496057919.27</float>
<float>1496067168.05</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -10,14 +10,6 @@
);
rJS(window)
.ready(function (g) {
g.props = {};
return g.getElement()
.push(function (element) {
g.props.element = element;
});
})
.declareAcquiredMethod('updateHeader', 'updateHeader')
.declareAcquiredMethod('jio_get', 'jio_get')
......@@ -33,7 +25,7 @@
story.image_class = "custom-placeholder";
}
gadget.props.element.querySelector(".display-widget")
gadget.element.querySelector(".display-widget")
.innerHTML = display_widget_table(story);
return gadget.updateHeader({page_title: story.title});
});
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45179.45629.45585</string> </value>
<value> <string>959.45187.8875.24320</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496062268.1</float>
<float>1496067187.24</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -3,13 +3,6 @@
(function (window, RSVP, rJS) {
"use strict";
rJS(window)
.ready(function (g) {
g.props = {};
return g.getElement()
.push(function (element) {
g.props.element = element;
});
})
.declareAcquiredMethod("translate", "translate")
.declareAcquiredMethod("getUrlFor", "getUrlFor")
.declareAcquiredMethod("getUrlParameter", "getUrlParameter")
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.45121.21336.33467</string> </value>
<value> <string>959.45122.5485.9130</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1496058364.96</float>
<float>1496067205.22</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment