Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacques/common-smarty-templates
Common templates shared over piranha, hermes, plutus, basecamp, etc.
https://github.com/jacques/common-smarty-templates
smarty
Last synced: about 1 month ago
JSON representation
Common templates shared over piranha, hermes, plutus, basecamp, etc.
- Host: GitHub
- URL: https://github.com/jacques/common-smarty-templates
- Owner: jacques
- License: mpl-2.0
- Created: 2015-10-11T17:34:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T17:33:45.000Z (3 months ago)
- Last Synced: 2024-10-14T13:21:46.736Z (about 1 month ago)
- Topics: smarty
- Language: Smarty
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Smarty Templates
[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/jacques)
[![Software License](https://img.shields.io/badge/license-MPLv2-brightgreen.svg?style=flat-square)](LICENSE)Common templates extracted from Piranha and utilised in multiple places.
It assumes that you are using bower to install Bootstrap, Font Awesome, etc. under
your webroot.---
## Files included:
| Filename | Description |
| ---------------------- | ----------- |
| country_e164.tpl | Dropdowns of country codes. Pass in filter_sadc=true to filter for [SADC](https://en.wikipedia.org/wiki/Southern_African_Development_Community) countries. Dropdown selection takes field parameter (i.e. if you use mobile_phone_country for this, use like field="mobile_phone_country" when including the template. |
| csrf.tpl | Output CSRF token and variable name. Assumes these variables are assigned to Smarty. |
| footer-datepicker.tpl | Include the bootstrap-datepicker javascript includes. |
| footer-fingerprint.tpl | Use fingerprint2 library to populate the brower fingerprint into the fingerprint field. |
| footer-jqbs.tpl | Include jquery 2.1.4 and bootstrap 5.2.3 javascript files. |
| gauges.tpl | include gaug.es tracking code |
| header-bsfa.tpl | Include Bootstrap 5.2.3 and Font Awesome 5.8.1. Pass in the template variable usecdn and set this to true to pull the assets from Bootstrap CDN. |
| header-csrf.tpl | Add metadata to work with jquery-ui-rails so when doing POST / PUT / DELETE actions it passes the CSRF token along. |
| header-fingerprint.tpl | Include fingerprint2 javascript library. |
| header-shims.tpl | Legacy IE bits served up by Max CDN. |
| header-vue.tpl | Include vue.js development / production build via cdn.jsdelivr.net |
| js-paymentgateway.tpl | Switch div layers based on payment method selected on a form. |
| meta-ie.tpl | IE Comptibility Mode to Edge [see this post](http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge-e) |
| pagination.tpl | Basic pagination. |
| reports-filter-financialyear.tpl | Dropdown for financial years. |
| reports-filter-month.tpl | Dropdown for months |
| reports-filter-payrollgroup.tpl | Filter by payroll group |
| staging-ribbon.tpl | Shows a staging ribbon onto a page. |
| utf8.tpl | Set utf8 character to determine if browser submitting data is utf8 or not. |
| validation-errors.tpl | Used to display errors from form validation with Valitron. |---
## Bootstrap Versions
Pass in the ``bootstrap_version`` variable when you include the ``header-bsfa.tpl``
and ``footer-jqbs.tpl`` if you want a different version of bootstrap css and js files
included. If you pass in the usecdn variable it will pull the bootstrap files from
StackPath's CDN (was previously using MaxCDN).```html
{include file="header-jbfa.tpl" bootstrap_version="4.1.3"}
...
{include file="footer-jqbs.tpl" bootstrap_version="4.1.3"}
```* 3.3.7
* 3.4.1 (default)
* 4.3.1
* 4.3.0
* 4.2.1
* 4.2.0
* 4.1.3
* 4.1.2
* 4.1.1
* 4.1.0
* 4.0.0---
## Font Awesome Versions
* 5.8.1 (default)
* 5.6.1
* 5.6.0
* 5.5.0---
## License
The Common Smarty Templates is licensed under the [MPL v.2.0](LICENSE).
These templates are distributed under the License is distributed
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.