Ignore:
Timestamp:
01/09/2010 05:02:33 PM (2 years ago)
Author:
Acinonyx
Message:

[awmn] Escape HTML special characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/templates/basic/includes/pages/nodes/nodes_plot_link.tpl

    r198 r230  
    44 * 
    55 * Copyright (C) 2005 Konstantinos Papadimitriou <vinilios@cube.gr> 
     6 * Copyright (C) 2010 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 
    67 *  
    78 * This program is free software; you can redistribute it and/or modify 
     
    3334                                <tr> 
    3435                                        <td width="25%" align="left"> 
    35                                                 {include file=generic/link.tpl content="`$lang.change`" onclick="javascript: t = window.open('?page=pickup&subpage=nodes&object=form_nodes_plot_link.a_node', 'popup_pickup', 'width=700,height=600,toolbar=0,resizable=1,scrollbars=1'); t.focus(); return false;"} 
     36                                                {include file=generic/link.tpl content="`$lang.change`" onclick="javascript: t = window.open('?page=pickup&amp;subpage=nodes&amp;object=form_nodes_plot_link.a_node', 'popup_pickup', 'width=700,height=600,toolbar=0,resizable=1,scrollbars=1'); t.focus(); return false;"} 
    3637                                                <br /> 
    3738                                                <input type="hidden" name="a_node" value="{$a_node}" /> 
     
    4243                                        </td> 
    4344                                        <td width="25%" align="right"> 
    44                                                 {include file=generic/link.tpl content="`$lang.change`" onclick="javascript: t = window.open('?page=pickup&subpage=nodes&object=form_nodes_plot_link.b_node', 'popup_pickup', 'width=700,height=600,toolbar=0,resizable=1,scrollbars=1'); t.focus(); return false;"} 
     45                                                {include file=generic/link.tpl content="`$lang.change`" onclick="javascript: t = window.open('?page=pickup&amp;subpage=nodes&amp;object=form_nodes_plot_link.b_node', 'popup_pickup', 'width=700,height=600,toolbar=0,resizable=1,scrollbars=1'); t.focus(); return false;"} 
    4546                                                <br /> 
    4647                                                <input type="hidden" name="b_node" value="{$b_node}" /> 
Note: See TracChangeset for help on using the changeset viewer.