~grupoesoc/cubicerp-addons/7.0

« back to all changes in this revision

Viewing changes to report_geraldo/lib/geraldo/site/newsite/site-geraldo/templates/fc_comments.html

  • Committer: Cubic ERP
  • Date: 2014-01-07 15:38:09 UTC
  • Revision ID: info@cubicerp.com-20140107153809-4jmif3zoi8rcveve
[ADD] cubicReport

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% comment %}
 
2
<br/>
 
3
 
 
4
<!-- Include the Google Friend Connect javascript library. -->
 
5
<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
 
6
<!-- Define the div tag where the gadget will be inserted. -->
 
7
<div id="div-7498725539866379793" style="width:779px;border:1px solid #cccccc;"></div>
 
8
<!-- Render the gadget into a div. -->
 
9
<script type="text/javascript">
 
10
var skin = {};
 
11
skin['BORDER_COLOR'] = '#cccccc';
 
12
skin['ENDCAP_BG_COLOR'] = '#e0ecff';
 
13
skin['ENDCAP_TEXT_COLOR'] = '#333333';
 
14
skin['ENDCAP_LINK_COLOR'] = '#0000cc';
 
15
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
 
16
skin['CONTENT_BG_COLOR'] = '#ffffff';
 
17
skin['CONTENT_LINK_COLOR'] = '#0000cc';
 
18
skin['CONTENT_TEXT_COLOR'] = '#333333';
 
19
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
 
20
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
 
21
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
 
22
skin['DEFAULT_COMMENT_TEXT'] = '- adicione seu coment\xe1rio aqui -';
 
23
skin['HEADER_TEXT'] = 'Coment\xe1rios';
 
24
skin['POSTS_PER_PAGE'] = '10';
 
25
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
 
26
google.friendconnect.container.renderWallGadget(
 
27
 { id: 'div-7498725539866379793',
 
28
   site: '05762561600515642057',
 
29
   'view-params':{"disableMinMax":"false","scope":"PAGE","allowAnonymousPost":"true","features":"video,comment","startMaximized":"true"}
 
30
 },
 
31
  skin);
 
32
</script>
 
33
 
 
34
{% endcomment %}
 
35