Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
10 results tagged template  ✕
template package - html/template - pkg.go.dev https://pkg.go.dev/html/template
Sat Apr 16 11:34:02 2022 archive.org
QRCode
go golang html template
API — Jinja2 Documentation (2.10) http://jinja.pocoo.org/docs/2.10/api/#loaders
Thu Mar 7 21:57:00 2019 archive.org
QRCode
thumbnail

L'API de Jinja2 pour faire vos templates en python

python template api
Skeleton: A minimal example generating HTML with Python Jinja https://code-maven.com/minimal-example-generating-html-with-python-jinja
Wed Feb 20 00:19:23 2019 archive.org
QRCode
thumbnail
python template jinja
ZM::Template - Merges runtime data with static HTML or Plain Text template file. - metacpan.org https://metacpan.org/pod/ZM::Template
Thu Jul 26 21:26:56 2018 archive.org
QRCode
thumbnail

In an ideal web system, the HTML used to build a web page would be kept distinct from the application logic populating the web page. This module tries to achieve this by taking over the chore of merging runtime data with a static html template. Template can contain SSI derectives like and It is used ZM::SSI for SSI parsing. If module ZM::SSI not installed SSI derectives will be ignoring.

The ZM::Template module can address the following template scenarios :

Single values assigned to tokens

Multiple values assigned to tokens (as in html table rows)

Single pages built from multiple templates (ie: header, footer, body)

html tables with runtime determined number of columns

An template consists of 2 parts; the boilerplate and the tokens (place holders) where the variable data will sit.

perl html template
Slim Framework - Slim Framework https://www.slimframework.com/
Wed Jul 26 23:28:13 2017 archive.org
QRCode

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

<?php
use \Psr\Http\Message\ServerRequestInterface as Request;
use \Psr\Http\Message\ResponseInterface as Response;

require 'vendor/autoload.php';

$app = new \Slim\App;
$app->get('/hello/{name}', function (Request $request, Response $response) {
$name = $request->getAttribute('name');
$response->getBody()->write("Hello, $name");

return $response;

});
$app->run();

slim template php
template - The Go Programming Language https://golang.org/pkg/html/template/
Wed Jul 26 21:30:09 2017 archive.org
QRCode
thumbnail

Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. It provides the same interface as package text/template and should be used instead of text/template whenever the output is HTML.

The documentation here focuses on the security features of the package. For information about how to program the templates themselves, see the documentation for text/template.

go golang html template
Home · bobthecow/mustache.php Wiki · GitHub https://github.com/bobthecow/mustache.php/wiki
Mon Dec 7 00:39:48 2015 archive.org
QRCode
thumbnail

mustache.php - A Mustache implementation in PHP.

template PHP documentation
Les Liens de Memiks http://shaarli.memiks.fr/
Wed Mar 12 18:48:18 2014 archive.org
QRCode
thumbnail

J'ai créé un nouveau thème pour shaarli à partir de celui de mon blog.

  • il manque juste le médiaqueries.js pour qu'il soit compatible avec IE...
  • il est responsive.
  • je le trouve plus doux pour mes yeux

L'archive est la : http://shaarli.memiks.fr/tpl_memiks_shaarli_20140312.tar.bz2

Mémiks

shaarli template responsive
Rain TPL - Download http://www.raintpl.com/Download/
Wed Dec 7 17:22:57 2011 archive.org
QRCode
thumbnail

Un système de template PHP en licence libre !

gpl template php rain tpl
61 High Quality And Free xHTML Templates Part 2: Year 2010 http://www.1stwebdesigner.com/freebies/high-quality-free-xhtml-templates-2010/
Thu Oct 20 07:08:08 2011 archive.org
QRCode
thumbnail

Advertisment

free xhtml download template webdesign 2010 freebies part really fresh high quality XHTML templates for study get inspired same time
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn