Questions tagged as 'template'

1
answer

How to use Bootstrap template

I wanted to use the Gentelella template. I even looked for more explanations. I need to replace an admin panel I created a few years ago with a newer one. And I saw this alternative I could not implement. Can anyone help me get started? I...
asked by 07.08.2017 / 23:42
1
answer

Alternatives to PHP [closed]

And I really like C # so I took a look at ASP, but I did not like it very much. I already moved with NodeJS and I really like it. I wanted a PHP-like language, where you could put the code inside HTML and manipulate it. So: <div>...
asked by 20.12.2016 / 14:47
0
answers

Could not parse the remainder: '[1]' from 'i [1]' in Django

I'm trying to do a check to modify the bootstrap component according to the status id, but it returns me this error:    Could not parse the remainder: '[1]' from 'i [1]' in Django The error code snippet is as follows: {%for i in cli %}...
asked by 08.01.2015 / 13:01
1
answer

How to change the face of the site when accessed by the mobile?

Situation: I have a designer site for large screens , I created a template for mobile, type an application. So I want this template to be shown only when accessed by the mobile, instead show the conventional. How do I do this? Is there an...
asked by 04.08.2017 / 03:26
1
answer

Configure Template (ready) in Laravel 5.x

I'm relatively new to development with laravel. I bought a template (bootstrap) for my system but I do not know how to configure it to work on my application's frontend . I have already tried some tutorials that copy index to welcome and...
asked by 06.07.2017 / 19:28
1
answer

Template class, include header and footer

Hello, I had posted here for some time about my template class, but I decided to modify it, because every time I want to edit a menu, for example, I have to edit all my files. This is my class class Template { private $_template;...
asked by 10.03.2016 / 20:13
1
answer

Import VueJs template from an external html file

Is there any way to import an html file into the template? Vue.component('porcentagens',{ data: function(){ return { porcentagemSangramentoMarginal: 78, porcentagemPlaca: 78, porcentagemOLeary: 78, } }, templat...
asked by 25.09.2018 / 13:26
1
answer

Tooltip of Bootstrap 4 does not work correctly on Angular 6

Below is the bootstrap implementation in my application (angular.json) "styles": [ "src/styles.css", "./node_modules/bootstrap/dist/css/bootstrap.min.css" ], "scripts": [...
asked by 04.10.2018 / 21:47
1
answer

Error with Template

Please, could you help me!? Errors are for all headers in the stack.cpp file that references stack.h. It involves use of Templates. Battery code.h: #ifndef PILHA_H #define PILHA_H #include <iostream> //#include <cstdlib>...
asked by 22.05.2018 / 16:46
1
answer

Error every time I do a Requests Flask

When I make a request from an Api to show the number of players in my template where "For in range (200)" it returns the data and not the error. <table class="cor"> <tr class="fundo"> <th>T...
asked by 01.05.2018 / 22:40