The Template Toolkit is a fast, flexible and, highly extensible template processing system for Perl. There are also Python and JavaScript implementations.
0
votes
1answer
24 views
Dropdown box on change event for multiple list box
my ($self, $c) = @_;
$c->stash->{buildallinfo}=$c->model('DB::misc')->getTestInformation();
Buildall info dump is like :
Apple => type2=>[2,3]
type4=>[2,1]
Mango => ...
0
votes
1answer
32 views
How to display HTML tags in UTF8 Translations in Template tool kit
I am working in a web based website, where we are using Perl, MySQL 5, Apache and Template Toolkit.
we are planning to introduce the support for multiple Language in our website.
What we have done ...
-1
votes
0answers
36 views
want to make the select boxes selected in perl
i want to make the select boxes selected based on the values from the database.
code :
my $bug_id = $cgi->param('id');
#query for fetching the datas from the table category_bug_map for updating ...
0
votes
0answers
29 views
Microsoft Excel not Decoding the UTF-8 data automatically
I am facing an issue with respect to displaying ARABIC characters in an Excel/.csv which is created by my website.
We are in the process of internationalizing the website. In a particular page, we ...
1
vote
1answer
23 views
catalyst app template toolkit different config per domain
I'm building a Catalyst application and I want to use Template Toolkit as my templating system. However, my application will be responding to many domains, and depending on the domain, it will display ...
0
votes
2answers
43 views
Perl, Template-Toolkit and SEO [closed]
I'm not sure how to deploy best practice for SEO in a new project.
I'm building a CMS that will be used by a group of writers to post news articles to a website. I'm developing the site using Perl ...
0
votes
2answers
41 views
want to display arrays of data in table using template file in perl
I have different arrays of data stored from my SQL :
push( @bugid,$bug_id);
push(@assign,$assignd_to);
push(@stat,$stats);
push(@res,$resol);
push(@rat,$rate);
push(@sev,$prior);
push(@op,$o_p);
...
2
votes
1answer
43 views
Display array in multi-column table using template tookit?
I have an array of phone numbers. I want to display these numbers in a table, 5 numbers per row. Can I do this in Template Toolkit without modifying my data structure?
1
vote
1answer
42 views
To display the last modified dates for the files in Template::Toolkit file
I have to display the list of files and last modified dates for the files after uploading functionality.
When we upload the files they will move into a single directory. After that I have to display ...
0
votes
1answer
56 views
Perl Template Toolkit: get root variable
short version of question:
is there any way to get the $var-hash (not its subvars) from the template that is given to the process-call
my $tt = Template->new({
VARIABLES => {
...
3
votes
2answers
95 views
Using Template Toolkit to tick a checkbox without using multiple loops
I'm using Template Toolkit and perl to generate a web page. I have an array with ID numbers in it that toggle checkboxes on and off, if that value exists in the array. I was wondering if there is a ...
1
vote
1answer
58 views
Unable to return the perl Hash into the template toolkit file
Thanks in advance.
I am trying to display the list of files using the Template Toolkit file.Before this i am returning the hash from perl file into the .tt(template toolkit file) file.
...
0
votes
1answer
27 views
How to pass my dropdown options to show the UTF-8 characters in template tool kit
I am implementing UTF-8 character support in my project. we use template tool kit.
In one of the templates I have this hard coded drop down code that is not allowing me to translate the text. here is ...
1
vote
1answer
22 views
Can I find out if variable is an array using Template Toolkit?
I'm passing the results of a multi-select box to a page so that the selections can be shown on screen. As it's multi-select, the result can either be a scalar or an array reference. Is there a way of ...
0
votes
1answer
26 views
Print HTML comment when passed through conditional statement
I'm new to Template Toolkit, trying to update some existing templates, so I appreciate any help received.
I've setup a conditional statement that checks for the name of a module and then outputs that ...
1
vote
1answer
38 views
Why isn't Template Toolkit aggregating my counter?
I'm working on a simple Dancer app to log books a person has read, but in my template to show how many books a person has read, I'm stumbling into an error. I'm trying to go through ever row in the ...
0
votes
1answer
64 views
How to get element from array in Template-Toolkit?
[% a = ['one', 'two', 'four'] %]
[% a.1 %] # it prints two. OK!
But when I want this:
[% a = ['one', 'two', 'four'] %]
[% n = 1 %]
[% a.n %] # it doesn't work
How can I use a var n in order to ...
1
vote
0answers
51 views
Perl Template Toolkit passing to Jquery Tools overlay?
I am using Template::Toolkit to build my pages. I have a list of links on a page that each trigger an overlay using Jquery Tools. I want to pass some CGI variables to it but it is acting strange. My ...
0
votes
1answer
66 views
How to display acute accent characters in Dropdown created in Template Tool kit
I am confused on why acute accents are not getting displayed correctly under a dropdown options in template tool kit.
[% glossary.$language.all_terms %]
is displayed as "Todos los Términos" in the ...
0
votes
1answer
50 views
Template Toolkit display results once foreach loop
I am currently using Template Toolkit and have never learn or use before TT.
For example, I have 10 files, 5 files dated year dd/mm/2011 and 5 files dated dd/mm/2012. I need to display the year once ...
4
votes
1answer
227 views
How to Encode and Decode “Acute accented characters” using Perl
I am working in a web based educational website, where we are using Perl, MySQL 5, Apache and Template Toolkit. we are planning to introduce the support for multiple\ Language in our website.
What we ...
0
votes
1answer
51 views
How to create special ROOT_OPS in Template-Toolkit?
I use Locale::TextDomain in a Dancer environment with Template-Toolkit.
And yes, I know Dancer-Plugin-I18N and tried it, but I don't wan't to use it!
I read Defining_Custom_Virtual_Methods and ...
1
vote
1answer
45 views
perl Template: apply a regexp to a variable in a .tt2 file
I absolutely don't speak any perl or perl Template!
I have a perl file with use Template; and a call to ->process to process a .tt2 file. Within the .tt2 file, a variable is printed, like so: [% ...
3
votes
1answer
111 views
Catalyst Template::Toolkit render output
I'm using Catalyst with Template::Toolkit as my templating system. I would like to be able to render specific parts of templates and then have them returned to me so I can store them in a variable. ...
0
votes
1answer
36 views
How do I get Abyss Web Server to work with Template Toolkit? [closed]
The Abyss Web server only seems to like CGI, but I am switching everything I am doing to Template Toolkit. Whenever I try to process my forms, Abyss complains of bad CGI headers.
2
votes
1answer
153 views
Perl dancer and Template Toolkit: Including template within template
I am trying to INCLUDE a template within a template, like so:
parent.tt
<div class="row-fluid">
<div class="span3">
[% INCLUDE my_sidebar]
</div><!--/span-->
...
1
vote
2answers
51 views
Can Template::Toolkit pretty-print the HTML it outputs?
I guess the answer is yes, but what’s the easiest way to do it? I use Template::Toolkit::Simple, if that makes a difference.
1
vote
3answers
97 views
Perl how to drop decimal points if 00
I have a string being generated passed to and outputed by template toolkit using:
https://metacpan.org/module/Template::Plugin::Number::Format
Its using format_price I want to drop the cents off the ...
1
vote
3answers
173 views
Formatting timestamp field for output in TemplateToolkit
I'm using Perl with Catalyst framework, DBIx class as ORM, TT for views, Postgresql as DB.
I have a column with 'timestamp without timezone' type, and if I do manual query in Postgres the column ...
1
vote
2answers
88 views
Template Toolkit browser detection
Is there a way to detect what browser you are using through template toolkit? For example I can achieve what I want to do using jQuery but thought it would be useful to know how to do it in template ...
0
votes
2answers
130 views
Unexpected token ILLEGAL from multi line string via template toolkit
I have a js script in a html page that is preprocessed by template::toolkit.
The script is as follows;
<script>
$(function(){
var floot = {
id : [% floot.id %],
image ...
0
votes
0answers
21 views
Print only two lines
I am making a html email template, and I am looking for a solution to only output text over two lines in the email. I cant find a easy solution to this and i am about to write a complex regex that ...
10
votes
5answers
495 views
Perl: Alternatives to template toolkit
I have been using template toolkit for extending an existing domain specific language(verilog) for over 3 years now. While overall I am happy with it, the major irritant is that when there is a ...
1
vote
1answer
57 views
xslate/Catalyst::View::Xslate wrapper
I have a Catalyst application that uses TT for views:
https://metacpan.org/module/Catalyst::View::TT
and I would like to try out https://metacpan.org/module/Catalyst::View::Xslate
We use the WRAPPER ...
3
votes
1answer
136 views
Passing Objects into Template::Toolkit
I'm writing a script to pull my Stackoverflow activity feed into a webpage, it looks something like this:
#!/usr/bin/perl
use strict;
use warnings;
use XML::Feed;
use Template;
my ...
3
votes
2answers
202 views
how to convet perl hash to javascript hash
I am working in template toolkit framework. I have got an perl hash datatype in my tt file. I want to convert this hash datatype to javascript hash datatype.
code:
template:
[% PERL %]
...
6
votes
2answers
165 views
Viewing the variable content in a clean way
So the way I'm using to view a variable content is to use Data::Dumper in my template toolkit:
[% USE Dumper %]
[% Dumper.dump(varname) %]
But the result I get is kind of a big mess - all the info ...
1
vote
2answers
122 views
strange bug accessing a variable in template toolkit
I'm struggling with a bug, that I can't nail down.
I have a function that takes a postcode, does a lookup, and returns a latitude, longitude and area name.
for example, pass it AD300 it returns ...
2
votes
3answers
124 views
List of paths into hash array tree in Perl
I got an array of paths
C:\A
C:\B\C
D:\AB
and I'd like to have these in a hash array tree so I can go through them in a TT2 template.
What I mean is like this:
@dirs = [
{
...
2
votes
2answers
134 views
Template Toolkit, test for last iteration in a nested loop
I'm using template toolkit to form a simple JSON response (see the code below).
I need to put a comma after all elements of the response except the last.
I believe I need to make use of TTs iterator, ...
0
votes
1answer
174 views
template toolkit hash values not printing and keys not sorting numerically
starting with a hash ref....
my $my_hash = {};
building the hash in a loop...
push(@tmp_arr,$val1);
push(@tmp_arr,$val2);
$my_hash->{$index} = \@tmp_arr;
the elements for any key can be ...
3
votes
1answer
468 views
Mojolicious::Lite with Template Toolkit
I'm trying to get Template Toolkit to work as the default renderer in Mojolicious::Lite. What I have:
use strict;
use warnings;
use Mojolicious::Lite;
use Mojolicious::Plugin::TtRenderer;
plugin ...
4
votes
1answer
98 views
template toolkit keep 20 first chrachters in a string
I am trying to remove everything from a string except the first 20 characters. But the regex removes the first 20 and keeps the rest. How can i solve this?
Here is my code:
[% p.name | ...
0
votes
1answer
588 views
template toolkit - Iterating through array of hashes
I couldn't find the answer to this one on the web.
Using Dancer and Template toolkit, I have an array of hashes which I would like to print to a table on my webapp.
This is how I send the data ...
0
votes
1answer
177 views
Template Toolkit week number and day [closed]
I want to display the week number and the day with the date plugin in Template-toolkit. The output for today would be something like:
36 Monday
I got the week number with the following code:
[% ...
0
votes
1answer
198 views
Printing a Table from a Perl Data Structure
I have a Perl data structure like the following:
%hash = (
table_id => {
column_1_header =>
[
column_value_1,
column_value_2,
...
0
votes
1answer
88 views
Switch Case statements in template toolkit
I want to implement switch case statement in Template toolkit. My code is as follows:
[% SWITCH myvar %]
[% CASE > 4 %]
Value is amplified
[% CASE < 1%]
Value is Deleted
[% CASE %]
Normal Value
...
0
votes
1answer
44 views
Search Option in Catalyst Framework
I have developed a web page for a database using catalyst and template toolkit. I have a table in my webpage. I want to have a search option in the same web page, which fetches data dynamically from ...
1
vote
1answer
157 views
How to make a page-specific title in Dancer templates?
I have a standard Perl Dancer app, using Template::Toolkit as rendering engine, with two routes:
get '/' => sub {
template 'index';
};
get '/foo' => sub {
template 'foo';
};
My ...
1
vote
1answer
121 views
Template Toolkit - Render ranges of same loop in different rows
I'm trying to get a Template Toolkit [% FOREACH %] loop to split and render the items within a certain range into different rows.
What I've got so far:
<ul>
<ul class="row-top">
...