Logo
Explore Help
Sign In
stian/gallery3
1
0
Fork 0
You've already forked gallery3
mirror of https://github.com/Pathduck/gallery3.git synced 2026-05-20 11:29:24 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
2dcd8f8a25fc698f2279a09752cc7bb9dfe1d7ec
gallery3/modules/digibug/views/digibug_form.html.php

12 lines
307 B
PHP
Raw Normal View History

This implements the Digibug printing. When a a print request is made the digibug shopping cart is opened in a new window. When the cart is emptied, the window is closed. Users can close the window by pressing the continue shopping button
2009-06-23 22:13:28 -07:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<html>
Fix formatting.
2009-06-27 14:29:24 -07:00
<body>
<?= form::open("http://www.digibug.com/dapi/order.php") ?>
<?= form::hidden($order_parms) ?>
<?= form::close() ?>
Digibug simplification cleanup. Upgrade digibug module to version 2. 1) Simplify the admin settings page to what most of our users want. Eliminate basic_ and default_ ids. We just have company_id and default_id. Advanced users can use advanced settings for now. 2) Fix security in print_photos (didn't get it right in my last commit) 3) Use the regular thumb and full urls if the images are publicly available to reduce load on the proxy. 4) Simplify proxy expiration code. 5) Eliminate all specialized styles from the admin theme.
2009-06-27 15:55:47 -07:00
<script type="text/javascript">
document.forms[0].submit();
</script>
Fix formatting.
2009-06-27 14:29:24 -07:00
</body>
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 85ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API