From 9c7dee35f91a386fcce14cb6c3e9d23ba3eee8af Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 28 Jun 2008 23:03:10 +0000 Subject: get DIDs from globalpops --- httemplate/elements/tr-select-did.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 httemplate/elements/tr-select-did.html (limited to 'httemplate/elements/tr-select-did.html') diff --git a/httemplate/elements/tr-select-did.html b/httemplate/elements/tr-select-did.html new file mode 100644 index 000000000..29c5bb7dd --- /dev/null +++ b/httemplate/elements/tr-select-did.html @@ -0,0 +1,23 @@ +<% include('tr-td-label.html', @_ ) %> + +% if ( $opt{'curr_value'} ne '' ) { + + ><% $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'} |h %> + +% } else { + + > + <% include('/elements/select-did.html', %opt ) %> + + +% } + + + +<%init> + +my %opt = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1