Re: Añadir botones subir y bajar en los post
Posted by
Pedro on
Feb 06, 2012; 1:55pm
URL: https://support.nabble.com/A-adir-botones-subir-y-bajar-en-los-post-tp7255687p7258618.html
Hola,
su idea es muy buena. Si desea publicar un código de aquí, utilizar las tags
<raw_ name="code" class="xml">código</raw_>sin el carácter "_" ,
entonces el formato se parece a esto:
<override_macro name="topic_html" requires="servlet">
<n.topic_min_html>
<head>
<a name="sec1"></a>
<n.common_head/>
<n.topic_head/>
<n.topic_meta/>
<n.increment_view_count/>
</head>
<body>
<n.page_node.topic_hardcoded_notices/>
<n.newsflash/>
<n.topic_header/>
<n.topic_controls/>
<n.topic_contents.view_contents.page_node.topic_rows/>
<n.topic_footer/>
<n.report_inappropriate_content_panel/>
<div style="position: fixed; bottom: 15px; right: 0.3px;"><a href="#sec1"><img src="URL-de-la-imagen-subir" alt="image" title="subir"/></a><br /><a href="#sec2"><img src="URL-de-la-imagen-bajar" alt="image" title="bajar"/></a></div>
<a name="sec2"></a>
</body>
</n.topic_min_html>
</override_macro>